Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions pyproject-fmt/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[build-system]
build-backend = "build_backend"
requires = [
"maturin>=1.14.1",
"maturin>=1.15",
]
backend-path = [ "." ]

Expand Down Expand Up @@ -62,8 +62,8 @@ type = [
docs = [
"furo>=2025.12.19; python_version>='3.14'",
"sphinx>=9.1; python_version>='3.14'",
"sphinx-argparse-cli>=1.22.1; python_version>='3.14'",
"sphinx-autodoc-typehints>=3.13.2; python_version>='3.14'",
"sphinx-argparse-cli>=1.23; python_version>='3.14'",
"sphinx-autodoc-typehints>=3.13.4; python_version>='3.14'",
"sphinx-copybutton>=0.5.2; python_version>='3.14'",
"sphinx-design>=0.7; python_version>='3.14'",
"sphinx-inline-tabs>=2025.12.21.14; python_version>='3.14'",
Expand All @@ -75,7 +75,7 @@ fix = [
pkg-meta = [
"check-wheel-contents>=0.6.3",
"twine>=7",
"uv>=0.12.5",
"uv>=0.12.8",
]

[tool.maturin]
Expand Down
2 changes: 1 addition & 1 deletion pyproject-fmt/tox.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
requires = ["tox>=4.60", "tox-uv>=1.36"]
requires = ["tox>=4.61.2", "tox-uv>=1.36"]
env_list = ["fix", "3.15", "3.15t", "3.14", "3.13", "3.12", "3.11", "3.10", "type", "docs", "pkg_meta", "pkg_sdist"]
skip_missing_interpreters = true

Expand Down
2 changes: 1 addition & 1 deletion toml-fmt-common/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ type = [
pkg-meta = [
"check-wheel-contents>=0.6.3",
"twine>=7",
"uv>=0.12.5",
"uv>=0.12.8",
]

[tool.uv]
Expand Down
2 changes: 1 addition & 1 deletion toml-fmt-common/src/toml_fmt_common/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ def add_to(self, parser: ArgumentGroup) -> None:
),
Setting(
"--sub-table-spacing",
r"extra newlines between sub-tables in the same group (e.g. '' for compact, '\n' for one blank line)",
r"extra newlines between sub-tables in the same group (e.g. '\n' for one blank line, empty for compact)",
str,
"",
spacing_argument,
Expand Down
2 changes: 1 addition & 1 deletion toml-fmt-common/tox.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
requires = ["tox>=4.60", "tox-uv>=1.36"]
requires = ["tox>=4.61.2", "tox-uv>=1.36"]
env_list = ["fix", "3.15", "3.15t", "3.14", "3.13", "3.12", "3.11", "3.10", "type", "pkg_meta"]
skip_missing_interpreters = true

Expand Down
8 changes: 4 additions & 4 deletions tox-toml-fmt/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[build-system]
build-backend = "build_backend"
requires = [
"maturin>=1.14.1",
"maturin>=1.15",
]
backend-path = [ "." ]

Expand Down Expand Up @@ -62,8 +62,8 @@ type = [
docs = [
"furo>=2025.12.19; python_version>='3.14'",
"sphinx>=9.1; python_version>='3.14'",
"sphinx-argparse-cli>=1.22.1; python_version>='3.14'",
"sphinx-autodoc-typehints>=3.13.2; python_version>='3.14'",
"sphinx-argparse-cli>=1.23; python_version>='3.14'",
"sphinx-autodoc-typehints>=3.13.4; python_version>='3.14'",
"sphinx-copybutton>=0.5.2; python_version>='3.14'",
"sphinx-inline-tabs>=2025.12.21.14; python_version>='3.14'",
"sphinx-llm>=1",
Expand All @@ -74,7 +74,7 @@ fix = [
pkg-meta = [
"check-wheel-contents>=0.6.3",
"twine>=7",
"uv>=0.12.5",
"uv>=0.12.8",
]

[tool.maturin]
Expand Down
2 changes: 1 addition & 1 deletion tox-toml-fmt/tox.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
requires = ["tox>=4.60", "tox-uv>=1.36"]
requires = ["tox>=4.61.2", "tox-uv>=1.36"]
env_list = ["fix", "3.15", "3.15t", "3.14", "3.13", "3.12", "3.11", "3.10", "type", "docs", "pkg_meta", "pkg_sdist"]
skip_missing_interpreters = true

Expand Down
2 changes: 1 addition & 1 deletion tox.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
requires = ["tox>=4.60", "tox-uv>=1.36"]
requires = ["tox>=4.61.2", "tox-uv>=1.36"]
env_list = ["fix"]

[env.fix]
Expand Down
737 changes: 367 additions & 370 deletions uv.lock

Large diffs are not rendered by default.

Loading