From c387dcbf139f766262e77dc050e1752f36634191 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 18:43:27 +0000 Subject: [PATCH] Bump requests from 2.14.2 to 2.33.0 Bumps [requests](https://github.com/psf/requests) from 2.14.2 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.14.2...v2.33.0) --- updated-dependencies: - dependency-name: requests dependency-version: 2.33.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- lower-constraints.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lower-constraints.txt b/lower-constraints.txt index 7dffb8e..d3c5625 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -65,7 +65,7 @@ pytz==2018.3 PyYAML==3.12 reno==2.5.0 requests-mock==1.2.0 -requests==2.14.2 +requests==2.33.0 requestsexceptions==1.4.0 rfc3986==1.1.0 smmap2==2.0.3 diff --git a/requirements.txt b/requirements.txt index 937984f..2abbb76 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,5 +10,5 @@ oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0 pycadf!=2.0.0,>=1.1.0 # Apache-2.0 pytz>=2018.3 # MIT - required for pycadf UTC timezone fix PyYAML -requests>=2.14.2 # Apache-2.0 +requests>=2.33.0 # Apache-2.0 WebOb>=1.7.1 # MIT \ No newline at end of file