From 8e4383d14082d218ca5e553ee0d93627ba8ecee7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 25 Nov 2020 10:41:29 +0000 Subject: [PATCH] build(deps): bump cffi from 1.14.3 to 1.14.4 Bumps [cffi](https://github.com/python-cffi/release-doc) from 1.14.3 to 1.14.4. - [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 848e99a8..a338da8b 100644 --- a/requirements-pinned.txt +++ b/requirements-pinned.txt @@ -1,5 +1,5 @@ certifi==2020.6.20 # via requests -cffi==1.14.3 # via cryptography, pynacl +cffi==1.14.4 # via cryptography, pynacl chardet==3.0.4 # via requests cryptography==3.2.1 # via securesystemslib enum34==1.1.6 ; python_version < '3' # via cryptography