From 05588e06ef79d96352927672ceee771a998796cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 13:08:49 +0000 Subject: [PATCH] build(deps-dev): 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 3b289bc..9c7791a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ Pillow = ">=9.3,<11.0" CairoSVG = "^2.5.2" mypy = ">=0.991,<1.9" pipwin = "^0.5.2" -pytest = "^7.4.3" +pytest = ">=7.4.3,<9.0.0" pytest-asyncio = "^0.23.2" auto-changelog = "^0.6.0" deepdiff = "^6.7.1"