From 299cd9ea595c9fc69dc48645d85e8346f5a6be27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Oct 2021 04:02:57 +0000 Subject: [PATCH] [DEPENDABOT]: Bump cffi from 1.14.3 to 1.15.0 Bumps [cffi](http://cffi.readthedocs.org) from 1.14.3 to 1.15.0. --- updated-dependencies: - dependency-name: cffi dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d46dce1a..63e35430 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ ruamel.yaml==0.16.12 pygithub==1.53 GitPython==3.1.9 autopep8==1.5.4 -cffi==1.14.3 +cffi==1.15.0 cryptography==3.1.1 requests==2.24.0 rich==8.0.0