From 6b8987bb178a91f683ac6db9f996a264940ff323 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 20:41:40 +0000 Subject: [PATCH] Update pytest requirement from <8.1,>=6.2 to >=6.2,<8.3 (#334) 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/6.2.0...8.2.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Zane Selvans --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fe5ada2d..df351eed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ tests = [ "doc8>=0.9,<1.2", # Ensures clean documentation formatting "pre-commit>=2.9,<3.8", # Allow us to run pre-commit hooks in testing "pydocstyle>=5.1,<6.4", # Style guidelines for Python documentation - "pytest>=6.2,<8.1", # Our testing framework + "pytest>=6.2,<8.3", # Our testing framework "pytest-asyncio>=0.20,<0.24", # Test async functions "pytest-console-scripts>=1.1,<1.5", # Allow automatic testing of scripts "pytest-cov>=2.10,<5.1", # Pytest plugin for working with coverage