From 0f894b28b7bf8d6d9e9088d622873685c8a89685 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 04:22:20 +0000 Subject: [PATCH] chore(deps-dev): bump cffi from 1.16.0 to 1.17.0 Bumps [cffi](https://github.com/python-cffi/cffi) from 1.16.0 to 1.17.0. - [Release notes](https://github.com/python-cffi/cffi/releases) - [Commits](https://github.com/python-cffi/cffi/compare/v1.16.0...v1.17.0) --- 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 66472553..9b6569e7 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -16,7 +16,7 @@ bumpver==2023.1129 certifi==2024.7.4 ; python_version >= '3.6' -cffi==1.16.0 ; os_name == 'nt' and implementation_name != 'pypy' +cffi==1.17.0 ; os_name == 'nt' and implementation_name != 'pypy' charset-normalizer==3.3.2 ; python_full_version >= '3.7.0'