From 9c8e4ff6098aa8d68cd16eb819f023786e67c807 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 20 Feb 2020 10:37:20 +0000 Subject: [PATCH] build(deps): bump requests from 2.22.0 to 2.23.0 Bumps [requests](https://github.com/psf/requests) from 2.22.0 to 2.23.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.22.0...v2.23.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 d06af9fc..148038cb 100644 --- a/requirements-pinned.txt +++ b/requirements-pinned.txt @@ -10,7 +10,7 @@ iso8601==0.1.12 pycparser==2.19 # via cffi pynacl==1.3.0 # via securesystemslib python-dateutil==2.8.1 # via securesystemslib -requests==2.22.0 +requests==2.23.0 securesystemslib[colors,crypto,pynacl]==0.14.0 six==1.14.0 subprocess32==3.5.4 ; python_version < '3' # via securesystemslib