From a1ea16c289e5c8934383e4103d4bd34f0b7b9613 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 08:56:39 +0000 Subject: [PATCH] chore(deps-dev): bump certifi from 2024.8.30 to 2024.12.14 in /it/python Bumps [certifi](https://github.com/certifi/python-certifi) from 2024.8.30 to 2024.12.14. - [Commits](https://github.com/certifi/python-certifi/compare/2024.08.30...2024.12.14) --- updated-dependencies: - dependency-name: certifi dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- it/python/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/it/python/requirements-dev.txt b/it/python/requirements-dev.txt index 64a5bb7625..9370f892bb 100644 --- a/it/python/requirements-dev.txt +++ b/it/python/requirements-dev.txt @@ -2,7 +2,7 @@ astroid==3.3.5 ; python_full_version >= '3.7.2' -certifi==2024.8.30 ; python_version >= '3.6' +certifi==2024.12.14 ; python_version >= '3.6' charset-normalizer==3.4.0 ; python_full_version >= '3.7.0'