From 5fa7917261701ef7aeee7b0f5cdf66a2d836ecdf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jul 2023 15:34:43 +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 2023.7.22. - [Commits](https://github.com/certifi/python-certifi/compare/2018.08.24...2023.07.22) --- 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..d98a53b 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==2023.7.22 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..75fa4b8 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==2023.7.22 chardet==3.0.4 elasticsearch==6.3.1 idna==2.7