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 @@ -4,7 +4,7 @@ hypothesis==6.152.7
# via -r test_package/numpy/requirements.txt
iniconfig==2.3.0
# via pytest
numpy==2.4.4
numpy==2.4.5
# via -r test_package/numpy/requirements.txt
packaging==26.2
# via pytest
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 @@ -4,7 +4,7 @@ hypothesis==6.152.7
# via -r test_package/numpy/requirements.txt
iniconfig==2.3.0
# via pytest
numpy==2.4.4
numpy==2.4.5
# via -r test_package/numpy/requirements.txt
packaging==26.2
# via pytest
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 @@ -6,7 +6,7 @@ hypothesis==6.152.7
# via -r test_package/numpy/requirements.txt
iniconfig==2.3.0
# via pytest
numpy==2.4.4
numpy==2.4.5
# via -r test_package/numpy/requirements.txt
packaging==26.2
# via pytest
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.152.7
numpy==2.4.4
numpy==2.4.5
pytest-xdist==3.8.0
pytest==9.0.3
typing-extensions==4.15.0
6 changes: 3 additions & 3 deletions test_package/pylake/env/darwin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ executing==2.2.1
# via stack-data
fastjsonschema==2.21.2
# via nbformat
fonttools==4.62.1
fonttools==4.63.0
# via matplotlib
fqdn==1.5.1
# via jsonschema
Expand Down Expand Up @@ -196,7 +196,7 @@ notebook-shim==0.2.4
# via
# jupyterlab
# notebook
numpy==2.4.4
numpy==2.4.5
# via
# contourpy
# h5py
Expand Down Expand Up @@ -283,7 +283,7 @@ referencing==0.37.0
# jsonschema
# jsonschema-specifications
# jupyter-events
requests==2.34.1
requests==2.34.2
# via jupyterlab-server
rfc3339-validator==0.1.4
# via
Expand Down
6 changes: 3 additions & 3 deletions test_package/pylake/env/linux.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ executing==2.2.1
# via stack-data
fastjsonschema==2.21.2
# via nbformat
fonttools==4.62.1
fonttools==4.63.0
# via matplotlib
fqdn==1.5.1
# via jsonschema
Expand Down Expand Up @@ -194,7 +194,7 @@ notebook-shim==0.2.4
# via
# jupyterlab
# notebook
numpy==2.4.4
numpy==2.4.5
# via
# contourpy
# h5py
Expand Down Expand Up @@ -281,7 +281,7 @@ referencing==0.37.0
# jsonschema
# jsonschema-specifications
# jupyter-events
requests==2.34.1
requests==2.34.2
# via jupyterlab-server
rfc3339-validator==0.1.4
# via
Expand Down
6 changes: 3 additions & 3 deletions test_package/pylake/env/win32.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ executing==2.2.1
# via stack-data
fastjsonschema==2.21.2
# via nbformat
fonttools==4.62.1
fonttools==4.63.0
# via matplotlib
fqdn==1.5.1
# via jsonschema
Expand Down Expand Up @@ -199,7 +199,7 @@ notebook-shim==0.2.4
# via
# jupyterlab
# notebook
numpy==2.4.4
numpy==2.4.5
# via
# contourpy
# h5py
Expand Down Expand Up @@ -285,7 +285,7 @@ referencing==0.37.0
# jsonschema
# jsonschema-specifications
# jupyter-events
requests==2.34.1
requests==2.34.2
# via jupyterlab-server
rfc3339-validator==0.1.4
# via
Expand Down
Loading