From c93f7881942b2ccdb500f92ea18ff1ba368eba26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 19:15:24 +0000 Subject: [PATCH] Chore(deps): Bump requests from 2.31.0 to 2.33.0 Bumps [requests](https://github.com/psf/requests) from 2.31.0 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.31.0...v2.33.0) --- updated-dependencies: - dependency-name: requests dependency-version: 2.33.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index df8c7953d..dc6e1dda0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -84,7 +84,7 @@ test = [ "pytest-cov==2.10.1", "mock==4.0.2", # requirements for stuff in ./utils - "requests==2.31.0", + "requests==2.33.0", ] gendownloadpage = [ diff --git a/requirements.in b/requirements.in index e4a6f7802..eacc39f80 100644 --- a/requirements.in +++ b/requirements.in @@ -8,7 +8,7 @@ Flask-RESTful==0.3.10 Flask-HTTPAuth==4.8.0 hwi==3.1.0 python-dotenv==0.21.1 -requests==2.31.0 +requests==2.33.0 pysocks==1.7.1 six==1.16.0 stem==1.8.0