Skip to content

Commit 4190b82

Browse files
Bump pytest from 6.2.5 to 7.0.0 (#309)
Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.2.5 to 7.0.0. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@6.2.5...7.0.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 26f2dea commit 4190b82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def readme():
3232
"docformatter==1.4",
3333
"flake8==4.0.1",
3434
"isort==5.10.1",
35-
"pytest==6.2.5",
35+
"pytest==7.0.0",
3636
"pytest-cov==3.0.0",
3737
"pytype==2021.10.25",
3838
],

0 commit comments

Comments
 (0)