From 271fc7785873d889704b97cb80abcd638c8bbfcd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 14:45:35 +0000 Subject: [PATCH] Bump requests from 2.32.5 to 2.33.0 Bumps [requests](https://github.com/psf/requests) from 2.32.5 to 2.33.0. - [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.32.5...v2.33.0) --- updated-dependencies: - dependency-name: requests dependency-version: 2.33.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0bfc433..377423b 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ classifiers=['Programming Language :: Python :: 3 :: Only'], install_requires=[ 'singer-python==6.1.1', - 'requests==2.32.5', + 'requests==2.33.0', 'backoff==2.2.1' ], entry_points='''