Skip to content

Commit

Permalink
Update pytest requirement from ^6.2.4 to ^7.0.1
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@6.2.4...7.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 14, 2022
1 parent af0a6a5 commit 2a64c93
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 @@ -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 = "^4.0.1"
black = {version = "^21.5-beta.1", python = "^3.7"}
Expand Down

0 comments on commit 2a64c93

Please sign in to comment.