From 68f628019e6110ae959461372226abc64a2c6b62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 13:16:02 +0000 Subject: [PATCH] build(deps): Bump certifi from 2026.1.4 to 2026.2.25 Bumps [certifi](https://github.com/certifi/python-certifi) from 2026.1.4 to 2026.2.25. - [Commits](https://github.com/certifi/python-certifi/compare/2026.01.04...2026.02.25) --- updated-dependencies: - dependency-name: certifi dependency-version: 2026.2.25 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7d70b9e..35a1b90 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ dependencies = [ "argon2-cffi==23.1.0", "beautifulsoup4==4.14.3", "bs4==0.0.2", - "certifi==2026.1.4", + "certifi==2026.2.25", "charset-normalizer==3.4.4", "distro==1.9.0", "gamuLogger>=3.2.4",