From d10c58ff38b88bf1cb67503645e9cb00a59d970f Mon Sep 17 00:00:00 2001 From: Andrey Rakhmatullin Date: Tue, 22 Oct 2024 19:07:21 +0500 Subject: [PATCH] Bump pyftpdlib to the version supporting Python 3.13 on Windows. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index fbbce48d4..a526fc120 100644 --- a/tox.ini +++ b/tox.ini @@ -11,7 +11,7 @@ minversion = 1.7.0 deps = attrs pexpect >= 4.8.0 - pyftpdlib >= 1.5.8 + pyftpdlib >= 2.0.1 pygments pytest pytest-cov==4.0.0