From 613c2ebd82b4794e6ac15f8e0c395f592c59e74e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Dec 2022 02:54:44 +0000 Subject: [PATCH] Bump certifi in /course-lessons-project/project2-order-management-system Bumps [certifi](https://github.com/certifi/python-certifi) from 2018.8.24 to 2022.12.7. - [Release notes](https://github.com/certifi/python-certifi/releases) - [Commits](https://github.com/certifi/python-certifi/compare/2018.08.24...2022.12.07) --- updated-dependencies: - dependency-name: certifi dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../project2-order-management-system/dev-requirements.txt | 2 +- .../project2-order-management-system/prod-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/course-lessons-project/project2-order-management-system/dev-requirements.txt b/course-lessons-project/project2-order-management-system/dev-requirements.txt index 8ea1b91..e41f887 100644 --- a/course-lessons-project/project2-order-management-system/dev-requirements.txt +++ b/course-lessons-project/project2-order-management-system/dev-requirements.txt @@ -1,6 +1,6 @@ boto3==1.9.13 botocore==1.12.13 -certifi==2018.8.24 +certifi==2022.12.7 chardet==3.0.4 docutils==0.14 elasticsearch==6.3.1 diff --git a/course-lessons-project/project2-order-management-system/prod-requirements.txt b/course-lessons-project/project2-order-management-system/prod-requirements.txt index 53613b8..154de04 100644 --- a/course-lessons-project/project2-order-management-system/prod-requirements.txt +++ b/course-lessons-project/project2-order-management-system/prod-requirements.txt @@ -1,4 +1,4 @@ -certifi==2018.8.24 +certifi==2022.12.7 chardet==3.0.4 elasticsearch==6.3.1 idna==2.7