oz123 / pytest-localftpserver

A PyTest plugin which gives you a local ftp server for your tests
Other
17 stars 9 forks source link

Update pyftpdlib to 1.5.8 #282

Closed pyup-bot closed 10 months ago

pyup-bot commented 11 months ago

This PR updates pyftpdlib from 1.5.7 to 1.5.8.

Changelog ### 1.5.8 ``` =========================== **Enhancements** - 586: removed Python 2.6 support. - 591: speedup logging by 28% by using `logging._srcfile = None` trick. This avoids calling `calling sys._getframe()` for each log record. - 605: added support for Python 3.12. ```
Links - PyPI: https://pypi.org/project/pyftpdlib - Changelog: https://data.safetycli.com/changelogs/pyftpdlib/ - Repo: https://github.com/giampaolo/pyftpdlib/