From 6bd40891d92f1b40f591712e3bb75df4a19ebe20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 May 2023 21:56:31 +0000 Subject: [PATCH] Bump requests in /Monitoring-Debugging/Tracing-with-X-Ray/example Bumps [requests](https://github.com/psf/requests) from 2.21.0 to 2.31.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.21.0...v2.31.0) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../Tracing-with-X-Ray/example/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Monitoring-Debugging/Tracing-with-X-Ray/example/requirements.txt b/Monitoring-Debugging/Tracing-with-X-Ray/example/requirements.txt index e44ddbb..bbaa04b 100644 --- a/Monitoring-Debugging/Tracing-with-X-Ray/example/requirements.txt +++ b/Monitoring-Debugging/Tracing-with-X-Ray/example/requirements.txt @@ -24,7 +24,7 @@ placebo==0.9.0 python-dateutil==2.6.1 ; python_version >= '2.7' python-slugify==1.2.4 pyyaml==5.1 -requests==2.21.0 +requests==2.31.0 s3transfer==0.2.0 six==1.12.0 toml==0.10.0