From 9e5c999977817970210df264235057eb4b4166fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 18:18:52 +0000 Subject: [PATCH] fix(deps): update certifi requirement from ^2024.8.30 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/2024.08.30...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 c4368cf..660d75e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ package-mode = false python = "^3.9" setuptools = "^75.2.0" idna="^3.0" -certifi="^2024.8.30" +certifi="^2026.2.25" bump2version="^1.0.0" PyQt6="^6.7.0" pydantic = { version = ">=2.9.1" }