chore(deps): update dependency pytest to v6.2.5

This commit is contained in:
Renovate Bot 2021-08-30 19:25:02 +00:00 committed by renovate[bot]
parent 766568c98a
commit a763850651
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View File

@ -421,7 +421,7 @@ python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*"
[[package]]
name = "pytest"
version = "6.2.4"
version = "6.2.5"
description = "pytest: simple powerful testing with Python"
category = "dev"
optional = false
@ -434,7 +434,7 @@ colorama = {version = "*", markers = "sys_platform == \"win32\""}
importlib-metadata = {version = ">=0.12", markers = "python_version < \"3.8\""}
iniconfig = "*"
packaging = "*"
pluggy = ">=0.12,<1.0.0a1"
pluggy = ">=0.12,<2.0"
py = ">=1.8.2"
toml = "*"
@ -622,7 +622,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes
[metadata]
lock-version = "1.1"
python-versions = "^3.6.0"
content-hash = "734411c6001dd36db7b71cfc097ed93e3dc0a1b378eb4dce6a5a079348490dc7"
content-hash = "bfe35f80700d1abe880b5135dc27c3e01e0937653d9d76eecf6c71c56ba7aee5"
[metadata.files]
atomicwrites = [
@ -875,8 +875,8 @@ pyparsing = [
{file = "pyparsing-2.4.7.tar.gz", hash = "sha256:c203ec8783bf771a155b207279b9bccb8dea02d8f0c9e5f8ead507bc3246ecc1"},
]
pytest = [
{file = "pytest-6.2.4-py3-none-any.whl", hash = "sha256:91ef2131a9bd6be8f76f1f08eac5c5317221d6ad1e143ae03894b862e8976890"},
{file = "pytest-6.2.4.tar.gz", hash = "sha256:50bcad0a0b9c5a72c8e4e7c9855a3ad496ca6a881a3641b4260605450772c54b"},
{file = "pytest-6.2.5-py3-none-any.whl", hash = "sha256:7310f8d27bc79ced999e760ca304d69f6ba6c6649c0b60fb0e04a4a77cacc134"},
{file = "pytest-6.2.5.tar.gz", hash = "sha256:131b36680866a76e6781d13f101efb86cf674ebb9762eb70d3082b6f29889e89"},
]
pytest-cov = [
{file = "pytest-cov-2.12.1.tar.gz", hash = "sha256:261ceeb8c227b726249b376b8526b600f38667ee314f910353fa318caa01f4d7"},

View File

@ -54,7 +54,7 @@ flake8-quotes = "3.3.0"
pdoc3 = "0.10.0"
pep8-naming = "0.12.1"
pydocstyle = "6.1.1"
pytest = "6.2.4"
pytest = "6.2.5"
pytest-cov = "2.12.1"
pytest-mock = "3.6.1"
requests-mock = "1.9.3"