From 149ce0faf6bbf66c976a9d979c464c814e0211e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 23:47:58 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 3 updates Bumps the pip group with 3 updates in the / directory: [idna](https://github.com/kjd/idna), [requests](https://github.com/psf/requests) and [tornado](https://github.com/tornadoweb/tornado). 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) --- 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 ... Signed-off-by: dependabot[bot] --- requirements.in | 2 +- requirements.txt | 14 +++++--------- 2 files changed, 6 insertions(+), 10 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..d8cfae5 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