From a32bb945e5aea5337d9e4ba7989c2e5365edda4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 08:56:22 +0000 Subject: [PATCH] Bump cffi from 1.15.1 to 1.16.0 in /python Bumps [cffi](https://github.com/python-cffi/cffi) from 1.15.1 to 1.16.0. - [Release notes](https://github.com/python-cffi/cffi/releases) - [Commits](https://github.com/python-cffi/cffi/compare/v1.15.1...v1.16.0) --- updated-dependencies: - dependency-name: cffi dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements.txt b/python/requirements.txt index 12734b71..6b77aa60 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -14,7 +14,7 @@ botocore==1.31.39 # s3transfer certifi==2023.7.22 # via requests -cffi==1.15.1 +cffi==1.16.0 # via cryptography charset-normalizer==3.3.0 # via requests