From 9801a6b5e2ab17a6a5ef7deabb45e3621d6245c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Apr 2025 22:08:59 +0000 Subject: [PATCH] chore(deps): bump certifi in the pip group across 1 directory Bumps the pip group with 1 update in the / directory: [certifi](https://github.com/certifi/python-certifi). Updates `certifi` from 2024.2.2 to 2024.7.4 - [Commits](https://github.com/certifi/python-certifi/compare/2024.02.02...2024.07.04) --- updated-dependencies: - dependency-name: certifi dependency-version: 2024.7.4 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 75eae1f..e1ed699 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ readme = "README.md" authors = [{ name = "Bill Maxwell", email = "bill@acorn.io" }] license = { file = "LICENSE" } dependencies = [ - "certifi==2024.2.2", + "certifi==2024.7.4", "charset-normalizer==3.3.2", "httpx==0.27.0", "idna==3.6", diff --git a/requirements.txt b/requirements.txt index dbdbf7a..3985787 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -certifi==2024.2.2 +certifi==2024.7.4 charset-normalizer==3.3.2 idna==3.6 requests==2.31.0