Skip to content

Commit bd72482

Browse files
Align dependency versions across projects (#221)
* Align dependency versions across projects * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent cd13d0f commit bd72482

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

pyproject.toml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
build-backend = "hatchling.build"
33
requires = [
44
"hatch-vcs>=0.5",
5-
"hatchling>=1.27",
5+
"hatchling>=1.28",
66
]
77

88
[project]
@@ -37,6 +37,7 @@ classifiers = [
3737
"Programming Language :: Python :: 3.11",
3838
"Programming Language :: Python :: 3.12",
3939
"Programming Language :: Python :: 3.13",
40+
"Programming Language :: Python :: 3.14",
4041
"Topic :: Software Development :: Libraries",
4142
"Topic :: Software Development :: Testing",
4243
"Topic :: Utilities",
@@ -71,12 +72,12 @@ type = [
7172
{ include-group = "test" },
7273
]
7374
lint = [
74-
"pre-commit-uv>=4.1.5",
75+
"pre-commit-uv>=4.2",
7576
]
7677
pkg-meta = [
7778
"check-wheel-contents>=0.6.3",
7879
"twine>=6.2",
79-
"uv>=0.8.22",
80+
"uv>=0.10.2",
8081
]
8182

8283
[tool.hatch]
@@ -126,7 +127,7 @@ write-changes = true
126127
count = true
127128

128129
[tool.pyproject-fmt]
129-
max_supported_python = "3.13"
130+
max_supported_python = "3.14"
130131

131132
[tool.coverage]
132133
run.parallel = true

tox.toml

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

0 commit comments

Comments
 (0)