From 9fc41f1e7f1cf3b54b1ae1625ff6bf7a0143a1f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 12:15:29 +0000 Subject: [PATCH] Bump requests in /sample-apps/python-manual-instrumentation-sample-app Bumps [requests](https://github.com/psf/requests) from 2.32.3 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.32.3...v2.32.4) --- updated-dependencies: - dependency-name: requests dependency-version: 2.32.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../python-manual-instrumentation-sample-app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample-apps/python-manual-instrumentation-sample-app/requirements.txt b/sample-apps/python-manual-instrumentation-sample-app/requirements.txt index 269efdc9..8d8c224a 100644 --- a/sample-apps/python-manual-instrumentation-sample-app/requirements.txt +++ b/sample-apps/python-manual-instrumentation-sample-app/requirements.txt @@ -10,4 +10,4 @@ opentelemetry-sdk-extension-aws==2.1.0 opentelemetry-propagator-aws-xray==1.0.2 protobuf==5.29.3 PyYAML==6.0.2 -requests==2.32.3 \ No newline at end of file +requests==2.32.4 \ No newline at end of file