From 9659e8f0f9c371666d6d12cf544307c00359e3bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edgar=20Ram=C3=ADrez=20Mondrag=C3=B3n?= <16805946+edgarrmondragon@users.noreply.github.com> Date: Fri, 24 May 2024 15:41:43 -0600 Subject: [PATCH] Test with cffi 1.17.0rc1 (#2910) --- requirements/tests.in | 4 ++-- requirements/tests.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements/tests.in b/requirements/tests.in index 26263e3c..7c87c4d8 100644 --- a/requirements/tests.in +++ b/requirements/tests.in @@ -5,5 +5,5 @@ pytest-xprocess<1 cryptography watchdog ephemeral-port-reserve -# pin current commit on main for python 3.13 support -https://github.com/python-cffi/cffi/archive/d7f750b1b1c5ea4da5aa537b9baba0e01b0ce843.zip +# pin cffi 1.17.0 pre-release for python 3.13 support +cffi==1.17.0rc1 diff --git a/requirements/tests.txt b/requirements/tests.txt index 2c35dcf3..18bae766 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -4,7 +4,7 @@ # # pip-compile tests.in # -cffi @ https://github.com/python-cffi/cffi/archive/d7f750b1b1c5ea4da5aa537b9baba0e01b0ce843.zip +cffi==1.17.0rc1 # via # -r tests.in # cryptography