chore(deps): update dependency pytest to v7.0.1

This commit is contained in:
Renovate Bot 2022-02-14 01:07:43 +00:00 committed by renovate[bot]
parent 814aba4700
commit bd4ec186c6
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -504,7 +504,7 @@ python-versions = ">=3.7"
[[package]]
name = "pytest"
version = "7.0.0"
version = "7.0.1"
description = "pytest: simple powerful testing with Python"
category = "dev"
optional = false
@ -701,7 +701,7 @@ ansible-core = ["ansible-core"]
[metadata]
lock-version = "1.1"
python-versions = "^3.8.0"
content-hash = "706872cf466b4580ba897f245728c385a474bcc4b97af73b0eb495af4d10e82b"
content-hash = "b58ebe6a8f801296b35852677a37d9b6fe929d549f2cc9140cfd9eeaf2fd2729"
[metadata.files]
ansible = [
@ -1065,8 +1065,8 @@ pyrsistent = [
{file = "pyrsistent-0.18.1.tar.gz", hash = "sha256:d4d61f8b993a7255ba714df3aca52700f8125289f84f704cf80916517c46eb96"},
]
pytest = [
{file = "pytest-7.0.0-py3-none-any.whl", hash = "sha256:42901e6bd4bd4a0e533358a86e848427a49005a3256f657c5c8f8dd35ef137a9"},
{file = "pytest-7.0.0.tar.gz", hash = "sha256:dad48ffda394e5ad9aa3b7d7ddf339ed502e5e365b1350e0af65f4a602344b11"},
{file = "pytest-7.0.1-py3-none-any.whl", hash = "sha256:9ce3ff477af913ecf6321fe337b93a2c0dcf2a0a1439c43f5452112c1e4280db"},
{file = "pytest-7.0.1.tar.gz", hash = "sha256:e30905a0c131d3d94b89624a1cc5afec3e0ba2fbdb151867d8e0ebd49850f171"},
]
pytest-cov = [
{file = "pytest-cov-3.0.0.tar.gz", hash = "sha256:e7f0f5b1617d2210a2cabc266dfe2f4c75a8d32fb89eafb7ad9d06f6d076d470"},

View File

@ -62,7 +62,7 @@ flake8-polyfill = "1.0.2"
flake8-quotes = "3.3.1"
pep8-naming = "0.12.1"
pydocstyle = "6.1.1"
pytest = "7.0.0"
pytest = "7.0.1"
pytest-cov = "3.0.0"
pytest-mock = "3.7.0"
tomli = "2.0.1"