Skip to content

Commit b625978

Browse files
authored
Update Python dependencies (#399)
1 parent aedd788 commit b625978

8 files changed

Lines changed: 354 additions & 366 deletions

File tree

pyproject-fmt/pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[build-system]
22
build-backend = "build_backend"
33
requires = [
4-
"maturin>=1.14",
4+
"maturin>=1.14.1",
55
]
66
backend-path = [ "." ]
77

@@ -51,7 +51,7 @@ dev = [
5151
]
5252
test = [
5353
"covdefaults>=2.3",
54-
"pytest>=9.1",
54+
"pytest>=9.1.1",
5555
"pytest-cov>=7.1",
5656
"pytest-mock>=3.15.1",
5757
]
@@ -65,18 +65,18 @@ docs = [
6565
"furo>=2025.12.19; python_version>='3.14'",
6666
"sphinx>=9.1; python_version>='3.14'",
6767
"sphinx-argparse-cli>=1.21.3; python_version>='3.14'",
68-
"sphinx-autodoc-typehints>=3.11; python_version>='3.14'",
68+
"sphinx-autodoc-typehints>=3.12; python_version>='3.14'",
6969
"sphinx-copybutton>=0.5.2; python_version>='3.14'",
7070
"sphinx-design>=0.7; python_version>='3.14'",
7171
"sphinx-inline-tabs>=2025.12.21.14; python_version>='3.14'",
7272
]
7373
fix = [
74-
"pre-commit-uv>=4.2.1",
74+
"pre-commit-uv>=4.2.2",
7575
]
7676
pkg-meta = [
7777
"check-wheel-contents>=0.6.3",
7878
"twine>=6.2",
79-
"uv>=0.11.21",
79+
"uv>=0.11.26",
8080
]
8181

8282
[tool.maturin]

pyproject-fmt/tox.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
requires = ["tox>=4.55.1", "tox-uv>=1.35.2"]
1+
requires = ["tox>=4.56.1", "tox-uv>=1.35.2"]
22
env_list = ["fix", "3.14", "3.13", "3.12", "3.11", "3.10", "type", "docs", "pkg_meta"]
33
skip_missing_interpreters = true
44

toml-fmt-common/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ dev = [
4545
]
4646
test = [
4747
"covdefaults>=2.3",
48-
"pytest>=9.1",
48+
"pytest>=9.1.1",
4949
"pytest-cov>=7.1",
5050
"pytest-mock>=3.15.1",
5151
]
@@ -56,7 +56,7 @@ type = [
5656
pkg-meta = [
5757
"check-wheel-contents>=0.6.3",
5858
"twine>=6.2",
59-
"uv>=0.11.21",
59+
"uv>=0.11.26",
6060
]
6161

6262
[tool.uv]

toml-fmt-common/tox.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
requires = ["tox>=4.55.1", "tox-uv>=1.35.2"]
1+
requires = ["tox>=4.56.1", "tox-uv>=1.35.2"]
22
env_list = ["fix", "3.14", "3.13", "3.12", "3.11", "3.10", "type", "pkg_meta"]
33
skip_missing_interpreters = true
44

@@ -79,6 +79,6 @@ commands = [["uv", "pip", "tree"], ["python", "-c", 'print(r"{env_python}")']]
7979
[env.fix]
8080
description = "format the code base to adhere to our styles, and complain about what we cannot do automatically"
8181
skip_install = true
82-
deps = ["pre-commit-uv>=4.2.1"]
82+
deps = ["pre-commit-uv>=4.2.2"]
8383
pass_env = [{ replace = "ref", of = ["env_run_base", "pass_env"], extend = true }, "PROGRAMDATA"]
8484
commands = [["pre-commit", "run", "--all-files", "--show-diff-on-failure", { replace = "posargs", extend = true }]]

tox-toml-fmt/pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[build-system]
22
build-backend = "build_backend"
33
requires = [
4-
"maturin>=1.14",
4+
"maturin>=1.14.1",
55
]
66
backend-path = [ "." ]
77

@@ -51,7 +51,7 @@ dev = [
5151
]
5252
test = [
5353
"covdefaults>=2.3",
54-
"pytest>=9.1",
54+
"pytest>=9.1.1",
5555
"pytest-cov>=7.1",
5656
"pytest-mock>=3.15.1",
5757
]
@@ -65,17 +65,17 @@ docs = [
6565
"furo>=2025.12.19; python_version>='3.14'",
6666
"sphinx>=9.1; python_version>='3.14'",
6767
"sphinx-argparse-cli>=1.21.3; python_version>='3.14'",
68-
"sphinx-autodoc-typehints>=3.11; python_version>='3.14'",
68+
"sphinx-autodoc-typehints>=3.12; python_version>='3.14'",
6969
"sphinx-copybutton>=0.5.2; python_version>='3.14'",
7070
"sphinx-inline-tabs>=2025.12.21.14; python_version>='3.14'",
7171
]
7272
fix = [
73-
"pre-commit-uv>=4.2.1",
73+
"pre-commit-uv>=4.2.2",
7474
]
7575
pkg-meta = [
7676
"check-wheel-contents>=0.6.3",
7777
"twine>=6.2",
78-
"uv>=0.11.21",
78+
"uv>=0.11.26",
7979
]
8080

8181
[tool.maturin]

tox-toml-fmt/tox.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
requires = ["tox>=4.55.1", "tox-uv>=1.35.2"]
1+
requires = ["tox>=4.56.1", "tox-uv>=1.35.2"]
22
env_list = ["fix", "3.14", "3.13", "3.12", "3.11", "3.10", "type", "docs", "pkg_meta"]
33
skip_missing_interpreters = true
44

tox.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
requires = ["tox>=4.55.1", "tox-uv>=1.35.2"]
1+
requires = ["tox>=4.56.1", "tox-uv>=1.35.2"]
22
env_list = ["fix"]
33

44
[env.fix]
55
description = "format the code base to adhere to our styles, and complain about what we cannot do automatically"
66
skip_install = true
7-
deps = ["pre-commit-uv>=4.2.1"]
7+
deps = ["pre-commit-uv>=4.2.2"]
88
pass_env = [{ replace = "ref", of = ["env_run_base", "pass_env"], extend = true }, "PROGRAMDATA"]
99
commands = [["pre-commit", "run", "--all-files", "--show-diff-on-failure", { replace = "posargs", extend = true }]]
1010

uv.lock

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

0 commit comments

Comments
 (0)