Skip to content

Commit a04f1cb

Browse files
Bump the patch group with 7 updates
Bumps the patch group with 7 updates: | Package | From | To | | --- | --- | --- | | [joblib](https://github.com/joblib/joblib) | `1.5.2` | `1.5.3` | | [debugpy](https://github.com/microsoft/debugpy) | `1.8.17` | `1.8.19` | | [importlib-metadata](https://github.com/python/importlib_metadata) | `8.7.0` | `8.7.1` | | [superqt](https://github.com/pyapp-kit/superqt) | `0.7.6` | `0.7.7` | | [tornado](https://github.com/tornadoweb/tornado) | `6.5.2` | `6.5.4` | | [jaraco-context](https://github.com/jaraco/jaraco.context) | `6.0.1` | `6.0.2` | | [soupsieve](https://github.com/facelessuser/soupsieve) | `2.8` | `2.8.1` | Updates `joblib` from 1.5.2 to 1.5.3 - [Release notes](https://github.com/joblib/joblib/releases) - [Changelog](https://github.com/joblib/joblib/blob/main/CHANGES.rst) - [Commits](joblib/joblib@1.5.2...1.5.3) Updates `debugpy` from 1.8.17 to 1.8.19 - [Release notes](https://github.com/microsoft/debugpy/releases) - [Commits](microsoft/debugpy@v1.8.17...v1.8.19) Updates `importlib-metadata` from 8.7.0 to 8.7.1 - [Release notes](https://github.com/python/importlib_metadata/releases) - [Changelog](https://github.com/python/importlib_metadata/blob/main/NEWS.rst) - [Commits](python/importlib_metadata@v8.7.0...v8.7.1) Updates `superqt` from 0.7.6 to 0.7.7 - [Release notes](https://github.com/pyapp-kit/superqt/releases) - [Changelog](https://github.com/pyapp-kit/superqt/blob/main/CHANGELOG.md) - [Commits](pyapp-kit/superqt@v0.7.6...v0.7.7) Updates `tornado` from 6.5.2 to 6.5.4 - [Changelog](https://github.com/tornadoweb/tornado/blob/v6.5.4/docs/releases.rst) - [Commits](tornadoweb/tornado@v6.5.2...v6.5.4) Updates `jaraco-context` from 6.0.1 to 6.0.2 - [Release notes](https://github.com/jaraco/jaraco.context/releases) - [Changelog](https://github.com/jaraco/jaraco.context/blob/main/NEWS.rst) - [Commits](jaraco/jaraco.context@v6.0.1...v6.0.2) Updates `soupsieve` from 2.8 to 2.8.1 - [Release notes](https://github.com/facelessuser/soupsieve/releases) - [Commits](facelessuser/soupsieve@2.8...2.8.1) --- updated-dependencies: - dependency-name: joblib dependency-version: 1.5.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: debugpy dependency-version: 1.8.19 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: importlib-metadata dependency-version: 8.7.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: superqt dependency-version: 0.7.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: tornado dependency-version: 6.5.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: jaraco-context dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: soupsieve dependency-version: 2.8.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 46da3ef commit a04f1cb

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

requirements/REQUIREMENTS-CI.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,18 +35,18 @@ id==1.5.0
3535
idna==3.11
3636
imageio==2.37.2
3737
imagesize==1.4.1
38-
importlib_metadata==8.7.0
38+
importlib_metadata==8.7.1
3939
importlib_resources==6.5.2
4040
iniconfig==2.1.0
4141
ipython==8.18.1
4242
jaraco.classes==3.4.0
43-
jaraco.context==6.0.1
43+
jaraco.context==6.0.2
4444
jaraco.functools==4.3.0
4545
jedi==0.19.2
4646
jeepney==0.9.0
4747
Jinja2==3.1.6
4848
jmespath==1.0.1
49-
joblib==1.5.2
49+
joblib==1.5.3
5050
jsonschema==4.25.1
5151
jsonschema-specifications==2025.9.1
5252
jupyter_client==8.6.3
@@ -123,7 +123,7 @@ setuptools==80.9.0
123123
six==1.17.0
124124
slicedimage==4.1.1
125125
snowballstemmer==3.0.1
126-
soupsieve==2.8
126+
soupsieve==2.8.1
127127
Sphinx==5.3.0
128128
sphinx-autodoc-typehints==1.23.0
129129
sphinx-bootstrap-theme==0.8.1
@@ -144,7 +144,7 @@ threadpoolctl==3.6.0
144144
tifffile==2024.8.30
145145
tinycss2==1.4.0
146146
tomli==2.3.0
147-
tornado==6.5.2
147+
tornado==6.5.4
148148
tqdm==4.67.1
149149
trackpy==0.7
150150
traitlets==5.14.3

requirements/REQUIREMENTS-JUPYTER.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ click==8.1.8
1818
comm==0.2.3
1919
contourpy==1.3.0
2020
cycler==0.12.1
21-
debugpy==1.8.17
21+
debugpy==1.8.19
2222
decorator==5.2.1
2323
defusedxml==0.7.1
2424
diskcache==5.6.3
@@ -35,7 +35,7 @@ httpcore==1.0.9
3535
httpx==0.28.1
3636
idna==3.11
3737
imageio==2.37.2
38-
importlib_metadata==8.7.0
38+
importlib_metadata==8.7.1
3939
importlib_resources==6.5.2
4040
ipykernel==6.31.0
4141
ipython==8.18.1
@@ -44,7 +44,7 @@ isoduration==20.11.0
4444
jedi==0.19.2
4545
Jinja2==3.1.6
4646
jmespath==1.0.1
47-
joblib==1.5.2
47+
joblib==1.5.3
4848
json5==0.12.1
4949
jsonpointer==3.0.0
5050
jsonschema==4.25.1
@@ -119,15 +119,15 @@ setuptools==80.9.0
119119
six==1.17.0
120120
slicedimage==4.1.1
121121
sniffio==1.3.1
122-
soupsieve==2.8
122+
soupsieve==2.8.1
123123
stack-data==0.6.3
124124
sympy==1.14.0
125125
terminado==0.18.1
126126
threadpoolctl==3.6.0
127127
tifffile==2024.8.30
128128
tinycss2==1.4.0
129129
tomli==2.3.0
130-
tornado==6.5.2
130+
tornado==6.5.4
131131
tqdm==4.67.1
132132
trackpy==0.7
133133
traitlets==5.14.3

requirements/REQUIREMENTS-NAPARI-CI.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ comm==0.2.3
1919
contourpy==1.3.0
2020
cycler==0.12.1
2121
dask==2024.8.0
22-
debugpy==1.8.17
22+
debugpy==1.8.19
2323
decorator==5.2.1
2424
diskcache==5.6.3
2525
docstring_parser==0.17.0
@@ -38,7 +38,7 @@ hsluv==5.0.4
3838
idna==3.11
3939
imageio==2.37.2
4040
imagesize==1.4.1
41-
importlib_metadata==8.7.0
41+
importlib_metadata==8.7.1
4242
importlib_resources==6.5.2
4343
in-n-out==0.2.1
4444
iniconfig==2.1.0
@@ -48,7 +48,7 @@ ipython_pygments_lexers==1.1.1
4848
jedi==0.19.2
4949
Jinja2==3.1.6
5050
jmespath==1.0.1
51-
joblib==1.5.2
51+
joblib==1.5.3
5252
jsonschema==4.25.1
5353
jsonschema-specifications==2025.9.1
5454
jupyter_client==8.6.3
@@ -137,15 +137,15 @@ sphinxcontrib-jsmath==1.0.1
137137
sphinxcontrib-qthelp==2.0.0
138138
sphinxcontrib-serializinghtml==2.0.0
139139
stack-data==0.6.3
140-
superqt==0.7.6
140+
superqt==0.7.7
141141
sympy==1.14.0
142142
tabulate==0.9.0
143143
threadpoolctl==3.6.0
144144
tifffile==2024.8.30
145145
tomli==2.3.0
146146
tomli_w==1.2.0
147147
toolz==1.1.0
148-
tornado==6.5.2
148+
tornado==6.5.4
149149
tqdm==4.67.1
150150
trackpy==0.7
151151
traitlets==5.14.3

starfish/REQUIREMENTS-STRICT.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ idna==3.11
1515
imageio==2.37.2
1616
importlib_resources==6.5.2
1717
jmespath==1.0.1
18-
joblib==1.5.2
18+
joblib==1.5.3
1919
jsonschema==4.25.1
2020
jsonschema-specifications==2025.9.1
2121
kiwisolver==1.4.7

0 commit comments

Comments
 (0)