Skip to content

Commit c07c8aa

Browse files
Update pytest requirement from ~=6.1.0 to ~=6.1.2 (#32)
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/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest@6.1.0...6.1.2) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 65e1a0d commit c07c8aa

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 ~=5.3
1111
flake8 ~=3.8.4
12-
pytest ~=6.1.0
12+
pytest ~=6.1.2
1313
ipython ~=7.19.0
1414
numpydoc ~=1.1.0
1515
sphinx ~=3.3.1

0 commit comments

Comments
 (0)