From 44fa067e33f9e664359ea549cbca93bc60a1df39 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2020 10:29:27 +0000 Subject: [PATCH] build(deps): bump cffi from 1.14.0 to 1.14.1 Bumps [cffi](https://bitbucket.org/cffi/release-doc) from 1.14.0 to 1.14.1. - [Commits](https://bitbucket.org/cffi/release-doc/commits) 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 e9cbf627f6..19bbd026b1 100644 --- a/requirements-pinned.txt +++ b/requirements-pinned.txt @@ -1,5 +1,5 @@ certifi==2020.6.20 # via requests -cffi==1.14.0 # via cryptography, pynacl +cffi==1.14.1 # via cryptography, pynacl chardet==3.0.4 # via requests colorama==0.4.3 # via securesystemslib cryptography==2.9.2 # via securesystemslib