From cf2c2f93ef45287f719d6e5daf7e37f44d45715a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Aug 2023 20:46:46 +0000 Subject: [PATCH] Bump certifi from 2022.12.7 to 2023.7.22 Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.12.7 to 2023.7.22. - [Commits](https://github.com/certifi/python-certifi/compare/2022.12.07...2023.07.22) --- updated-dependencies: - dependency-name: certifi dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 90c04f37e..5a99b8bcd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. [[package]] name = "alabaster" @@ -162,13 +162,13 @@ files = [ [[package]] name = "certifi" -version = "2022.12.7" +version = "2023.7.22" description = "Python package for providing Mozilla's CA Bundle." optional = false python-versions = ">=3.6" files = [ - {file = "certifi-2022.12.7-py3-none-any.whl", hash = "sha256:4ad3232f5e926d6718ec31cfc1fcadfde020920e278684144551c91769c7bc18"}, - {file = "certifi-2022.12.7.tar.gz", hash = "sha256:35824b4c3a97115964b408844d64aa14db1cc518f6562e8d7261699d1350a9e3"}, + {file = "certifi-2023.7.22-py3-none-any.whl", hash = "sha256:92d6037539857d8206b8f6ae472e8b77db8058fec5937a1ef3f54304089edbb9"}, + {file = "certifi-2023.7.22.tar.gz", hash = "sha256:539cc1d13202e33ca466e88b2807e29f4c13049d6d87031a3c110744495cb082"}, ] [[package]] @@ -1714,4 +1714,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "62430e5de2c37695d9fb4091f9dbe2f9589684bb1d97d5b24476f03d516df694" +content-hash = "55741959f54d40ef6115abd32a1118390bf61ba365894441a6df6f019b8a0456" diff --git a/pyproject.toml b/pyproject.toml index c9bc6231c..445f3aca0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ requests = "^2.31.0" stubs = "^1.0.0" types-requests = "^2.27.25" tqdm = "^4.64.0" -certifi = "2022.12.07" +certifi = "2023.7.22" gitpython = "3.1.32" dparse = "0.5.2"