From 0971a1074b5861e3160242566017c78956a62fab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Dec 2022 00:35:00 +0000 Subject: [PATCH] Bump certifi from 2017.7.27.1 to 2022.12.7 in /rest-api/src Bumps [certifi](https://github.com/certifi/python-certifi) from 2017.7.27.1 to 2022.12.7. - [Release notes](https://github.com/certifi/python-certifi/releases) - [Commits](https://github.com/certifi/python-certifi/compare/2017.07.27.1...2022.12.07) --- updated-dependencies: - dependency-name: certifi dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- rest-api/src/requirements.txt | 2 +- rest-api/src/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rest-api/src/requirements.txt b/rest-api/src/requirements.txt index ccd9f64..9c1ce66 100644 --- a/rest-api/src/requirements.txt +++ b/rest-api/src/requirements.txt @@ -2,7 +2,7 @@ aniso8601==1.3.0 astroid==1.5.3 backports.functools-lru-cache==1.4 beautifulsoup4==4.6.0 -certifi==2017.7.27.1 +certifi==2022.12.7 chardet==3.0.4 click==6.7 configparser==3.5.0 diff --git a/rest-api/src/setup.py b/rest-api/src/setup.py index cd9a942..032c331 100644 --- a/rest-api/src/setup.py +++ b/rest-api/src/setup.py @@ -21,7 +21,7 @@ 'astroid==1.5.3', 'backports.functools-lru-cache==1.4', 'beautifulsoup4==4.6.0', - 'certifi==2017.7.27.1', + 'certifi==2022.12.7', 'chardet==3.0.4', 'click==6.7', 'configparser==3.5.0',