From 6970c81319246790ee70b338a2dbd9a08d3a9e4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Dec 2022 07:04:09 +0000 Subject: [PATCH] chore(deps): bump certifi from 2019.9.11 to 2022.12.7 Bumps [certifi](https://github.com/certifi/python-certifi) from 2019.9.11 to 2022.12.7. - [Release notes](https://github.com/certifi/python-certifi/releases) - [Commits](https://github.com/certifi/python-certifi/compare/2019.09.11...2022.12.07) --- updated-dependencies: - dependency-name: certifi dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 52aa54f..dabbb46 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,4 +1,4 @@ -certifi==2019.9.11 +certifi==2022.12.7 chardet==3.0.4 Click==7.0 fastapi==0.42.0 diff --git a/requirements.txt b/requirements.txt index daad7eb..c9f234a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -certifi==2019.9.11 +certifi==2022.12.7 chardet==3.0.4 Click==7.0 fastapi==0.42.0