Skip to content

Commit 4f13cec

Browse files
Update pytest requirement from ~=8.3 to ~=8.4 (#10419)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3af02cd commit 4f13cec

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.14
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)