From ae87cb92cdb8d92d0bc135400d5e0dc87aab296a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Sep 2022 13:37:14 -0400 Subject: [PATCH] build(deps): Bump certifi from 2022.9.14 to 2022.9.24 in /requirements (#4) Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.9.14 to 2022.9.24. - [Release notes](https://github.com/certifi/python-certifi/releases) - [Commits](https://github.com/certifi/python-certifi/compare/2022.09.14...2022.09.24) --- updated-dependencies: - dependency-name: certifi dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements/pdf.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/pdf.txt b/requirements/pdf.txt index 3e6bc2e9a..61e8e96cd 100644 --- a/requirements/pdf.txt +++ b/requirements/pdf.txt @@ -6,7 +6,7 @@ # antlr4-python3-runtime==4.9.3 # via omegaconf -certifi==2022.9.14 +certifi==2022.9.24 # via requests cffi==1.15.1 # via cryptography