Skip to content

Commit

Permalink
Update pytest requirement from ==7.* to >=7,<9
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.0.0rc1...8.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jan 29, 2024
1 parent 6f8dffd commit bb6b4ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -62,7 +62,7 @@ dynamic = ["version"]
[project.optional-dependencies]
test = [
"mock == 5.*",
"pytest == 7.*",
"pytest >= 7,< 9",
"pytest-cov",
"pytest-asyncio",
]
Expand Down
2 changes: 1 addition & 1 deletion tests/requirements_for_software_tests.txt
@@ -1,4 +1,4 @@
mock==5.*
pytest==7.*
pytest>=7,<9
pytest-cov==4.*
pytest-asyncio>=0.17.2

0 comments on commit bb6b4ac

Please sign in to comment.