Skip to content

Commit 539ef6a

Browse files
committed
chore: Migrate from project.optional-dependencies to dependency-groups
Change-Id: I3895e6b9c4842123e63d986e698e0fce053ec2cc
1 parent 921d986 commit 539ef6a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,10 @@ dependencies = [
5555
"python-dotenv == 1.2.1",
5656
"requests == 2.32.5",
5757
]
58+
59+
[dependency-groups]
5860
# Lock file: requirements_dev.txt
59-
optional-dependencies.dev = [
61+
dev = [
6062
"black == 25.12.0",
6163
"pylint == 4.0.4",
6264
"pytest == 9.0.2",

0 commit comments

Comments
 (0)