From c03809be9d6208abdf55446c66fb026fc045ce5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Oct 2025 16:02:33 +0000 Subject: [PATCH] build(deps): bump requests from 2.26.0 to 2.32.4 in /tunneling/python Bumps [requests](https://github.com/psf/requests) from 2.26.0 to 2.32.4. - [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.26.0...v2.32.4) --- updated-dependencies: - dependency-name: requests dependency-version: 2.32.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tunneling/python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tunneling/python/requirements.txt b/tunneling/python/requirements.txt index 094e44c6..0c8a3149 100644 --- a/tunneling/python/requirements.txt +++ b/tunneling/python/requirements.txt @@ -7,7 +7,7 @@ idna==3.2 itsdangerous==2.0.1 Jinja2==3.0.1 MarkupSafe==2.0.1 -requests==2.26.0 +requests==2.32.4 six==1.16.0 urllib3==1.26.7 Werkzeug==2.0.1 \ No newline at end of file