Skip to content

Commit

Permalink
⬆️ Update pytest requirement from ^5.4.1 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@5.4.1...7.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 10, 2022
1 parent 21ddfa0 commit f784f2a
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 @@ -8,7 +8,7 @@ license = "MIT"
[tool.poetry.dependencies]
python = "^3.6"
docker = "^5.0.3"
pytest = "^5.4.1"
pytest = "^7.0.1"

[tool.poetry.dev-dependencies]
black = "^19.10b0"
Expand Down

0 comments on commit f784f2a

Please sign in to comment.