Skip to content

Commit 7b2060e

Browse files
Update pytest requirement from ~7.4 to ~8.0 (#110)
* Update pytest requirement from ~7.4 to ~8.0 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@7.4.0...8.0.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> * Fix formatting after validation update. --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ryan Lubke <[email protected]>
1 parent e7d7e31 commit 7b2060e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jsonpickle = "~3.0"
2929
pymitter = ">=0.4,<0.6"
3030

3131
[tool.poetry.dev-dependencies]
32-
pytest = "~7.4"
32+
pytest = "~8.0"
3333
pytest-asyncio = "~0.23"
3434
pytest-cov = "~4.1"
3535
pytest-unordered = "~0.5"

0 commit comments

Comments
 (0)