From 66a41ea98976654865f6cab0573e3da8ed081af6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 16:44:50 +0000 Subject: [PATCH] chore(deps): Bump certifi from 2023.7.22 to 2024.8.30 Bumps [certifi](https://github.com/certifi/python-certifi) from 2023.7.22 to 2024.8.30. - [Commits](https://github.com/certifi/python-certifi/compare/2023.07.22...2024.08.30) --- updated-dependencies: - dependency-name: certifi dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4086aa7..12091e9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ -i https://pypi.org/simple/ anyio==4.2.0; python_version >= '3.8' backoff==2.2.1; python_version >= '3.7' and python_version < '4.0' -certifi==2023.7.22; python_version >= '3.6' +certifi==2024.8.30; python_version >= '3.6' charset-normalizer==3.3.2; python_full_version >= '3.7.0' gql==3.5.0 graphql-core==3.2.3; python_version >= '3.6' and python_version < '4'