From 0f85df9b6afc4843a0661d460c4875548045ec34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Aug 2023 00:15:26 +0000 Subject: [PATCH] Bump jupyter-server from 2.7.0 to 2.7.2 in /tutorials Bumps [jupyter-server](https://github.com/jupyter-server/jupyter_server) from 2.7.0 to 2.7.2. - [Release notes](https://github.com/jupyter-server/jupyter_server/releases) - [Changelog](https://github.com/jupyter-server/jupyter_server/blob/main/CHANGELOG.md) - [Commits](https://github.com/jupyter-server/jupyter_server/compare/v2.7.0...v2.7.2) --- updated-dependencies: - dependency-name: jupyter-server 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..4a52ec0 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 @@ -179,7 +167,7 @@ jupyter-core==5.3.1 # qtconsole jupyter-events==0.6.3 # via jupyter-server -jupyter-server==2.7.0 +jupyter-server==2.7.2 # via # nbclassic # notebook-shim @@ -315,6 +303,7 @@ python-cmr==0.8.0 # via earthaccess python-dateutil==2.8.2 # via + # arrow # botocore # jupyter-client # matplotlib @@ -420,10 +409,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 +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