]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
⬆ Update pytest requirement from ^6.2.4 to ^7.0.1 (#242)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fri, 4 Nov 2022 20:44:02 +0000 (21:44 +0100)
committerGitHub <noreply@github.com>
Fri, 4 Nov 2022 20:44:02 +0000 (21:44 +0100)
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](https://github.com/pytest-dev/pytest/compare/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>
pyproject.toml

index 7f5e7f8037c3a6704826d1677801d97bfccaf481..1b9616169c226e83c24a7293e412d3e4909b24cd 100644 (file)
@@ -36,7 +36,7 @@ pydantic = "^1.8.2"
 sqlalchemy2-stubs = {version = "*", allow-prereleases = true}
 
 [tool.poetry.dev-dependencies]
-pytest = "^6.2.4"
+pytest = "^7.0.1"
 mypy = "0.930"
 flake8 = "^3.9.2"
 black = {version = "^21.5-beta.1", python = "^3.7"}