Skip to content

Commit c82c02b

Browse files
Update pytest requirement from ^7.2.1 to >=7.2.1,<9.0.0 (#12)
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.2.1...8.0.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 59f7af1 commit c82c02b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ mypy = "^1.0.0"
2323
psycopg-binary = "^3.1.8"
2424

2525
[tool.poetry.group.test.dependencies]
26-
pytest = "^7.2.1"
26+
pytest = ">=7.2.1,<9.0.0"
2727
pytest-cov = "*"
2828

2929
[build-system]

0 commit comments

Comments
 (0)