From 0ab6c4162671376cc88333e354c00f5e54fd8cc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Dec 2022 07:39:06 +0000 Subject: [PATCH] Bump certifi from 2020.11.8 to 2022.12.7 in /python 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] --- python/requirements.txt | 2 +- python/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/requirements.txt b/python/requirements.txt index cf0cd66..164cafd 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -1,4 +1,4 @@ -certifi==2020.11.8 +certifi==2022.12.7 chardet==3.0.4 idna==2.10 requests==2.25.0 diff --git a/python/setup.py b/python/setup.py index 62a1357..9d744f2 100644 --- a/python/setup.py +++ b/python/setup.py @@ -41,7 +41,7 @@ "src.log": ["config.json"], }, install_requires=[ - 'certifi==2020.11.8', + 'certifi==2022.12.7', 'chardet==3.0.4', 'idna==2.10', 'requests==2.25.0',