From 2852a7434600ab4292b26ddbb8ee06fdd13d06d1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 08:42:33 +0000 Subject: [PATCH] feat(Dependencies): Update dependency cffi to v1.17.1 | datasource | package | from | to | | ---------- | ------- | ------ | ------ | | pypi | cffi | 1.16.0 | 1.17.1 | --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 68ceb41..3a030b1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ appdirs==1.4.4 backports.zoneinfo==0.2.1; python_version < '3.9' certifi==2024.7.4; python_version >= '3.6' -cffi==1.16.0 +cffi==1.17.1 charset-normalizer==2.1.1; python_version >= '3' cryptography==43.0.1; python_version >= '3.6' dateparser==1.2.0; python_version >= '3.5'