From 914f44d87832001bc4b19e414b179bb9ae07184f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2020 10:53:07 +0000 Subject: [PATCH] build(deps): bump cffi from 1.14.1 to 1.14.2 Bumps [cffi](https://github.com/python-cffi/release-doc) from 1.14.1 to 1.14.2. - [Release notes](https://github.com/python-cffi/release-doc/releases) - [Commits](https://github.com/python-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 f5844642..62d2c5b5 100644 --- a/requirements-pinned.txt +++ b/requirements-pinned.txt @@ -1,5 +1,5 @@ certifi==2020.6.20 # via requests -cffi==1.14.1 # via cryptography, pynacl +cffi==1.14.2 # via cryptography, pynacl chardet==3.0.4 # via requests colorama==0.4.3 # via securesystemslib cryptography==3.0 # via securesystemslib