]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
Update pytest requirement from >=5.4.1,<7 to >=5.4.1,<8 779/head
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fri, 4 Feb 2022 16:02:49 +0000 (16:02 +0000)
committerGitHub <noreply@github.com>
Fri, 4 Feb 2022 16:02:49 +0000 (16:02 +0000)
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/5.4.1...7.0.0)

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

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

index 79c7c8829dd663df79ef77edc758fc89605980e2..1a311647b452a59a15325da45905d32d3b20f897 100644 (file)
@@ -49,7 +49,7 @@ sniffio = {version="^1.1", optional=true}
 wmi = {version="^1.5.1", optional=true}
 
 [tool.poetry.dev-dependencies]
-pytest = ">=5.4.1,<7"
+pytest = ">=5.4.1,<8"
 pytest-cov = "^3.0.0"
 flake8 = "^4.0.1"
 sphinx = "^4.0.0"