From 2359b6ea476e75305c7344fc9cb1696d2a486e85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 23:11:41 +0000 Subject: [PATCH] fix(deps): update certifi requirement from ^2024.8.30 to ^2025.8.3 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...2025.08.03) --- updated-dependencies: - dependency-name: certifi dependency-version: 2025.8.3 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..9b296bf 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="^2025.8.3" bump2version="^1.0.0" PyQt6="^6.7.0" pydantic = { version = ">=2.9.1" }