Skip to content

Commit

Permalink
⬆ Update pytest requirement from ^6.2.4 to ^7.0.1 (#18)
Browse files Browse the repository at this point in the history
Update pytest requirement from ^6.2.4 to ^7.0.1

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@6.2.4...7.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>

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] committed Nov 4, 2022
1 parent 4738d9f commit da7ea51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -33,7 +33,7 @@ python = "^3.6.2"
anyio = "^3.4.0"

[tool.poetry.dev-dependencies]
pytest = "^6.2.4"
pytest = "^7.0.1"
mypy = "^0.930"
flake8 = "^5.0.4"
black = {version = "^21.5-beta.1", python = "^3.7"}
Expand Down

0 comments on commit da7ea51

Please sign in to comment.