Skip to content

Commit 6ebb3f2

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.dev0...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 2391865 commit 6ebb3f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
coverage == 7.6.*
22
mypy == 1.15.*
33
pre-commit == 4.1.*
4-
pytest == 8.3.*
4+
pytest == 8.4.*
55
pytest-cov == 6.0.*
66
requests == 2.32.*
77
tox == 4.24.*

0 commit comments

Comments
 (0)