From 45f582a1d23f0365897a49a1ecc3d3bc41dbe607 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 May 2023 21:26:59 +0000 Subject: [PATCH] Bump requests Bumps [requests](https://github.com/psf/requests) from 2.19.1 to 2.31.0. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.19.1...v2.31.0) --- updated-dependencies: - dependency-name: requests 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..79d5ebe 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.31.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..f7b08c4 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.31.0 requests-aws4auth==0.9 urllib3==1.23