From 669fccd02ee136a1acac594b9d9fa7d480df5246 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 04:00:39 +0000 Subject: [PATCH] Bump urllib3 from 1.26.16 to 1.26.17 in /tutorials Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.16 to 1.26.17. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.26.16...1.26.17) --- updated-dependencies: - dependency-name: urllib3 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- tutorials/requirements.txt | 24 +++--------------------- 1 file changed, 3 insertions(+), 21 deletions(-) diff --git a/tutorials/requirements.txt b/tutorials/requirements.txt index 39ff2de..32f12c8 100644 --- a/tutorials/requirements.txt +++ b/tutorials/requirements.txt @@ -16,10 +16,6 @@ aiosignal==1.3.1 # via aiohttp anyio==3.7.1 # via jupyter-server -appnope==0.1.3 - # via - # ipykernel - # ipython argon2-cffi==21.3.0 # via # jupyter-server @@ -81,8 +77,6 @@ docopt==0.6.2 # via pydap earthaccess==0.5.2 # via -r requirements.in -exceptiongroup==1.1.2 - # via anyio executing==1.2.0 # via stack-data fastjsonschema==2.17.1 @@ -105,12 +99,6 @@ idna==3.4 # jsonschema # requests # yarl -importlib-metadata==6.8.0 - # via - # jupyter-client - # nbconvert -importlib-resources==6.0.0 - # via matplotlib ipykernel==6.24.0 # via # ipywidgets @@ -315,6 +303,7 @@ python-cmr==0.8.0 # via earthaccess python-dateutil==2.8.2 # via + # arrow # botocore # jupyter-client # matplotlib @@ -420,15 +409,12 @@ traitlets==5.9.0 # notebook # qtconsole typing-extensions==4.7.1 - # via - # aioitertools - # ipython - # pqdm + # via pqdm tzdata==2023.3 # via pandas uri-template==1.3.0 # via jsonschema -urllib3==1.26.16 +urllib3==1.26.17 # via # botocore # requests @@ -452,7 +438,3 @@ xarray==2023.6.0 # via -r requirements.in yarl==1.9.2 # via aiohttp -zipp==3.16.0 - # via - # importlib-metadata - # importlib-resources