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
@@ -1,6 +1,6 @@
execnet==2.1.2
# via pytest-xdist
hypothesis==6.151.10
hypothesis==6.151.11
# via -r test_package/numpy/requirements.txt
iniconfig==2.3.0
# 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
@@ -1,6 +1,6 @@
execnet==2.1.2
# via pytest-xdist
hypothesis==6.151.10
hypothesis==6.151.11
# via -r test_package/numpy/requirements.txt
iniconfig==2.3.0
# 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 @@ -2,7 +2,7 @@ colorama==0.4.6
# via pytest
execnet==2.1.2
# via pytest-xdist
hypothesis==6.151.10
hypothesis==6.151.11
# via -r test_package/numpy/requirements.txt
iniconfig==2.3.0
# 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,4 +1,4 @@
hypothesis==6.151.10
hypothesis==6.151.11
numpy==2.4.4
pytest-xdist==3.8.0
pytest==9.0.2
Expand Down
8 changes: 4 additions & 4 deletions test_package/pylake/env/darwin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ certifi==2026.2.25
# requests
cffi==2.0.0
# via argon2-cffi-bindings
charset-normalizer==3.4.6
charset-normalizer==3.4.7
# via requests
comm==0.2.3
# via
Expand Down Expand Up @@ -132,7 +132,7 @@ jupyter-core==5.9.1
# nbformat
jupyter-events==0.12.0
# via jupyter-server
jupyter-lsp==2.3.0
jupyter-lsp==2.3.1
# via jupyterlab
jupyter-server==2.17.0
# via
Expand Down Expand Up @@ -228,7 +228,7 @@ parso==0.8.6
# via jedi
pexpect==4.9.0
# via ipython
pillow==12.1.1
pillow==12.2.0
# via
# imageio
# ipympl
Expand Down Expand Up @@ -361,7 +361,7 @@ typing-extensions==4.15.0
# beautifulsoup4
# ipython
# referencing
tzdata==2025.3
tzdata==2026.1
# via arrow
uri-template==1.3.0
# via jsonschema
Expand Down
8 changes: 4 additions & 4 deletions test_package/pylake/env/linux.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ certifi==2026.2.25
# requests
cffi==2.0.0
# via argon2-cffi-bindings
charset-normalizer==3.4.6
charset-normalizer==3.4.7
# via requests
comm==0.2.3
# via
Expand Down Expand Up @@ -130,7 +130,7 @@ jupyter-core==5.9.1
# nbformat
jupyter-events==0.12.0
# via jupyter-server
jupyter-lsp==2.3.0
jupyter-lsp==2.3.1
# via jupyterlab
jupyter-server==2.17.0
# via
Expand Down Expand Up @@ -226,7 +226,7 @@ parso==0.8.6
# via jedi
pexpect==4.9.0
# via ipython
pillow==12.1.1
pillow==12.2.0
# via
# imageio
# ipympl
Expand Down Expand Up @@ -359,7 +359,7 @@ typing-extensions==4.15.0
# beautifulsoup4
# ipython
# referencing
tzdata==2025.3
tzdata==2026.1
# via arrow
uri-template==1.3.0
# via jsonschema
Expand Down
8 changes: 4 additions & 4 deletions test_package/pylake/env/win32.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ certifi==2026.2.25
# requests
cffi==2.0.0
# via argon2-cffi-bindings
charset-normalizer==3.4.6
charset-normalizer==3.4.7
# via requests
colorama==0.4.6
# via
Expand Down Expand Up @@ -135,7 +135,7 @@ jupyter-core==5.9.1
# nbformat
jupyter-events==0.12.0
# via jupyter-server
jupyter-lsp==2.3.0
jupyter-lsp==2.3.1
# via jupyterlab
jupyter-server==2.17.0
# via
Expand Down Expand Up @@ -229,7 +229,7 @@ pandocfilters==1.5.1
# via nbconvert
parso==0.8.6
# via jedi
pillow==12.1.1
pillow==12.2.0
# via
# imageio
# ipympl
Expand Down Expand Up @@ -363,7 +363,7 @@ typing-extensions==4.15.0
# beautifulsoup4
# ipython
# referencing
tzdata==2025.3
tzdata==2026.1
# via arrow
uri-template==1.3.0
# via jsonschema
Expand Down
Loading