Update dependency pytest to v7.1.2 (develop)
This commit is contained in:
parent
afe12dab52
commit
801a04f028
|
@ -1491,7 +1491,7 @@ python-versions = ">=3.7"
|
|||
|
||||
[[package]]
|
||||
name = "pytest"
|
||||
version = "7.1.1"
|
||||
version = "7.1.2"
|
||||
description = "pytest: simple powerful testing with Python"
|
||||
category = "dev"
|
||||
optional = false
|
||||
|
@ -2114,7 +2114,7 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
|
|||
[metadata]
|
||||
lock-version = "1.1"
|
||||
python-versions = "^3.7"
|
||||
content-hash = "e6403c2159c103aba5548dd3c5b5b04e8aa11a86340f6ae04cc1a8c30b625633"
|
||||
content-hash = "eb074d5e23df37721e5ca194c2892d37bc34d27ead4cebe8d97c992b6f7897ab"
|
||||
|
||||
[metadata.files]
|
||||
aiohttp = [
|
||||
|
@ -3161,8 +3161,8 @@ pyrsistent = [
|
|||
{file = "pyrsistent-0.18.1.tar.gz", hash = "sha256:d4d61f8b993a7255ba714df3aca52700f8125289f84f704cf80916517c46eb96"},
|
||||
]
|
||||
pytest = [
|
||||
{file = "pytest-7.1.1-py3-none-any.whl", hash = "sha256:92f723789a8fdd7180b6b06483874feca4c48a5c76968e03bb3e7f806a1869ea"},
|
||||
{file = "pytest-7.1.1.tar.gz", hash = "sha256:841132caef6b1ad17a9afde46dc4f6cfa59a05f9555aae5151f73bdf2820ca63"},
|
||||
{file = "pytest-7.1.2-py3-none-any.whl", hash = "sha256:13d0e3ccfc2b6e26be000cb6568c832ba67ba32e719443bfe725814d3c42433c"},
|
||||
{file = "pytest-7.1.2.tar.gz", hash = "sha256:a06a0425453864a270bc45e71f783330a7428defb4230fb5e6a731fde06ecd45"},
|
||||
]
|
||||
pytest-asyncio = [
|
||||
{file = "pytest-asyncio-0.18.3.tar.gz", hash = "sha256:7659bdb0a9eb9c6e3ef992eef11a2b3e69697800ad02fb06374a210d85b29f91"},
|
||||
|
|
|
@ -60,7 +60,7 @@ requests-http-message-signatures = "==0.3.0rc5"
|
|||
|
||||
[tool.poetry.dev-dependencies]
|
||||
flake8 = "==3.9.2"
|
||||
pytest = "==7.1.1"
|
||||
pytest = "==7.1.2"
|
||||
pytest-cov = "==3.0.0"
|
||||
pytest-django = "==4.5.2"
|
||||
pytest-env = "==0.6.2"
|
||||
|
|
Loading…
Reference in New Issue