Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ pyparsing==3.0.9
# via packaging
pytz==2022.1
# via babel
requests==2.27.1
requests==2.32.4
# via sphinx
snowballstemmer==2.2.0
# via sphinx
Expand Down
63 changes: 9 additions & 54 deletions test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,36 +1,18 @@
# This file was autogenerated by uv via the following command:
# uv pip compile --universal --python-version=3.10 test-requirements.in -o test-requirements.txt
alabaster==1.0.0
# via sphinx
async-generator==1.10
# via -r test-requirements.in
babel==2.17.0
# via sphinx
certifi==2026.1.4
# via requests
charset-normalizer==3.4.4
# via requests
colorama==0.4.6 ; sys_platform == 'win32'
# via
# pytest
# sphinx
contextlib2==21.6.0
# via -r test-requirements.in
coverage==7.13.1
coverage[toml]==7.10.7
# via pytest-cov
cssselect==1.3.0
# via -r test-requirements.in
docutils==0.21.2 ; python_full_version < '3.11'
# via sphinx
docutils==0.22.4 ; python_full_version >= '3.11'
docutils==0.22.4
# via sphinx
exceptiongroup==1.3.1 ; python_full_version < '3.11'
exceptiongroup==1.3.1
# via pytest
idna==3.11
# via requests
imagesize==1.4.1
# via sphinx
iniconfig==2.3.0
iniconfig==2.1.0
# via pytest
jinja2==3.1.6
# via sphinx
Expand All @@ -39,9 +21,7 @@ lxml==6.0.2
markupsafe==3.0.3
# via jinja2
packaging==26.0
# via
# pytest
# sphinx
# via pytest
pluggy==1.6.0
# via
# pytest
Expand All @@ -50,42 +30,17 @@ pygments==2.19.2
# via
# pytest
# sphinx
pytest==9.0.2
pytest==8.4.2
# via
# -r test-requirements.in
# pytest-cov
pytest-cov==7.0.0
# via -r test-requirements.in
requests==2.32.5
# via sphinx
roman-numerals==4.1.0 ; python_full_version >= '3.11'
# via sphinx
snowballstemmer==3.0.1
# via sphinx
sphinx==8.1.3 ; python_full_version < '3.11'
# via -r test-requirements.in
sphinx==9.0.4 ; python_full_version == '3.11.*'
sphinx==1.2.3
# via -r test-requirements.in
sphinx==9.1.0 ; python_full_version >= '3.12'
# via -r test-requirements.in
sphinxcontrib-applehelp==2.0.0
# via sphinx
sphinxcontrib-devhelp==2.0.0
# via sphinx
sphinxcontrib-htmlhelp==2.1.0
# via sphinx
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-qthelp==2.0.0
# via sphinx
sphinxcontrib-serializinghtml==2.0.0
# via sphinx
tomli==2.4.0 ; python_full_version <= '3.11'
tomli==2.4.0
# via
# coverage
# pytest
# sphinx
typing-extensions==4.15.0 ; python_full_version < '3.11'
typing-extensions==4.15.0
# via exceptiongroup
urllib3==2.6.3
# via requests
Loading