From 1ac7ff852532191dc2a20a76f1531b877f39f79f Mon Sep 17 00:00:00 2001 From: Dmitry Ilvokhin Date: Sat, 15 Feb 2025 18:06:26 +0000 Subject: Upgrade cffi python package After Python upgrade cffi build stopped working. Upgrading it's version to the latest as a fix. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7b0b7ea..3e1af89 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ ansible==9.1.0 ansible-core==2.16.3 -cffi==1.16.0 +cffi==1.17.1 cryptography==42.0.4 Jinja2==3.1.4 MarkupSafe==2.1.3 -- cgit v1.2.3-70-g09d2