Skip to content

Commit aac535e

Browse files
⬆️ Update pytest requirement
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](pytest-dev/pytest@7.3.1...8.3.5) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 07b3257 commit aac535e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ mypy-extensions = "^0.4.4"
4444
pre-commit = "^3.8.0"
4545
pydocstyle = "^6.3.0"
4646
pylint = "^2.17.7"
47-
pytest = "^7.3.1,<9.0.0"
47+
pytest = ">=7.3.1,<9.0.0"
4848
hypothesis = "^6.129.0"
4949
pyupgrade = "^3.19.1"
5050
safety = "^2.4.0b2"

0 commit comments

Comments
 (0)