Skip to content

Commit 960386c

Browse files
Update pytest requirement from >=4.4.1 to >=8.4.2
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@4.4.1...8.4.2) --- updated-dependencies: - dependency-name: pytest dependency-version: 8.4.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 06839b0 commit 960386c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

requirements/requirements_dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pip>=19.0.3
22
wheel>=0.33.0
33
twine>=1.13.0
4-
pytest>=4.3.0
4+
pytest>=8.4.2
55
pytest-cov>=2.11.1
66
coveralls>=1.6.0
77
black[jupyter]>=21.5b0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
pytest>=4.4.1
1+
pytest>=8.4.2
22
mock

0 commit comments

Comments
 (0)