From 38bc2d3ce66b29ed614627f5ef215ed85299a156 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Oct 2023 11:18:17 +0000 Subject: [PATCH] Update dependency cffi to v1.16.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d045023..734edce 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ beautifulsoup4==4.12.2; python_full_version > "3.0.0" brotlipy==0.7.0 bs4==0.0.1 cchardet==2.1.7 -cffi==1.15.1 +cffi==1.16.0 charset-normalizer==2.1.1; python_full_version >= "3.5.0" and python_version >= "3.6" colorama==0.4.6; python_version >= "3.5" and python_full_version < "3.0.0" and sys_platform == "win32" or sys_platform == "win32" and python_version >= "3.5" and python_full_version >= "3.5.0" frozenlist==1.4.0; python_version >= "3.7"