From 2b937470fc9e488aaba33a524017098bb7e8f7cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 11:36:05 +0000 Subject: [PATCH] Update certifi requirement from >=2025.11.12 to >=2026.2.25 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.11.12...2026.02.25) --- updated-dependencies: - dependency-name: certifi dependency-version: 2026.2.25 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 9f65a02..afa467d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ "anyio>=4.12.0", "attrs>=25.4.0", "bidict>=0.23.1", - "certifi>=2025.11.12", + "certifi>=2026.2.25", "charset-normalizer>=3.4.4", "click>=8.3.1", "docutils>=0.22.4",