From 22dcc0b8f5c3c01f0fbc3e767c056e16e4517756 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jul 2024 01:13:33 +0000 Subject: [PATCH] Bump certifi from 2023.7.22 to 2024.7.4 in /apps/rest-services/py Bumps [certifi](https://github.com/certifi/python-certifi) from 2023.7.22 to 2024.7.4. - [Commits](https://github.com/certifi/python-certifi/compare/2023.07.22...2024.07.04) --- updated-dependencies: - dependency-name: certifi dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- apps/rest-services/py/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/rest-services/py/requirements.txt b/apps/rest-services/py/requirements.txt index 136e34a..479cf0f 100644 --- a/apps/rest-services/py/requirements.txt +++ b/apps/rest-services/py/requirements.txt @@ -1,6 +1,6 @@ backoff==2.2.1 blinker==1.6.3 -certifi==2023.7.22 +certifi==2024.7.4 charset-normalizer==3.3.0 click==8.1.7 Deprecated==1.2.14