From 0f69c39e34d31ee93e9a9cd3a2d4d0da264a98a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jul 2023 19:40:07 +0000 Subject: [PATCH] Bump certifi in /examples/install-webhooks/backend/python Bumps [certifi](https://github.com/certifi/python-certifi) from 2021.10.8 to 2023.7.22. - [Commits](https://github.com/certifi/python-certifi/compare/2021.10.08...2023.07.22) --- updated-dependencies: - dependency-name: certifi dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/install-webhooks/backend/python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/install-webhooks/backend/python/requirements.txt b/examples/install-webhooks/backend/python/requirements.txt index c6865c1c..f9e7efc4 100644 --- a/examples/install-webhooks/backend/python/requirements.txt +++ b/examples/install-webhooks/backend/python/requirements.txt @@ -5,7 +5,7 @@ click==8.1.3 flask==2.1.2 itsdangerous==2.1.2 python-dotenv==0.20.0 -certifi==2021.10.8 +certifi==2023.7.22 charset-normalizer==2.0.12 idna==3.3 requests==2.27.1