From e8cc0cbc18787c72c20c8e8a3c638510f97ad659 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 May 2023 21:43:32 +0000 Subject: [PATCH] Bump requests from 2.20.0 to 2.31.0 in /vis 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] --- vis/requirements.txt | 2 +- vis/travis_requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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