From 46ce23162bf6927b615ba53e465880e8311b5470 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 16:58:40 +0000 Subject: [PATCH] Bump certifi from 2023.7.22 to 2024.7.4 in /internal/tests/pytests 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] --- internal/tests/pytests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/tests/pytests/requirements.txt b/internal/tests/pytests/requirements.txt index 0a44495376..8f2254f93c 100644 --- a/internal/tests/pytests/requirements.txt +++ b/internal/tests/pytests/requirements.txt @@ -1,4 +1,4 @@ -certifi==2023.7.22 +certifi==2024.7.4 cftime==1.6.2 coverage==7.2.7 exceptiongroup==1.1.2