We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e8e923 commit d9ecc3dCopy full SHA for d9ecc3d
tests/requirements.txt
@@ -2,12 +2,12 @@
2
3
# pyftpdlib is needed to spawn a FTP server for the
4
# FTPFS test suite
5
-pyftpdlib ~=1.5
+pyftpdlib ~=1.5.10
6
7
# these are optional dependencies for pyftpdlib that
8
# are not explicitly listed, we need to install these
9
# ourselves
10
-psutil ~=5.0
+psutil ~=6.0
11
pysendfile ~=2.0 ; python_version <= "3.3"
12
13
# mock is only available from Python 3.3 onward, and
0 commit comments