Skip to content

Commit

Permalink
Update pytest requirement from 7.4.0 to 7.4.2 (#91)
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.0...7.4.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 24, 2023
1 parent 7598ed2 commit ce751d5
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 @@ -13,7 +13,7 @@ python = "^3.8"
[tool.poetry.dev-dependencies]
black = "23.10.0"
pre-commit = "3.5.0"
pytest = "7.4.0"
pytest = "7.4.2"
pytest-cov = "4.1.0"

[build-system]
Expand Down

0 comments on commit ce751d5

Please sign in to comment.