From f76bb05b2901b676734cfb8a50ebee75444c8b6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Jul 2022 10:12:11 +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 ce47b49b..5a20b4bb 100644 --- a/requirements-pinned.txt +++ b/requirements-pinned.txt @@ -1,4 +1,4 @@ -cffi==1.15.0 # via cryptography, pynacl +cffi==1.15.1 # via cryptography, pynacl colorama==0.4.5 cryptography==37.0.3 pycparser==2.21 # via cffi