Skip to content

Commit

Permalink
Update pytest requirement from ==6.2.* to ==7.4.*
Browse files Browse the repository at this point in the history
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.4.0)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 26, 2023
1 parent e669418 commit 85298d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ mock==4.0.3
mongomock==3.23.*
moto[server]==2.2.*
mypy==1.0.1
pytest==6.2.*
pytest==7.4.*
pytest-cov==3.0.*
pytest-vcr==1.0.*
pytest-asyncio==0.15.*
Expand Down

0 comments on commit 85298d7

Please sign in to comment.