From 56655f8adb1cf1b1d4bb01393ff9fd855a526f89 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 17 Dec 2020 10:39:05 +0000 Subject: [PATCH] build(deps): bump requests from 2.25.0 to 2.25.1 Bumps [requests](https://github.com/psf/requests) from 2.25.0 to 2.25.1. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/master/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.25.0...v2.25.1) Signed-off-by: dependabot-preview[bot] --- requirements-pinned.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-pinned.txt b/requirements-pinned.txt index 53aca182..e59ed8d3 100644 --- a/requirements-pinned.txt +++ b/requirements-pinned.txt @@ -7,7 +7,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.0 +requests==2.25.1 securesystemslib[crypto,pynacl]==0.18.0 six==1.15.0 subprocess32==3.5.4 ; python_version < '3' # via securesystemslib