Migration to python 3.13.5

This commit is contained in:
2025-10-19 18:51:02 +02:00
parent aa46612215
commit 704c1b2921
4 changed files with 44 additions and 46 deletions

View File

@@ -1,10 +1,10 @@
# tests/requirements-test.txt
# requirements-test.txt - Python 3.13.5 compatible
# Testing dependencies
pytest>=7.4.0
pytest-cov>=4.1.0
pytest-asyncio>=0.21.0
pytest-mock>=3.11.0
httpx>=0.24.0
faker>=19.0.0
pytest>=8.3.4
pytest-cov>=6.0.0
pytest-asyncio>=0.24.0
pytest-mock>=3.14.0
httpx>=0.28.1
faker>=33.1.0
pytest-repeat>=0.9.4
pytest-timeout>=2.1.0
pytest-timeout>=2.3.1