Skip to content

Commit 044d72b

Browse files
authored
bump dependencies versions (TGSAI#708)
Co-authored-by: Altay Sansal <[email protected]>
1 parent a75ab78 commit 044d72b

File tree

4 files changed

+26
-26
lines changed

4 files changed

+26
-26
lines changed

.github/workflows/constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
bump-my-version==1.2.3
1+
bump-my-version==1.2.4
22
nox==2025.5.1

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
aiohttp==3.12.15
1+
aiohttp==3.13.0
22
autodoc-pydantic==2.2.0
33
furo==2025.9.25
44
linkify-it-py==2.0.3

pyproject.toml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,24 +18,24 @@ classifiers = [
1818
]
1919

2020
dependencies = [
21-
"click>=8.2.1",
21+
"click>=8.3.0",
2222
"click-params>=0.5.0",
23-
"dask>=2025.9.0",
23+
"dask>=2025.9.1",
2424
"fsspec>=2025.9.0",
2525
"pint>=0.25.0",
26-
"psutil>=7.0.0",
27-
"pydantic>=2.11.9",
26+
"psutil>=7.1.0",
27+
"pydantic>=2.12.0",
2828
"rich>=14.1.0",
2929
"segy>=0.5.3",
3030
"tqdm>=4.67.1",
31-
"universal-pathlib>=0.2.6",
32-
"xarray>=2025.9.1",
31+
"universal-pathlib>=0.3.3",
32+
"xarray>=2025.10.1",
3333
"zarr>=3.1.3",
3434
]
3535

3636
[project.optional-dependencies]
3737
cloud = ["s3fs>=2025.9.0", "gcsfs>=2025.9.0", "adlfs>=2025.8.0"]
38-
distributed = ["distributed>=2025.9.0", "bokeh>=3.8.0"]
38+
distributed = ["distributed>=2025.9.1", "bokeh>=3.8.0"]
3939
lossy = ["zfpy>=1.0.1"]
4040

4141
[project.urls]
@@ -48,9 +48,9 @@ mdio = "mdio.__main__:main"
4848

4949
[dependency-groups]
5050
dev = [
51-
"ruff>=0.13.0",
52-
"coverage[toml]>=7.10.6",
53-
"mypy>=1.18.1",
51+
"ruff>=0.14.0",
52+
"coverage[toml]>=7.10.7",
53+
"mypy>=1.18.2",
5454
"pre-commit>=4.3.0",
5555
"pre-commit-hooks>=6.0.0",
5656
"pytest>=8.4.2",
@@ -61,9 +61,9 @@ dev = [
6161
]
6262

6363
docs = [
64-
"aiohttp>=3.12.15",
64+
"aiohttp>=3.13.0",
6565
"autodoc-pydantic>=2.2.0",
66-
"furo>=2025.7.19",
66+
"furo>=2025.9.25",
6767
"linkify-it-py>=2.0.3",
6868
"matplotlib>=3.10.6",
6969
"myst-nb>=1.3.0",

uv.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)