Skip to content

Commit 18635e6

Browse files
committed
Merge remote-tracking branch 'origin/ResourceRequirement-MinMax' into ResourceRequirement-MinMax
2 parents 7963a71 + 83ea39c commit 18635e6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lint-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
flake8-bugbear < 24.13
1+
flake8-bugbear < 25.11
22
black == 25.*
33
codespell
44
isort >= 5

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Changelog = "https://github.com/common-workflow-language/cwl-utils/releases"
4343
[project.optional-dependencies]
4444
pretty = ["cwlformat"]
4545
testing = [
46-
"pytest<9",
46+
"pytest<10",
4747
"pytest-mock",
4848
]
4949

test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pytest < 9
1+
pytest < 10
22
pytest-cov
33
pytest-xdist[psutil]
44
cwlformat

0 commit comments

Comments
 (0)