From e90c5e061251fb8d6ee1359973e96b741df71376 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 22:54:56 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 4 updates Bumps the pip group with 4 updates in the / directory: [idna](https://github.com/kjd/idna), [requests](https://github.com/psf/requests), [tornado](https://github.com/tornadoweb/tornado) and [urllib3](https://github.com/urllib3/urllib3). Updates `idna` from 3.6 to 3.7 - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](https://github.com/kjd/idna/compare/v3.6...v3.7) Updates `requests` from 2.31.0 to 2.32.2 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.31.0...v2.32.2) Updates `tornado` from 6.4 to 6.4.1 - [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst) - [Commits](https://github.com/tornadoweb/tornado/compare/v6.4.0...v6.4.1) Updates `urllib3` from 2.2.0 to 2.2.2 - [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/2.2.0...2.2.2) --- updated-dependencies: - dependency-name: idna dependency-type: indirect dependency-group: pip - dependency-name: requests dependency-type: direct:production dependency-group: pip - dependency-name: tornado dependency-type: indirect dependency-group: pip - dependency-name: urllib3 dependency-type: indirect dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements.in | 2 +- requirements.txt | 16 ++++++---------- 2 files changed, 7 insertions(+), 11 deletions(-) diff --git a/requirements.in b/requirements.in index 5c21bff..3dbdeca 100644 --- a/requirements.in +++ b/requirements.in @@ -1,2 +1,2 @@ jupyter==1.0.0 -requests==2.31.0 +requests==2.32.2 diff --git a/requirements.txt b/requirements.txt index 0763883..edd9903 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,10 +8,6 @@ anyio==4.2.0 # via # httpx # jupyter-server -appnope==0.1.3 - # via - # ipykernel - # ipython argon2-cffi==23.1.0 # via jupyter-server argon2-cffi-bindings==21.2.0 @@ -67,7 +63,7 @@ httpcore==1.0.2 # via httpx httpx==0.26.0 # via jupyterlab -idna==3.6 +idna==3.7 # via # anyio # httpx @@ -120,7 +116,7 @@ jsonschema[format-nongpl]==4.21.1 jsonschema-specifications==2023.12.1 # via jsonschema jupyter==1.0.0 - # via -r ./requirements.in + # via -r requirements.in jupyter-client==8.6.0 # via # ipykernel @@ -264,9 +260,9 @@ referencing==0.33.0 # jsonschema # jsonschema-specifications # jupyter-events -requests==2.31.0 +requests==2.32.2 # via - # -r ./requirements.in + # -r requirements.in # jupyterlab-server rfc3339-validator==0.1.4 # via @@ -304,7 +300,7 @@ tinycss2==1.2.1 # via nbconvert tomli==2.0.1 # via jupyterlab -tornado==6.4 +tornado==6.4.1 # via # ipykernel # jupyter-client @@ -338,7 +334,7 @@ typing-extensions==4.9.0 # ipython uri-template==1.3.0 # via jsonschema -urllib3==2.2.0 +urllib3==2.2.2 # via requests wcwidth==0.2.13 # via prompt-toolkit