From b25f8156e97bd9b0a2d608d76858a2a5131d028a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 May 2023 02:58:10 +0000 Subject: [PATCH] Bump requests from 2.26.0 to 2.31.0 Bumps [requests](https://github.com/psf/requests) from 2.26.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.26.0...v2.31.0) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3a66d21..2f974e7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,7 +17,7 @@ protobuf==3.17.3 # 3-Clause BSD License pyparsing==2.4.7 # MIT License PyYAML==5.4.1 # MIT License (MIT) regex==2021.7.6 # Apache Software License (Apache Software License) -requests==2.26.0 # Apache Software License (Apache 2.0) +requests==2.31.0 # Apache Software License (Apache 2.0) sacrebleu==1.5.1 # Apache Software License (Apache License 2.0) sacremoses==0.0.45 # OSI Approved :: MIT License six==1.16.0 # MIT License (MIT)