From 147259946ad6de830db19049105f7c88b5275086 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jul 2024 01:35:13 +0000 Subject: [PATCH] Bump the pip group with 5 updates Bumps the pip group with 5 updates: | Package | From | To | | --- | --- | --- | | [certifi](https://github.com/certifi/python-certifi) | `2024.2.2` | `2024.7.4` | | [idna](https://github.com/kjd/idna) | `3.6` | `3.7` | | [requests](https://github.com/psf/requests) | `2.31.0` | `2.32.2` | | [tornado](https://github.com/tornadoweb/tornado) | `6.4` | `6.4.1` | | [urllib3](https://github.com/urllib3/urllib3) | `2.2.0` | `2.2.2` | Updates `certifi` from 2024.2.2 to 2024.7.4 - [Commits](https://github.com/certifi/python-certifi/compare/2024.02.02...2024.07.04) 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: certifi dependency-type: indirect dependency-group: pip - 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 | 18 +++++++----------- 2 files changed, 8 insertions(+), 12 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..3fcedef 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 @@ -34,7 +30,7 @@ beautifulsoup4==4.12.3 # via nbconvert bleach==6.1.0 # via nbconvert -certifi==2024.2.2 +certifi==2024.7.4 # via # httpcore # httpx @@ -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