From dac28a14b33e3342dd7ca13f6a6b4c30e3e5cd6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 16:14:26 +0000 Subject: [PATCH] Update pytest requirement from ^7.1.3 to >=7.1.3,<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.3...8.0.0) --- 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 12fd2c3..e835e4e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ readme = "README.md" [tool.poetry.group.dev.dependencies] ruff = ">=0.0.257,<0.1.15" types-requests = "^2.28.11" -pytest = "^7.1.3" +pytest = ">=7.1.3,<9.0.0" mypy = "^1.0" black = ">=23.1,<25.0" pylint-pytest = "^1.1.2"