From 251f63fba27ddb567a5973bb1d977d2f3ddeb375 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 19:26:34 +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), [requests](https://github.com/psf/requests), [setuptools](https://github.com/pypa/setuptools) and [urllib3](https://github.com/urllib3/urllib3). 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 `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 `setuptools` from 69.2.0 to 70.0.0 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v69.2.0...v70.0.0) Updates `urllib3` from 2.2.1 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.1...2.2.2) --- updated-dependencies: - dependency-name: certifi dependency-type: direct:production dependency-group: pip - dependency-name: requests dependency-type: direct:production dependency-group: pip - dependency-name: setuptools dependency-type: direct:production dependency-group: pip - dependency-name: urllib3 dependency-type: direct:production 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 1a61c6c..085b6cd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ CacheControl==0.12.14 -certifi==2024.2.2 +certifi==2024.7.4 charset-normalizer==3.3.2 deprecation==2.1.0 enum34==1.1.10 @@ -12,9 +12,9 @@ packaging==24.0 prettytable==3.10.0 python-dateutil==2.8.2 python-dotenv==1.0.1 -requests==2.31.0 -setuptools==69.2.0 +requests==2.32.2 +setuptools==70.0.0 six==1.16.0 squareup -urllib3==2.2.1 +urllib3==2.2.2 wcwidth==0.2.13