diff options
author | Dmitry Ilvokhin <d@ilvokhin.com> | 2025-02-15 18:06:26 +0000 |
---|---|---|
committer | Dmitry Ilvokhin <d@ilvokhin.com> | 2025-02-15 18:06:26 +0000 |
commit | 1ac7ff852532191dc2a20a76f1531b877f39f79f (patch) | |
tree | baf155586bbd70abcad75487c079711de8d602b7 | |
parent | d3fd9f4c0723e0f7a8d9ac1139ca220fd5041a5a (diff) | |
download | infra-1ac7ff852532191dc2a20a76f1531b877f39f79f.tar.gz infra-1ac7ff852532191dc2a20a76f1531b877f39f79f.tar.bz2 infra-1ac7ff852532191dc2a20a76f1531b877f39f79f.zip |
Upgrade cffi python package
After Python upgrade cffi build stopped working. Upgrading it's version
to the latest as a fix.
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |