Skip to content

Commit cce6a40

Browse files
authored
Update Python dependencies (#301)
Co-authored-by: gaborbernat <690238+gaborbernat@users.noreply.github.com>
1 parent eecf4a0 commit cce6a40

4 files changed

Lines changed: 294 additions & 293 deletions

File tree

pyproject-fmt/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ test = [
5353
"pytest-mock>=3.15.1",
5454
]
5555
type = [
56-
"mypy==1.20.1",
56+
"mypy==1.20.2",
5757
"types-cachetools>=6.2.0.20260408",
5858
"types-chardet>=5.0.4.6",
5959
{ include-group = "test" },
@@ -62,7 +62,7 @@ docs = [
6262
"furo>=2025.12.19; python_version>='3.14'",
6363
"sphinx>=9.1; python_version>='3.14'",
6464
"sphinx-argparse-cli>=1.21.3; python_version>='3.14'",
65-
"sphinx-autodoc-typehints>=3.10.1; python_version>='3.14'",
65+
"sphinx-autodoc-typehints>=3.10.2; python_version>='3.14'",
6666
"sphinx-copybutton>=0.5.2; python_version>='3.14'",
6767
"sphinx-inline-tabs>=2025.12.21.14; python_version>='3.14'",
6868
]
@@ -72,7 +72,7 @@ fix = [
7272
pkg-meta = [
7373
"check-wheel-contents>=0.6.3",
7474
"twine>=6.2",
75-
"uv>=0.11.6",
75+
"uv>=0.11.8",
7676
]
7777

7878
[tool.maturin]

toml-fmt-common/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,13 @@ test = [
4949
"pytest-mock>=3.15.1",
5050
]
5151
type = [
52-
"mypy==1.20.1",
52+
"mypy==1.20.2",
5353
{ include-group = "test" },
5454
]
5555
pkg-meta = [
5656
"check-wheel-contents>=0.6.3",
5757
"twine>=6.2",
58-
"uv>=0.11.6",
58+
"uv>=0.11.8",
5959
]
6060

6161
[tool.uv]

tox-toml-fmt/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ test = [
5353
"pytest-mock>=3.15.1",
5454
]
5555
type = [
56-
"mypy==1.20.1",
56+
"mypy==1.20.2",
5757
"types-cachetools>=6.2.0.20260408",
5858
"types-chardet>=5.0.4.6",
5959
{ include-group = "test" },
@@ -62,7 +62,7 @@ docs = [
6262
"furo>=2025.12.19; python_version>='3.14'",
6363
"sphinx>=9.1; python_version>='3.14'",
6464
"sphinx-argparse-cli>=1.21.3; python_version>='3.14'",
65-
"sphinx-autodoc-typehints>=3.10.1; python_version>='3.14'",
65+
"sphinx-autodoc-typehints>=3.10.2; python_version>='3.14'",
6666
"sphinx-copybutton>=0.5.2; python_version>='3.14'",
6767
"sphinx-inline-tabs>=2025.12.21.14; python_version>='3.14'",
6868
]
@@ -72,7 +72,7 @@ fix = [
7272
pkg-meta = [
7373
"check-wheel-contents>=0.6.3",
7474
"twine>=6.2",
75-
"uv>=0.11.6",
75+
"uv>=0.11.8",
7676
]
7777

7878
[tool.maturin]

0 commit comments

Comments
 (0)