From e5b74928b70a59ed939c4eea37763897ec6cf63e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 19:03:55 +0000 Subject: [PATCH] Bump requests from 2.27.1 to 2.32.2 Bumps [requests](https://github.com/psf/requests) from 2.27.1 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.27.1...v2.32.2) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- tests/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 0e8d3f5..6026f17 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ python-dateutil==2.8.2 pytz==2024.1 -requests==2.27.1 +requests==2.32.2 diff --git a/tests/requirements.txt b/tests/requirements.txt index fb28168..31d62cd 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -2,4 +2,4 @@ coverage==5.4 pytz==2022.1 pytest==7.0.1 python-dateutil==2.8.2 -requests==2.32.3 +requests==2.32.2