From fefb33f033a5c5f3fff4b7f456230e9015f42c18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 04:41:51 +0000 Subject: [PATCH 1/2] Bump hypothesis from 6.152.4 to 6.152.6 in /test_package/numpy Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.152.4 to 6.152.6. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.152.4...hypothesis-python-6.152.6) --- updated-dependencies: - dependency-name: hypothesis dependency-version: 6.152.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- test_package/numpy/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_package/numpy/requirements.txt b/test_package/numpy/requirements.txt index 589fcfb..eefa968 100644 --- a/test_package/numpy/requirements.txt +++ b/test_package/numpy/requirements.txt @@ -1,4 +1,4 @@ -hypothesis==6.152.4 +hypothesis==6.152.6 numpy==2.4.4 pytest-xdist==3.8.0 pytest==9.0.3 From 0434f91da769c514d1d516da588ae5e51d184a7a Mon Sep 17 00:00:00 2001 From: update-env Date: Tue, 12 May 2026 04:43:18 +0000 Subject: [PATCH 2/2] Compile new test_package environments --- test_package/nbconvert/env/darwin.txt | 4 ++-- test_package/nbconvert/env/linux.txt | 4 ++-- test_package/nbconvert/env/win32.txt | 4 ++-- test_package/numpy/env/darwin.txt | 2 +- test_package/numpy/env/linux.txt | 2 +- test_package/numpy/env/win32.txt | 2 +- test_package/pylake/env/darwin.txt | 26 +++++++++++++------------- test_package/pylake/env/linux.txt | 26 +++++++++++++------------- test_package/pylake/env/win32.txt | 26 +++++++++++++------------- 9 files changed, 48 insertions(+), 48 deletions(-) diff --git a/test_package/nbconvert/env/darwin.txt b/test_package/nbconvert/env/darwin.txt index f1cee0b..648f0fd 100644 --- a/test_package/nbconvert/env/darwin.txt +++ b/test_package/nbconvert/env/darwin.txt @@ -30,7 +30,7 @@ markupsafe==3.0.3 # via # jinja2 # nbconvert -mistune==3.2.0 +mistune==3.2.1 # via nbconvert nbclient==0.10.4 # via nbconvert @@ -68,7 +68,7 @@ tinycss2==1.4.0 # via bleach tornado==6.5.5 # via jupyter-client -traitlets==5.14.3 +traitlets==5.15.0 # via # jupyter-client # jupyter-core diff --git a/test_package/nbconvert/env/linux.txt b/test_package/nbconvert/env/linux.txt index f1cee0b..648f0fd 100644 --- a/test_package/nbconvert/env/linux.txt +++ b/test_package/nbconvert/env/linux.txt @@ -30,7 +30,7 @@ markupsafe==3.0.3 # via # jinja2 # nbconvert -mistune==3.2.0 +mistune==3.2.1 # via nbconvert nbclient==0.10.4 # via nbconvert @@ -68,7 +68,7 @@ tinycss2==1.4.0 # via bleach tornado==6.5.5 # via jupyter-client -traitlets==5.14.3 +traitlets==5.15.0 # via # jupyter-client # jupyter-core diff --git a/test_package/nbconvert/env/win32.txt b/test_package/nbconvert/env/win32.txt index 10bf5ec..e3886d5 100644 --- a/test_package/nbconvert/env/win32.txt +++ b/test_package/nbconvert/env/win32.txt @@ -30,7 +30,7 @@ markupsafe==3.0.3 # via # jinja2 # nbconvert -mistune==3.2.0 +mistune==3.2.1 # via nbconvert nbclient==0.10.4 # via nbconvert @@ -68,7 +68,7 @@ tinycss2==1.4.0 # via bleach tornado==6.5.5 # via jupyter-client -traitlets==5.14.3 +traitlets==5.15.0 # via # jupyter-client # jupyter-core diff --git a/test_package/numpy/env/darwin.txt b/test_package/numpy/env/darwin.txt index a9cc490..ef21a45 100644 --- a/test_package/numpy/env/darwin.txt +++ b/test_package/numpy/env/darwin.txt @@ -1,6 +1,6 @@ execnet==2.1.2 # via pytest-xdist -hypothesis==6.152.4 +hypothesis==6.152.6 # via -r test_package/numpy/requirements.txt iniconfig==2.3.0 # via pytest diff --git a/test_package/numpy/env/linux.txt b/test_package/numpy/env/linux.txt index a9cc490..ef21a45 100644 --- a/test_package/numpy/env/linux.txt +++ b/test_package/numpy/env/linux.txt @@ -1,6 +1,6 @@ execnet==2.1.2 # via pytest-xdist -hypothesis==6.152.4 +hypothesis==6.152.6 # via -r test_package/numpy/requirements.txt iniconfig==2.3.0 # via pytest diff --git a/test_package/numpy/env/win32.txt b/test_package/numpy/env/win32.txt index 4c3d8e0..76637d4 100644 --- a/test_package/numpy/env/win32.txt +++ b/test_package/numpy/env/win32.txt @@ -2,7 +2,7 @@ colorama==0.4.6 # via pytest execnet==2.1.2 # via pytest-xdist -hypothesis==6.152.4 +hypothesis==6.152.6 # via -r test_package/numpy/requirements.txt iniconfig==2.3.0 # via pytest diff --git a/test_package/pylake/env/darwin.txt b/test_package/pylake/env/darwin.txt index 834fcc9..70364b6 100644 --- a/test_package/pylake/env/darwin.txt +++ b/test_package/pylake/env/darwin.txt @@ -24,7 +24,7 @@ beautifulsoup4==4.14.3 # via nbconvert bleach[css]==6.3.0 # via nbconvert -cachetools==7.0.6 +cachetools==7.1.1 # via lumicks-pylake certifi==2026.4.22 # via @@ -67,7 +67,7 @@ httpcore==1.0.9 # via httpx httpx==0.28.1 # via jupyterlab -idna==3.13 +idna==3.14 # via # anyio # httpx @@ -94,7 +94,7 @@ ipywidgets==8.1.8 # lumicks-pylake isoduration==20.11.0 # via jsonschema -jedi==0.19.2 +jedi==0.20.0 # via ipython jinja2==3.1.6 # via @@ -134,7 +134,7 @@ jupyter-events==0.12.1 # via jupyter-server jupyter-lsp==2.3.1 # via jupyterlab -jupyter-server==2.17.0 +jupyter-server==2.18.2 # via # jupyter-lsp # jupyterlab @@ -143,7 +143,7 @@ jupyter-server==2.17.0 # notebook-shim jupyter-server-terminals==0.5.4 # via jupyter-server -jupyterlab==4.5.6 +jupyterlab==4.5.7 # via notebook jupyterlab-pygments==0.3.0 # via nbconvert @@ -171,11 +171,11 @@ matplotlib==3.10.9 # via # ipympl # lumicks-pylake -matplotlib-inline==0.2.1 +matplotlib-inline==0.2.2 # via # ipykernel # ipython -mistune==3.2.0 +mistune==3.2.1 # via nbconvert nbclient==0.10.4 # via nbconvert @@ -190,7 +190,7 @@ nest-asyncio==1.6.0 # via ipykernel networkx==3.6.1 # via scikit-image -notebook==7.5.5 +notebook==7.5.6 # via lumicks-pylake notebook-shim==0.2.4 # via @@ -224,7 +224,7 @@ packaging==26.2 # scikit-image pandocfilters==1.5.1 # via nbconvert -parso==0.8.6 +parso==0.8.7 # via jedi pexpect==4.9.0 # via ipython @@ -283,7 +283,7 @@ referencing==0.37.0 # jsonschema # jsonschema-specifications # jupyter-events -requests==2.33.1 +requests==2.34.0 # via jupyterlab-server rfc3339-validator==0.1.4 # via @@ -342,7 +342,7 @@ tornado==6.5.5 # terminado tqdm==4.67.3 # via lumicks-pylake -traitlets==5.14.3 +traitlets==5.15.0 # via # ipykernel # ipympl @@ -367,9 +367,9 @@ tzdata==2026.2 # via arrow uri-template==1.3.0 # via jsonschema -urllib3==2.6.3 +urllib3==2.7.0 # via requests -wcwidth==0.6.0 +wcwidth==0.7.0 # via prompt-toolkit webcolors==25.10.0 # via jsonschema diff --git a/test_package/pylake/env/linux.txt b/test_package/pylake/env/linux.txt index 33c9424..a4b7449 100644 --- a/test_package/pylake/env/linux.txt +++ b/test_package/pylake/env/linux.txt @@ -22,7 +22,7 @@ beautifulsoup4==4.14.3 # via nbconvert bleach[css]==6.3.0 # via nbconvert -cachetools==7.0.6 +cachetools==7.1.1 # via lumicks-pylake certifi==2026.4.22 # via @@ -65,7 +65,7 @@ httpcore==1.0.9 # via httpx httpx==0.28.1 # via jupyterlab -idna==3.13 +idna==3.14 # via # anyio # httpx @@ -92,7 +92,7 @@ ipywidgets==8.1.8 # lumicks-pylake isoduration==20.11.0 # via jsonschema -jedi==0.19.2 +jedi==0.20.0 # via ipython jinja2==3.1.6 # via @@ -132,7 +132,7 @@ jupyter-events==0.12.1 # via jupyter-server jupyter-lsp==2.3.1 # via jupyterlab -jupyter-server==2.17.0 +jupyter-server==2.18.2 # via # jupyter-lsp # jupyterlab @@ -141,7 +141,7 @@ jupyter-server==2.17.0 # notebook-shim jupyter-server-terminals==0.5.4 # via jupyter-server -jupyterlab==4.5.6 +jupyterlab==4.5.7 # via notebook jupyterlab-pygments==0.3.0 # via nbconvert @@ -169,11 +169,11 @@ matplotlib==3.10.9 # via # ipympl # lumicks-pylake -matplotlib-inline==0.2.1 +matplotlib-inline==0.2.2 # via # ipykernel # ipython -mistune==3.2.0 +mistune==3.2.1 # via nbconvert nbclient==0.10.4 # via nbconvert @@ -188,7 +188,7 @@ nest-asyncio==1.6.0 # via ipykernel networkx==3.6.1 # via scikit-image -notebook==7.5.5 +notebook==7.5.6 # via lumicks-pylake notebook-shim==0.2.4 # via @@ -222,7 +222,7 @@ packaging==26.2 # scikit-image pandocfilters==1.5.1 # via nbconvert -parso==0.8.6 +parso==0.8.7 # via jedi pexpect==4.9.0 # via ipython @@ -281,7 +281,7 @@ referencing==0.37.0 # jsonschema # jsonschema-specifications # jupyter-events -requests==2.33.1 +requests==2.34.0 # via jupyterlab-server rfc3339-validator==0.1.4 # via @@ -340,7 +340,7 @@ tornado==6.5.5 # terminado tqdm==4.67.3 # via lumicks-pylake -traitlets==5.14.3 +traitlets==5.15.0 # via # ipykernel # ipympl @@ -365,9 +365,9 @@ tzdata==2026.2 # via arrow uri-template==1.3.0 # via jsonschema -urllib3==2.6.3 +urllib3==2.7.0 # via requests -wcwidth==0.6.0 +wcwidth==0.7.0 # via prompt-toolkit webcolors==25.10.0 # via jsonschema diff --git a/test_package/pylake/env/win32.txt b/test_package/pylake/env/win32.txt index aa712a9..3484830 100644 --- a/test_package/pylake/env/win32.txt +++ b/test_package/pylake/env/win32.txt @@ -22,7 +22,7 @@ beautifulsoup4==4.14.3 # via nbconvert bleach[css]==6.3.0 # via nbconvert -cachetools==7.0.6 +cachetools==7.1.1 # via lumicks-pylake certifi==2026.4.22 # via @@ -70,7 +70,7 @@ httpcore==1.0.9 # via httpx httpx==0.28.1 # via jupyterlab -idna==3.13 +idna==3.14 # via # anyio # httpx @@ -97,7 +97,7 @@ ipywidgets==8.1.8 # lumicks-pylake isoduration==20.11.0 # via jsonschema -jedi==0.19.2 +jedi==0.20.0 # via ipython jinja2==3.1.6 # via @@ -137,7 +137,7 @@ jupyter-events==0.12.1 # via jupyter-server jupyter-lsp==2.3.1 # via jupyterlab -jupyter-server==2.17.0 +jupyter-server==2.18.2 # via # jupyter-lsp # jupyterlab @@ -146,7 +146,7 @@ jupyter-server==2.17.0 # notebook-shim jupyter-server-terminals==0.5.4 # via jupyter-server -jupyterlab==4.5.6 +jupyterlab==4.5.7 # via notebook jupyterlab-pygments==0.3.0 # via nbconvert @@ -174,11 +174,11 @@ matplotlib==3.10.9 # via # ipympl # lumicks-pylake -matplotlib-inline==0.2.1 +matplotlib-inline==0.2.2 # via # ipykernel # ipython -mistune==3.2.0 +mistune==3.2.1 # via nbconvert nbclient==0.10.4 # via nbconvert @@ -193,7 +193,7 @@ nest-asyncio==1.6.0 # via ipykernel networkx==3.6.1 # via scikit-image -notebook==7.5.5 +notebook==7.5.6 # via lumicks-pylake notebook-shim==0.2.4 # via @@ -227,7 +227,7 @@ packaging==26.2 # scikit-image pandocfilters==1.5.1 # via nbconvert -parso==0.8.6 +parso==0.8.7 # via jedi pillow==12.2.0 # via @@ -285,7 +285,7 @@ referencing==0.37.0 # jsonschema # jsonschema-specifications # jupyter-events -requests==2.33.1 +requests==2.34.0 # via jupyterlab-server rfc3339-validator==0.1.4 # via @@ -344,7 +344,7 @@ tornado==6.5.5 # terminado tqdm==4.67.3 # via lumicks-pylake -traitlets==5.14.3 +traitlets==5.15.0 # via # ipykernel # ipympl @@ -369,9 +369,9 @@ tzdata==2026.2 # via arrow uri-template==1.3.0 # via jsonschema -urllib3==2.6.3 +urllib3==2.7.0 # via requests -wcwidth==0.6.0 +wcwidth==0.7.0 # via prompt-toolkit webcolors==25.10.0 # via jsonschema