From 549222a414c66e25375fed73ebce8a7ef69b60cc Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2020 10:42:28 +0000 Subject: [PATCH] build(deps): bump cffi from 1.14.2 to 1.14.3 Bumps [cffi](https://github.com/python-cffi/release-doc) from 1.14.2 to 1.14.3. - [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 fe989481..1e49c679 100644 --- a/requirements-pinned.txt +++ b/requirements-pinned.txt @@ -1,5 +1,5 @@ certifi==2020.6.20 # via requests -cffi==1.14.2 # via cryptography, pynacl +cffi==1.14.3 # via cryptography, pynacl chardet==3.0.4 # via requests colorama==0.4.3 # via securesystemslib cryptography==3.1 # via securesystemslib