From cb4ff7eb26c3a623217590718f56424993832d63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Apr 2024 12:25:54 -0700 Subject: [PATCH] Bump certifi in /getting-started-guides/python/Instrumented (#517) Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.12.7 to 2023.7.22. - [Commits](https://github.com/certifi/python-certifi/compare/2022.12.07...2023.07.22) --- updated-dependencies: - dependency-name: certifi 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 22084004..2174e83a 100644 --- a/getting-started-guides/python/Instrumented/requirements.txt +++ b/getting-started-guides/python/Instrumented/requirements.txt @@ -1,5 +1,5 @@ backoff==2.2.1 -certifi==2022.12.7 +certifi==2023.7.22 charset-normalizer==3.1.0 click==8.1.3 Deprecated==1.2.13