We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff240b1 commit 9a3bba1Copy full SHA for 9a3bba1
pyproject.toml
@@ -32,10 +32,10 @@ Homepage = "https://github.com/Parnassius/domify"
32
[dependency-groups]
33
dev = [
34
"darglint==1.8.1",
35
- "mypy==1.16.1",
+ "mypy==1.17.1",
36
"pytest==8.4.1",
37
"pytest-cov==6.2.1",
38
- "ruff==0.12.2",
+ "ruff==0.12.7",
39
]
40
41
[build-system]
spec_parser/pyproject.toml
@@ -12,8 +12,8 @@ parse = "spec_parser.parser:parse"
12
13
14
15
16
17
"types-requests==2.32.4.20250611",
18
19
0 commit comments