From a570ce098e58dbe98581b99dab8157792a928858 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Mar 2025 16:08:10 +0000 Subject: [PATCH] Bump certifi from 2024.2.2 to 2024.7.4 in /.github/workflows Bumps [certifi](https://github.com/certifi/python-certifi) from 2024.2.2 to 2024.7.4. - [Commits](https://github.com/certifi/python-certifi/compare/2024.02.02...2024.07.04) --- updated-dependencies: - dependency-name: certifi dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/requirements.txt b/.github/workflows/requirements.txt index d055863..52b8db1 100644 --- a/.github/workflows/requirements.txt +++ b/.github/workflows/requirements.txt @@ -1,5 +1,5 @@ -i https://pypi.org/simple -certifi==2024.2.2; python_version >= '3.6' +certifi==2024.7.4; python_version >= '3.6' charset-normalizer==3.3.2; python_full_version >= '3.7.0' gitcommitlogger==1.2.5; python_version >= '3.7' idna==3.6; python_version >= '3.5'