Skip to content

Commit

Permalink
Bump pytest from 7.4.3 to 8.0.0
Browse files Browse the repository at this point in the history
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.3 to 8.0.0.
- [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.0)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 4, 2024
1 parent f696926 commit 3eeacb8
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
28 changes: 14 additions & 14 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ tox = "^3.28.0"
tox-poetry = "0.5.0" # deprecated, no sense in `^`

[tool.poetry.group.test.dependencies]
pytest = "^7.4.0"
pytest = ">=7.4,<9.0"
pytest-asyncio = "^0.23.2"
pytest-cov = "^4.1.0"
pytest-rerunfailures = "^13.0"
Expand Down

0 comments on commit 3eeacb8

Please sign in to comment.