Skip to content

Commit 3b8a073

Browse files
committed
chore: fix uv lock warnings
Signed-off-by: Tudor Plugaru <[email protected]>
1 parent a9b9904 commit 3b8a073

File tree

2 files changed

+210
-210
lines changed

2 files changed

+210
-210
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ dependencies = [
4444
requires = ["hatchling"]
4545
build-backend = "hatchling.build"
4646

47-
[tool.uv]
48-
dev-dependencies = [
47+
[dependency-groups]
48+
dev = [
4949
"pytest>=8.3.3",
5050
"mypy>=1.11.2",
5151
"isort>=5.13.2",

0 commit comments

Comments
 (0)