Skip to content

Commit

Permalink
⬆️ 🤖 Dependencies: Update pytest requirement from ^7.0 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.0...8.3.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent 9c3682a commit 2881f9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ exclude_dirs = ["tests","docs"]
skips = ["B101","B104"]

[tool.poetry.group.test.dependencies]
pytest = "^7.0"
pytest = ">=7,<9"
pytest-cov = "^6.0.0"
pytest-asyncio = "^0.23.0"
pytest-mock = "^3.11.1"
Expand Down

0 comments on commit 2881f9d

Please sign in to comment.