Skip to content

Commit e932e28

Browse files
dependabot[bot]mr-c
authored andcommitted
Update pytest requirement from <9 to <10
Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@1.0.0b3...9.0.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a601f53 commit e932e28

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Changelog = "https://github.com/common-workflow-language/cwl-upgrader/releases"
4646
cwl-upgrader = "cwlupgrader.main:main"
4747

4848
[project.optional-dependencies]
49-
testing = ["pytest < 9"]
49+
testing = ["pytest < 10"]
5050

5151
[tool.aliases]
5252
test = "pytest"

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-runner
33
pytest-cov
44
pytest-xdist

0 commit comments

Comments
 (0)