From 69bec486db0b15553453e550fdf42a5c0b8bc6db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 17:56:27 +0000 Subject: [PATCH] build(deps): bump requests in /samples/all-tools-target/python-app Bumps [requests](https://github.com/psf/requests) from 2.19.1 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.19.1...v2.33.0) --- updated-dependencies: - dependency-name: requests dependency-version: 2.33.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- samples/all-tools-target/python-app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/all-tools-target/python-app/requirements.txt b/samples/all-tools-target/python-app/requirements.txt index a94f2d2..9772ac0 100644 --- a/samples/all-tools-target/python-app/requirements.txt +++ b/samples/all-tools-target/python-app/requirements.txt @@ -1,3 +1,3 @@ django==2.2.0 flask==1.0 -requests==2.19.1 +requests==2.33.0