From b94fee3aa55d159cbf56390d7e28ecf664625e2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 6 Oct 2024 09:17:04 +0200 Subject: [PATCH] Bump cffi from 1.16.0 to 1.17.1 (#402) 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:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 82ac901c..c06f01e5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ argon2-cffi==23.1.0 argon2-cffi-bindings==21.2.0 -cffi==1.16.0 +cffi==1.17.1 construct==2.10.70 lxml==5.2.2 pycparser==2.22