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.1.0
pytest==9.1.1
# 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.1.0
pytest==9.1.1
# 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.1.0
pytest==9.1.1
# 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.155.5
numpy==2.4.6
pytest-xdist==3.8.0
pytest==9.1.0
pytest==9.1.1
typing-extensions==4.15.0
4 changes: 2 additions & 2 deletions test_package/pylake/env/darwin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jinja2==3.1.6
# nbconvert
joblib==1.5.3
# via scikit-learn
json5==0.14.0
json5==0.15.0
# via jupyterlab-server
jsonpointer==3.1.1
# via jsonschema
Expand Down Expand Up @@ -269,7 +269,7 @@ pygments==2.20.0
# pytest
pyparsing==3.3.2
# via matplotlib
pytest==9.1.0
pytest==9.1.1
# via lumicks-pylake
python-dateutil==2.9.0.post0
# via
Expand Down
4 changes: 2 additions & 2 deletions test_package/pylake/env/linux.txt
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jinja2==3.1.6
# nbconvert
joblib==1.5.3
# via scikit-learn
json5==0.14.0
json5==0.15.0
# via jupyterlab-server
jsonpointer==3.1.1
# via jsonschema
Expand Down Expand Up @@ -267,7 +267,7 @@ pygments==2.20.0
# pytest
pyparsing==3.3.2
# via matplotlib
pytest==9.1.0
pytest==9.1.1
# via lumicks-pylake
python-dateutil==2.9.0.post0
# via
Expand Down
4 changes: 2 additions & 2 deletions test_package/pylake/env/win32.txt
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jinja2==3.1.6
# nbconvert
joblib==1.5.3
# via scikit-learn
json5==0.14.0
json5==0.15.0
# via jupyterlab-server
jsonpointer==3.1.1
# via jsonschema
Expand Down Expand Up @@ -266,7 +266,7 @@ pygments==2.20.0
# pytest
pyparsing==3.3.2
# via matplotlib
pytest==9.1.0
pytest==9.1.1
# via lumicks-pylake
python-dateutil==2.9.0.post0
# via
Expand Down
Loading