From cca430bcc7787326909f4206243cca8b9dead221 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2024 10:17:55 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 4 updates Bumps the pip group with 4 updates in the / directory: [certifi](https://github.com/certifi/python-certifi), [idna](https://github.com/kjd/idna), [requests](https://github.com/psf/requests) and [urllib3](https://github.com/urllib3/urllib3). Updates `certifi` from 2023.7.22 to 2024.7.4 - [Commits](https://github.com/certifi/python-certifi/compare/2023.07.22...2024.07.04) Updates `idna` from 3.3 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.3...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 `urllib3` from 1.26.18 to 1.26.19 - [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/1.26.18...1.26.19) --- 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: indirect dependency-group: pip - dependency-name: urllib3 dependency-type: indirect dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 2663a587..019c1dcd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ # appdirs==1.4.4 # via xml2rfc -certifi==2023.7.22 +certifi==2024.7.4 # via requests charset-normalizer==2.1.0 # via requests @@ -16,7 +16,7 @@ google-i18n-address==2.5.2 # via xml2rfc html5lib==1.1 # via xml2rfc -idna==3.3 +idna==3.7 # via requests intervaltree==3.1.0 # via xml2rfc @@ -36,7 +36,7 @@ pyflakes==2.4.0 # via xml2rfc pyyaml==6.0 # via xml2rfc -requests==2.31.0 +requests==2.32.2 # via # google-i18n-address # xml2rfc @@ -46,7 +46,7 @@ six==1.16.0 # xml2rfc sortedcontainers==2.4.0 # via intervaltree -urllib3==1.26.18 +urllib3==1.26.19 # via requests webencodings==0.5.1 # via html5lib