From db1588c083627a821f183f38f11c456beb3c4d59 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2020 07:14:12 +0000 Subject: [PATCH] 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 d39a395f4..e260a6b21 100644 --- a/requirements-pinned.txt +++ b/requirements-pinned.txt @@ -25,7 +25,7 @@ # rm requirements-pinned.combined # attrs==20.2.0 -cffi==1.14.2 # via cryptography, pynacl +cffi==1.14.3 # via cryptography, pynacl colorama==0.4.3 # via securesystemslib cryptography==3.1 # via securesystemslib enum34==1.1.10 # via cryptography