Skip to content

Commit 3058333

Browse files
committed
fixup! Add dev deps to pyproject.toml
1 parent aa4376b commit 3058333

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@ classifiers = [
3636

3737
[dependency-groups]
3838
dev = [
39-
"pytest==8.3.5",
39+
"pytest>=8.3.5",
4040
"pytest-httpserver>=1.0.10",
4141
"types-requests>=2.32.0.20250328",
4242
]
4343
lint = [
44-
"black==25.1.0",
45-
"mypy==1.15.0",
46-
"pylint==3.3.6",
47-
"ruff==0.11.6",
44+
"black>=25.1.0",
45+
"mypy>=1.15.0",
46+
"pylint>=3.3.6",
47+
"ruff>=0.11.6",
4848
]
4949

5050
[tool.ruff.lint]

0 commit comments

Comments
 (0)