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 test_package/numpy/env/darwin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pluggy==1.6.0
# via pytest
pygments==2.20.0
# via pytest
pytest==9.0.2
pytest==9.0.3
# via
# -r test_package/numpy/requirements.txt
# pytest-xdist
Expand Down
2 changes: 1 addition & 1 deletion test_package/numpy/env/linux.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pluggy==1.6.0
# via pytest
pygments==2.20.0
# via pytest
pytest==9.0.2
pytest==9.0.3
# via
# -r test_package/numpy/requirements.txt
# pytest-xdist
Expand Down
2 changes: 1 addition & 1 deletion test_package/numpy/env/win32.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pluggy==1.6.0
# via pytest
pygments==2.20.0
# via pytest
pytest==9.0.2
pytest==9.0.3
# via
# -r test_package/numpy/requirements.txt
# pytest-xdist
Expand Down
2 changes: 1 addition & 1 deletion test_package/numpy/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
hypothesis==6.151.11
numpy==2.4.4
pytest-xdist==3.8.0
pytest==9.0.2
pytest==9.0.3
typing-extensions==4.15.0
2 changes: 1 addition & 1 deletion test_package/pylake/env/darwin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ pygments==2.20.0
# pytest
pyparsing==3.3.2
# via matplotlib
pytest==9.0.2
pytest==9.0.3
# via lumicks-pylake
python-dateutil==2.9.0.post0
# via
Expand Down
2 changes: 1 addition & 1 deletion test_package/pylake/env/linux.txt
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ pygments==2.20.0
# pytest
pyparsing==3.3.2
# via matplotlib
pytest==9.0.2
pytest==9.0.3
# via lumicks-pylake
python-dateutil==2.9.0.post0
# via
Expand Down
2 changes: 1 addition & 1 deletion test_package/pylake/env/win32.txt
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ pygments==2.20.0
# pytest
pyparsing==3.3.2
# via matplotlib
pytest==9.0.2
pytest==9.0.3
# via lumicks-pylake
python-dateutil==2.9.0.post0
# via
Expand Down
Loading