From 5521d4b04fa271e7c2bb30fbb1c5ca83219373e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Apr 2024 12:33:01 -0700 Subject: [PATCH] Bump flask in /getting-started-guides/python/Instrumented (#570) Bumps [flask](https://github.com/pallets/flask) from 2.2.3 to 2.2.5. - [Release notes](https://github.com/pallets/flask/releases) - [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/flask/compare/2.2.3...2.2.5) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- getting-started-guides/python/Instrumented/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getting-started-guides/python/Instrumented/requirements.txt b/getting-started-guides/python/Instrumented/requirements.txt index 710ed75a..9063334c 100644 --- a/getting-started-guides/python/Instrumented/requirements.txt +++ b/getting-started-guides/python/Instrumented/requirements.txt @@ -3,7 +3,7 @@ certifi==2023.7.22 charset-normalizer==3.1.0 click==8.1.3 Deprecated==1.2.13 -Flask==2.2.3 +Flask==2.2.5 googleapis-common-protos==1.58.0 grpcio==1.53.0 idna==3.4