build(deps-dev): bump pytest from 7.4.4 to 8.2.2 (#1339)
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.4 to 8.2.2. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/7.4.4...8.2.2) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
@ -84,7 +84,7 @@ all = [
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
# Testing
|
||||
pytest = "^7.4.4"
|
||||
pytest = ">=7.4.4,<9.0.0"
|
||||
pytest-cov = ">=4,<6"
|
||||
codecov = "^2.1.13"
|
||||
pytest-asyncio = ">=0.21,<0.24"
|
||||
|
||||
Reference in New Issue
Block a user