From 1b15b4944a89fc7ee8c1f772156f7fabfbe93936 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 09:21:28 +0300 Subject: [PATCH] build(deps): bump certifi in the dependencies group (#2695) Bumps the dependencies group with 1 update: [certifi](https://github.com/certifi/python-certifi). Updates `certifi` from 2024.7.4 to 2024.8.30 - [Commits](https://github.com/certifi/python-certifi/compare/2024.07.04...2024.08.30) --- updated-dependencies: - dependency-name: certifi dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements/pinned.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/pinned.txt b/requirements/pinned.txt index 2013564765..e5cfb13551 100644 --- a/requirements/pinned.txt +++ b/requirements/pinned.txt @@ -1,4 +1,4 @@ -certifi==2024.7.4 # via requests +certifi==2024.8.30 # via requests cffi==1.17.0 # via cryptography, pynacl charset-normalizer==3.3.2 # via requests cryptography==43.0.0 # via securesystemslib