Skip to content

Commit 82ef03c

Browse files
committed
Pin and upgrade dependencies
1 parent 12a7b08 commit 82ef03c

2 files changed

Lines changed: 66 additions & 54 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ requires-python = "~=3.14.0"
1414

1515
[dependency-groups]
1616
dev = [
17-
"coverage~=7.12.0",
18-
"mypy~=1.19.0",
19-
"pytest~=9.0.0",
20-
"pytest-cov~=7.0.0",
21-
"pytest-randomly~=4.0.1",
17+
"coverage==7.13.5",
18+
"mypy==1.20.2",
19+
"pytest==9.0.3",
20+
"pytest-cov==7.1.0",
21+
"pytest-randomly==4.1.0",
2222
]
2323

2424
[project.urls]

0 commit comments

Comments
 (0)