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