From bc0e271d560370283329a5c8aaa72bea6997e31d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 10:08:30 +0000 Subject: [PATCH] feat(Dependencies): Update dependency cffi to v1.16.0 | datasource | package | from | to | | ---------- | ------- | ------ | ------ | | pypi | cffi | 1.15.1 | 1.16.0 | --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e2a1839a..6f7f7911 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==2023.7.22; python_version >= '3.6' -cffi==1.15.1 +cffi==1.16.0 charset-normalizer==2.1.1; python_version >= '3' cryptography==41.0.4; python_version >= '3.6' dateparser==1.1.8; python_version >= '3.5'