From 94bafa4263d71b3439a2ccd13ae9361e03d68458 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 07:49:43 +0000 Subject: [PATCH] build(deps): bump certifi 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-version: 2024.7.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../pip/pip_requirements_txt_marker_skip/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/resources/tst_manifests/pip/pip_requirements_txt_marker_skip/requirements.txt b/src/test/resources/tst_manifests/pip/pip_requirements_txt_marker_skip/requirements.txt index f8c35ddd..8d51376a 100644 --- a/src/test/resources/tst_manifests/pip/pip_requirements_txt_marker_skip/requirements.txt +++ b/src/test/resources/tst_manifests/pip/pip_requirements_txt_marker_skip/requirements.txt @@ -1,3 +1,3 @@ six==1.16.0 -certifi==2023.7.22 ; python_version >= "3" +certifi==2024.7.4 ; python_version >= "3" pywin32==306 ; platform_system == "Windows"