From 993fd8b6dc32d23ec16feba24761eccc9f6630c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jun 2021 22:41:18 +0000 Subject: [PATCH] Bump urllib3 in /course-lessons-project/project2-order-management-system Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.23 to 1.26.5. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.23...1.26.5) --- updated-dependencies: - dependency-name: urllib3 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..6585b39 100644 --- a/course-lessons-project/project2-order-management-system/dev-requirements.txt +++ b/course-lessons-project/project2-order-management-system/dev-requirements.txt @@ -13,4 +13,4 @@ requests-aws4auth==0.9 s3transfer==0.1.13 six==1.11.0 text-unidecode==1.2 -urllib3==1.23 +urllib3==1.26.5 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..1585c60 100644 --- a/course-lessons-project/project2-order-management-system/prod-requirements.txt +++ b/course-lessons-project/project2-order-management-system/prod-requirements.txt @@ -4,4 +4,4 @@ elasticsearch==6.3.1 idna==2.7 requests==2.19.1 requests-aws4auth==0.9 -urllib3==1.23 +urllib3==1.26.5