From c7565a3ff794bbc01d1844d8cd557cf835d225d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 17:56:15 +0000 Subject: [PATCH] Update certifi requirement from >=2025.1.31 to >=2026.5.20 Updates the requirements on [certifi](https://github.com/certifi/python-certifi) to permit the latest version. - [Commits](https://github.com/certifi/python-certifi/compare/2025.01.31...2026.05.20) --- updated-dependencies: - dependency-name: certifi dependency-version: 2026.5.20 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 27e613d..d47c5b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ version = "1.1.0" description = "Vulnerability Identification, Scanning and Reporting" requires-python = ">=3.12" dependencies = [ - "certifi>=2025.1.31", + "certifi>=2026.5.20", "charset-normalizer>=3.4.1", "docker>=7.1.0", "idna>=3.10",