From f5a67e145d71ed7f7afa5dc267d441c8e6744b7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 10:55:16 +0000 Subject: [PATCH] chore(deps-dev): bump cffi from 1.16.0 to 1.17.1 Bumps [cffi](https://github.com/python-cffi/cffi) from 1.16.0 to 1.17.1. - [Release notes](https://github.com/python-cffi/cffi/releases) - [Commits](https://github.com/python-cffi/cffi/compare/v1.16.0...v1.17.1) --- updated-dependencies: - dependency-name: cffi dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 658ab6e..f3e867c 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -3,7 +3,7 @@ black==24.4.2; python_version >= '3.8' boto3==1.34.94; python_version >= '3.8' botocore==1.34.158; python_version >= '3.8' certifi==2024.7.4; python_version >= '3.6' -cffi==1.16.0; platform_python_implementation != 'PyPy' +cffi==1.17.1; platform_python_implementation != 'PyPy' charset-normalizer==3.3.2; python_full_version >= '3.7.0' click==8.1.7; python_version >= '3.7' coverage[toml]==7.5.4; python_version >= '3.8'