From 9142a5e84a75366b1ab29f112cc81ed0e9ba27d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Feb 2023 00:15:42 +0000 Subject: [PATCH] Bump certifi from 2020.11.8 to 2022.12.7 in /scripts Bumps [certifi](https://github.com/certifi/python-certifi) from 2020.11.8 to 2022.12.7. - [Release notes](https://github.com/certifi/python-certifi/releases) - [Commits](https://github.com/certifi/python-certifi/compare/2020.11.08...2022.12.07) --- updated-dependencies: - dependency-name: certifi dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- scripts/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/requirements.txt b/scripts/requirements.txt index 56682f6332..93d5afd1e0 100644 --- a/scripts/requirements.txt +++ b/scripts/requirements.txt @@ -1,5 +1,5 @@ beautifulsoup4==4.9.3 -certifi==2020.11.8 +certifi==2022.12.7 chardet==3.0.4 gitdb==4.0.5 GitPython==3.1.12