From 0eafff56f05779da7fcee082836aaf2978a34fb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Jul 2022 10:10:46 +0000 Subject: [PATCH] build(deps): bump cffi from 1.15.0 to 1.15.1 Bumps [cffi](http://cffi.readthedocs.org) from 1.15.0 to 1.15.1. --- updated-dependencies: - dependency-name: cffi dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-pinned.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-pinned.txt b/requirements-pinned.txt index f2b4414373..06759eeed8 100644 --- a/requirements-pinned.txt +++ b/requirements-pinned.txt @@ -1,5 +1,5 @@ certifi==2022.6.15 # via requests -cffi==1.15.0 # via cryptography, pynacl +cffi==1.15.1 # via cryptography, pynacl charset-normalizer==2.1.0 # via requests cryptography==37.0.3 # via securesystemslib idna==3.3 # via requests