Skip to content

Commit da45a98

Browse files
Update pytest requirement from ~=7.0.1 to ~=7.1.1 (#103)
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.0.1...7.1.1) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c62a43b commit da45a98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# setup.py.
1010
coverage ~=6.3
1111
flake8 ~=4.0.1
12-
pytest ~=7.0.1
12+
pytest ~=7.1.1
1313
ipython ~=7.32.0
1414
numpydoc ~=1.2
1515
sphinx ~=4.3.2

0 commit comments

Comments
 (0)