From 943ed41adad32a06610b674c7dbce46b7bd60d96 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2020 10:32:51 +0000 Subject: [PATCH] build(deps): bump requests from 2.23.0 to 2.24.0 Bumps [requests](https://github.com/psf/requests) from 2.23.0 to 2.24.0. - [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.23.0...v2.24.0) 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 6eed1c8c..3564b195 100644 --- a/requirements-pinned.txt +++ b/requirements-pinned.txt @@ -10,7 +10,7 @@ iso8601==0.1.12 pycparser==2.20 # via cffi pynacl==1.4.0 # via securesystemslib python-dateutil==2.8.1 # via securesystemslib -requests==2.23.0 +requests==2.24.0 securesystemslib[colors,crypto,pynacl]==0.15.0 six==1.15.0 subprocess32==3.5.4 ; python_version < '3' # via securesystemslib