From e33311be7f5e9b650424d628f0dc2ece001c3b3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 06:44:14 +0000 Subject: [PATCH] chore(deps): Bump certifi from 2023.5.7 to 2024.7.4 Bumps [certifi](https://github.com/certifi/python-certifi) from 2023.5.7 to 2024.7.4. - [Commits](https://github.com/certifi/python-certifi/compare/2023.05.07...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 859ffce..72560cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "lrzcc" version = "0.8.0" dependencies = [ "argcomplete==3.1.1", - "certifi==2023.5.7", + "certifi==2024.7.4", "charset-normalizer==3.2.0", "idna==3.4", "requests==2.31.0",