From 41d76471e473f63ea395b1f28cfe53d33800f39d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 08:25:27 +0000 Subject: [PATCH] Deps: Update pytest requirement from ~=7.4.3 to >=7.4.3,<8.4.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.3.2) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4ccbd95..e6d1448 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ dev = [ "isort ~=5.13.2", "ruff >=0.1.9", "mypy ~=1.8.0", - "pytest ~=7.4.3", + "pytest >=7.4.3,<8.4.0", "pytest-cov ~=4.1.0", "types-PyYAML ~=6.0.0", ]