Skip to content
Merged
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 doc/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ pycparser==3.0 ; python_version >= "3.10" and python_version < "4" and implement
pygments==2.21.0 ; python_version >= "3.10" and python_version < "4"
pymoo==0.6.2 ; python_version >= "3.10" and python_version < "4"
pyparsing==3.3.2 ; python_version >= "3.10" and python_version < "4"
pytest==8.4.2 ; python_version >= "3.10" and python_version < "4"
pytest==9.0.3 ; python_version >= "3.10" and python_version < "4"
python-constraint2==2.5.0 ; python_version == "3.10"
python-constraint2==2.7.3 ; python_version >= "3.11" and python_version < "4"
python-dateutil==2.9.0.post0 ; python_version >= "3.10" and python_version < "4"
Expand Down
6 changes: 3 additions & 3 deletions doc/requirements_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1158,9 +1158,9 @@ pytest-cov==5.0.0 ; python_version >= "3.10" and python_version < "4" \
pytest-timeout==2.4.0 ; python_version >= "3.10" and python_version < "4" \
--hash=sha256:7e68e90b01f9eff71332b25001f85c75495fc4e3a836701876183c4bcfd0540a \
--hash=sha256:c42667e5cdadb151aeb5b26d114aff6bdf5a907f176a007a30b940d3d865b5c2
pytest==8.4.2 ; python_version >= "3.10" and python_version < "4" \
--hash=sha256:86c0d0b93306b961d58d62a4db4879f27fe25513d4b969df351abdddb3c30e01 \
--hash=sha256:872f880de3fc3a5bdc88a11b39c9710c3497a547cfa9320bc3c5e62fbf272e79
pytest==9.0.3 ; python_version >= "3.10" and python_version < "4" \
--hash=sha256:2c5efc453d45394fdd706ade797c0a81091eccd1d6e4bccfcd476e2b8e0ab5d9 \
--hash=sha256:b86ada508af81d19edeb213c681b1d48246c1a91d304c6c81a427674c17eb91c
python-constraint2==2.5.0 ; python_version == "3.10" \
--hash=sha256:0bd4f870c1f74e0f033372ad2c78bb8929c0d2b489a3c89f83caa9088c547d64 \
--hash=sha256:245fa0b1edca340545041c655d159187f98558c08a93619ac4433739509341d1 \
Expand Down
Loading