Skip to content

Commit d5571d0

Browse files
Update pytest requirement from ~=8.3 to ~=8.4
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@8.3.0...8.4.0) --- updated-dependencies: - dependency-name: pytest dependency-version: 8.4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2f9af7d commit d5571d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements_test_min.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
astroid==4.0.0-a0 # Pinned to a specific version for tests
44
typing-extensions~=4.13
55
py~=1.11.0
6-
pytest~=8.3
6+
pytest~=8.4
77
pytest-benchmark~=5.1
88
pytest-timeout~=2.4
99
towncrier~=24.8

0 commit comments

Comments
 (0)