Skip to content

Commit

Permalink
Update pytest requirement from ==6.2.* to ==7.4.* (#182)
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 27, 2024
1 parent ba0f1e4 commit 450c4ae
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 450c4ae

Please sign in to comment.