From 962e17cc55c60ef6a3b393e6648200691c34628a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Sep 2020 20:32:56 +0000 Subject: [PATCH] Bump requests Bumps [requests](https://github.com/psf/requests) from 2.19.1 to 2.20.0. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/master/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.19.1...v2.20.0) 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..9e0c752 100644 --- a/course-lessons-project/project2-order-management-system/dev-requirements.txt +++ b/course-lessons-project/project2-order-management-system/dev-requirements.txt @@ -8,7 +8,7 @@ Faker==0.9.0 idna==2.7 jmespath==0.9.3 python-dateutil==2.7.3 -requests==2.19.1 +requests==2.20.0 requests-aws4auth==0.9 s3transfer==0.1.13 six==1.11.0 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..5b2f481 100644 --- a/course-lessons-project/project2-order-management-system/prod-requirements.txt +++ b/course-lessons-project/project2-order-management-system/prod-requirements.txt @@ -2,6 +2,6 @@ certifi==2018.8.24 chardet==3.0.4 elasticsearch==6.3.1 idna==2.7 -requests==2.19.1 +requests==2.20.0 requests-aws4auth==0.9 urllib3==1.23