From efeff5cab5b4d16103666cc6f733b4659c19c8a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 03:04:51 +0000 Subject: [PATCH] Update pytest requirement from ^7.1.2 to >=7.1.2,<9.0.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](https://github.com/pytest-dev/pytest/compare/7.1.2...8.3.2) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6b3f2cc..70e799e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ sphinx_rtd_theme = ">=1.0,<2.1" [tool.poetry.group.dev.dependencies] coverage = {extras = ["toml"], version = ">=5.1,<8.0"} ipdb = ">=0.13.9" -pytest = "^7.1.2" +pytest = ">=7.1.2,<9.0.0" pytest-cov = ">=3,<6" pytest-mock = "^3.7.0" pyright = "^1.1.273"