From bad3d03e596816e2f15aff51e2f93f05666977f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jul 2024 01:00:06 +0000 Subject: [PATCH] Bump certifi from 2023.7.22 to 2024.7.4 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d8e5fcc..1cb6aec 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,4 +16,4 @@ packaging==23.2; python_version == '3.9' and sys_platform == 'win32' pipx==1.2.0; python_version == '3.9' and sys_platform == 'win32' userpath==1.9.1; python_version == '3.9' and sys_platform == 'win32' -certifi==2023.7.22; python_version == '3.11' and sys_platform == 'darwin' +certifi==2024.7.4; python_version == '3.11' and sys_platform == 'darwin'