File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed
Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 11-r requirements.txt
22-r requirements-test.txt
33tox == 4.32.0 ; python_version >= "3.10"
4- tox == 4.32.0 ; python_version < "3.10"
4+ tox == 4.30.3 ; python_version < "3.10"
55wheel == 0.46.1
6- Sphinx == 9.0.4
6+ Sphinx == 9.0.4 ; python_version >= "3.10"
7+ Sphinx == 7.4.7 ; python_version < "3.10"
78sphinx-rtd-theme == 3.0.2
89pypandoc == 1.16.2
910twine == 6.2.0
10- black == 25.12.0
11+ black == 25.12.0 ; python_version >= "3.10"
12+ black == 25.11.0 ; python_version < "3.10"
Original file line number Diff line number Diff line change 1- pytest==9.0.2
1+ pytest==9.0.2 ; python_version >= "3.10"
2+ pytest==8.3.4 ; python_version < "3.10"
23pytest-pep8==1.0.6
34pytest-cov==7.0.0
45pytest-aiohttp==1.1.0
5- pytest-asyncio==1.3.0
6+ pytest-asyncio==1.3.0 ; python_version >= "3.10"
7+ pytest-asyncio==1.2.0 ; python_version < "3.10"
68responses==0.25.8
79pytest_httpserver >= 1.1.2
You can’t perform that action at this time.
0 commit comments