From 5938b9ae79a92c45c6ff5048cf7ee984c6ccf29e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 May 2023 21:33:34 +0000 Subject: [PATCH] Bump requests from 2.20.0 to 2.31.0 Bumps [requests](https://github.com/psf/requests) from 2.20.0 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.20.0...v2.31.0) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 3cb65d1..077c95d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -requests==2.20.0 \ No newline at end of file +requests==2.31.0 \ No newline at end of file diff --git a/setup.py b/setup.py index 23a2b91..ce0b1c3 100644 --- a/setup.py +++ b/setup.py @@ -50,7 +50,7 @@ # Requirements - https://packaging.python.org/en/latest/requirements.html install_requires=[ - 'requests==2.20.0', + 'requests==2.31.0', ], # List additional groups of dependencies here - pip install -e .[dev,test]