Skip to content

Commit c9dfd98

Browse files
Update pytest requirement from ~7.3 to ~7.4 (#40)
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.3.0...7.4.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ce30d37 commit c9dfd98

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"
3030

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

0 commit comments

Comments
 (0)