From 058363c9632a925ca626d907e40e186071b724c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 05:16:52 +0000 Subject: [PATCH] chore(deps): bump certifi from 2025.6.15 to 2025.8.3 Bumps [certifi](https://github.com/certifi/python-certifi) from 2025.6.15 to 2025.8.3. - [Commits](https://github.com/certifi/python-certifi/compare/2025.06.15...2025.08.03) --- updated-dependencies: - dependency-name: certifi dependency-version: 2025.8.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 52f4180..bf50698 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ altgraph==0.17.4 annotated-types==0.7.0 anyio==4.9.0 attrs==25.3.0 -certifi==2025.6.15 +certifi==2025.8.3 charset-normalizer==3.4.2 click==8.2.1 gitdb==4.0.12 diff --git a/setup.py b/setup.py index ce8e16c..2583142 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ "annotated-types==0.7.0", "anyio==4.9.0", "attrs==25.3.0", - "certifi==2025.6.15", + "certifi==2025.8.3", "charset-normalizer==3.4.2", "click==8.2.1", "gitdb==4.0.12",