From 95fc9ea5883c410df1e86015ecc8be3326ce4194 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 06:51:52 +0000 Subject: [PATCH] chore(deps-dev): bump cffi from 1.17.0 to 1.17.1 Bumps [cffi](https://github.com/python-cffi/cffi) from 1.17.0 to 1.17.1. - [Release notes](https://github.com/python-cffi/cffi/releases) - [Commits](https://github.com/python-cffi/cffi/compare/v1.17.0...v1.17.1) --- updated-dependencies: - dependency-name: cffi dependency-type: direct:development update-type: version-update:semver-patch ... 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 8e095b50..2eb80b22 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -16,7 +16,7 @@ bumpver==2024.1130 certifi==2024.7.4 ; python_version >= '3.6' -cffi==1.17.0 ; os_name == 'nt' and implementation_name != 'pypy' +cffi==1.17.1 ; os_name == 'nt' and implementation_name != 'pypy' charset-normalizer==3.3.2 ; python_full_version >= '3.7.0'