Skip to content

Commit 7dbf323

Browse files
chore(deps): update pytest requirement from ~=7.0 to ~=7.1 (#694)
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.0...7.1.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c972382 commit 7dbf323

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ selenium = "~=4.0.0"
1111

1212
black = "==22.1.0"
1313

14-
pytest = "~=7.0"
14+
pytest = "~=7.1"
1515
pytest-cov = "~=3.0"
1616

1717
tox = "~=3.24"

0 commit comments

Comments
 (0)