From fbad9105c2353ebdf1106df0f9b5b14079fdd3d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 10:30:49 +0000 Subject: [PATCH] Update pytest requirement from ^7.4.3 to >=7.4.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.4.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 f99c992..0a40c7c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ cssselect2 = "^0.7.0" [tool.poetry.group.dev.dependencies] sphinx-rtd-theme = "^2.0.0" ipdb = "^0.13.13" -pytest = "^7.4.3" +pytest = ">=7.4.3,<9.0.0" isort = "^5.13.2" pylint = "^3.0.3" pytest-cov = "^4.1.0"