From 0bf3bdaa66b95608396e9c135fea529bee97e639 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jul 2024 01:41:52 +0000 Subject: [PATCH] chore(deps): bump certifi from 2024.2.2 to 2024.7.4 Bumps [certifi](https://github.com/certifi/python-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-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2b7b66a4e6..84a9eb9de0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ aiosignal==1.3.1; python_version >= '3.7' alive-progress==3.1.5; python_version >= '3.7' and python_version < '4' async-timeout==4.0.3; python_full_version >= '3.7.0' attrs==22.1.0; python_version >= '3.5' -certifi==2024.2.2; python_version >= '3.6' +certifi==2024.7.4; python_version >= '3.6' charset-normalizer==3.3.2; python_full_version >= '3.7.0' cssselect==1.2.0 frozenlist==1.4.1; python_version >= '3.8'