Skip to content

Commit d193975

Browse files
[pep621] Update all dependencies
1 parent 838d4e8 commit d193975

File tree

4 files changed

+426
-380
lines changed

4 files changed

+426
-380
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dev = [
3434
"mypy==1.19.1",
3535
"pytest==9.0.2",
3636
"pytest-cov==7.0.0",
37-
"ruff==0.14.10",
37+
"ruff==0.15.4",
3838
]
3939

4040
[build-system]

spec_parser/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ parse = "spec_parser.parser:parse"
1313
[dependency-groups]
1414
dev = [
1515
"mypy==1.19.1",
16-
"ruff==0.14.10",
17-
"types-requests==2.32.4.20250913",
16+
"ruff==0.15.4",
17+
"types-requests==2.32.4.20260107",
1818
]
1919

2020
[build-system]

0 commit comments

Comments
 (0)