From b0af540f51f02e7163ab669556b537e3af110f8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 May 2023 20:41:17 +0000 Subject: [PATCH] Bump requests from 2.11.1 to 2.31.0 Bumps [requests](https://github.com/psf/requests) from 2.11.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.11.1...v2.31.0) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- vis/requirements.txt | 2 +- vis/travis_requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index fb2b4143..782b6d7b 100644 --- a/setup.py +++ b/setup.py @@ -61,7 +61,7 @@ 'numpy (== 1.11.0)', 'pandas == 0.17.1', 'multi_key_dict == 2.0.3', - 'requests == 2.11.1' + 'requests == 2.31.0' ], packages = [ 'vis', diff --git a/vis/requirements.txt b/vis/requirements.txt index bce36521..525e5108 100644 --- a/vis/requirements.txt +++ b/vis/requirements.txt @@ -3,4 +3,4 @@ music21==2.1.2 pandas==0.18.1 multi_key_dict==2.0.3 -requests==2.20.0 +requests==2.31.0 diff --git a/vis/travis_requirements.txt b/vis/travis_requirements.txt index 215414b2..c5d7f956 100644 --- a/vis/travis_requirements.txt +++ b/vis/travis_requirements.txt @@ -3,7 +3,7 @@ music21==2.1.2 pandas==0.18.1 multi_key_dict==2.0.3 -requests==2.20.0 +requests==2.31.0 # For plotting. # scipy==0.16.0