From dad3c4bc35016f7b2d2e5d732bad7c620ca0c683 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 May 2023 11:07:57 +0000 Subject: [PATCH] Bump requests from 2.25.1 to 2.31.0 Bumps [requests](https://github.com/psf/requests) from 2.25.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.25.1...v2.31.0) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-pinned.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-pinned.txt b/requirements-pinned.txt index 72fbd1230c..b6df918a8e 100644 --- a/requirements-pinned.txt +++ b/requirements-pinned.txt @@ -8,7 +8,7 @@ idna==2.10 # via requests ipaddress==1.0.23 ; python_version < '3' # via cryptography pycparser==2.20 # via cffi pynacl==1.4.0 # via securesystemslib -requests==2.25.1 +requests==2.31.0 securesystemslib[crypto,pynacl]==0.19.0 six==1.15.0 subprocess32==3.5.4 ; python_version < '3' # via securesystemslib