From f74cc510e470a2e02b4aa961d9352d4292ac91d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jul 2024 20:07:42 +0000 Subject: [PATCH] Bump certifi from 2021.10.8 to 2024.7.4 Bumps [certifi](https://github.com/certifi/python-certifi) from 2021.10.8 to 2024.7.4. - [Commits](https://github.com/certifi/python-certifi/compare/2021.10.08...2024.07.04) --- updated-dependencies: - dependency-name: certifi 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 af23719..77e69a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ loguru = "^0.5.3" python-dotenv = "^0.19.0" pydantic = "^1.8.2" anytree = "^2.8.0" -certifi = "^2023.7.22" +certifi = "^2024.7.4" charset-normalizer = "^2.0.7" colorama = "^0.4.4" idna = "^3.3"