Skip to content

Commit

Permalink
Update pytest requirement from ~=7.4.3 to ~=8.0.2
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@7.4.3...8.0.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 26, 2024
1 parent 077dcf1 commit bc692dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dpytest~=0.7.0
heckbot
pynacl~=1.5.0
pynamodb~=6.0.0
pytest~=7.4.3
pytest~=8.0.2
pytest-asyncio~=0.23.5
python-dotenv~=1.0.1
PyYAML~=6.0.1
Expand Down
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ bandit~=1.7.7
flake8~=6.1.0
mypy==1.7.1
pre-commit==3.6.1
pytest~=7.4.3
pytest~=8.0.2
pytest-asyncio~=0.23.5
pytest-cov~=4.1.0
tox~=4.12.1

0 comments on commit bc692dd

Please sign in to comment.