From f902f56f2673a2c0a724b4bde83bd628edf0d330 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 00:08:48 +0000 Subject: [PATCH] Bump the pip group across 2 directories with 3 updates Bumps the pip group with 3 updates in the /pip-tools directory: [aiohttp](https://github.com/aio-libs/aiohttp), [certifi](https://github.com/certifi/python-certifi) and [urllib3](https://github.com/urllib3/urllib3). Updates `aiohttp` from 3.7.4 to 3.9.2 - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/aiohttp/compare/v3.7.4...v3.9.2) Updates `certifi` from 2021.5.30 to 2023.7.22 - [Commits](https://github.com/certifi/python-certifi/compare/2021.05.30...2023.07.22) Updates `urllib3` from 1.26.6 to 1.26.18 - [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.6...1.26.18) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production dependency-group: pip-security-group - dependency-name: certifi dependency-type: direct:production dependency-group: pip-security-group - dependency-name: urllib3 dependency-type: direct:production dependency-group: pip-security-group ... Signed-off-by: dependabot[bot] --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 3cfc74b..bb0defc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ # # ./dev update-requirements # -aiohttp==3.7.4 +aiohttp==3.9.2 # via cloudfoundry-client async-timeout==3.0.1 # via aiohttp @@ -16,7 +16,7 @@ botocore==1.21.23 # via # boto3 # s3transfer -certifi==2021.5.30 +certifi==2023.7.22 # via requests cfenv==0.5.3 # via -r pip-tools/requirements.in @@ -94,7 +94,7 @@ sqlalchemy-utils==0.37.8 # via -r pip-tools/requirements.in typing-extensions==3.10.0.0 # via aiohttp -urllib3==1.26.6 +urllib3==1.26.18 # via # botocore # requests