Skip to content

Commit 54dee7c

Browse files
Update pytest requirement from <8.4,>=7.4 to >=7.4,<8.5
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.4.0...8.4.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 8.4.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7577e50 commit 54dee7c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ dev =
7070
mypy>=1.5.1,<1.16.0
7171
pep8-naming~=0.13.3
7272
pydocstyle~=6.3.0
73-
pytest>=7.4,<8.4
73+
pytest>=7.4,<8.5
7474
pytest-cov>=4.1,<6.3
7575
pytest-watch~=4.2.0
7676
pytest-xdist~=3.3.1

0 commit comments

Comments
 (0)