From c82c02b7a5cf0d26cc09f507bf407b50bed55d4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 14:18:21 -0800 Subject: [PATCH] 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](https://github.com/pytest-dev/pytest/compare/7.2.1...8.0.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ee07218..f7d45ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ mypy = "^1.0.0" psycopg-binary = "^3.1.8" [tool.poetry.group.test.dependencies] -pytest = "^7.2.1" +pytest = ">=7.2.1,<9.0.0" pytest-cov = "*" [build-system]