From 5c80a907ca344288dcd57c8fad3cc8cd9f02b379 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Jul 2023 16:35:24 +0000 Subject: [PATCH] Bump aiohttp from 3.8.4 to 3.8.5 in /tutorials Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.8.4 to 3.8.5. - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/v3.8.5/CHANGES.rst) - [Commits](https://github.com/aio-libs/aiohttp/compare/v3.8.4...v3.8.5) --- updated-dependencies: - dependency-name: aiohttp dependency-type: indirect ... Signed-off-by: dependabot[bot] --- tutorials/requirements.txt | 23 ++--------------------- 1 file changed, 2 insertions(+), 21 deletions(-) diff --git a/tutorials/requirements.txt b/tutorials/requirements.txt index 39ff2de..f4a91be 100644 --- a/tutorials/requirements.txt +++ b/tutorials/requirements.txt @@ -6,7 +6,7 @@ # aiobotocore==2.5.2 # via s3fs -aiohttp==3.8.4 +aiohttp==3.8.5 # via # aiobotocore # s3fs @@ -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 @@ -420,10 +408,7 @@ 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 @@ -452,7 +437,3 @@ xarray==2023.6.0 # via -r requirements.in yarl==1.9.2 # via aiohttp -zipp==3.16.0 - # via - # importlib-metadata - # importlib-resources