Skip to content

Commit eb9bb3a

Browse files
Update pytest requirement from ==6.2.* to ==7.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@6.2.0.dev0...7.2.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 458b57d commit eb9bb3a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ isort[requirements]==5.7.*
44
mongomock==3.22.*
55
moto==3.1.16
66
mypy==0.790
7-
pytest==6.2.*
7+
pytest==7.2.*
88
pytest-cov==2.11.*
99
pytest-mock==3.5.*
1010
pytest-vcr==1.0.*

0 commit comments

Comments
 (0)