Update dependency pytest to v7.1.1 (develop)
This commit is contained in:
parent
d24f059415
commit
182f766fc0
|
@ -1467,7 +1467,7 @@ python-versions = ">=3.7"
|
|||
|
||||
[[package]]
|
||||
name = "pytest"
|
||||
version = "7.1.0"
|
||||
version = "7.1.1"
|
||||
description = "pytest: simple powerful testing with Python"
|
||||
category = "dev"
|
||||
optional = false
|
||||
|
@ -2088,7 +2088,7 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
|
|||
[metadata]
|
||||
lock-version = "1.1"
|
||||
python-versions = "^3.7"
|
||||
content-hash = "799e5fbc3bb44dedc63d8c9e2e1c832bb7b082a73e4081ce3a3b8772f3c8803a"
|
||||
content-hash = "4be6c5f7b7c1d00dfa050dc4a4c45b41ab8d5ced3cadd77202ee1b05beb252f3"
|
||||
|
||||
[metadata.files]
|
||||
aiohttp = [
|
||||
|
@ -3127,8 +3127,8 @@ pyrsistent = [
|
|||
{file = "pyrsistent-0.18.1.tar.gz", hash = "sha256:d4d61f8b993a7255ba714df3aca52700f8125289f84f704cf80916517c46eb96"},
|
||||
]
|
||||
pytest = [
|
||||
{file = "pytest-7.1.0-py3-none-any.whl", hash = "sha256:b555252a95bbb2a37a97b5ac2eb050c436f7989993565f5e0c9128fcaacadd0e"},
|
||||
{file = "pytest-7.1.0.tar.gz", hash = "sha256:f1089d218cfcc63a212c42896f1b7fbf096874d045e1988186861a1a87d27b47"},
|
||||
{file = "pytest-7.1.1-py3-none-any.whl", hash = "sha256:92f723789a8fdd7180b6b06483874feca4c48a5c76968e03bb3e7f806a1869ea"},
|
||||
{file = "pytest-7.1.1.tar.gz", hash = "sha256:841132caef6b1ad17a9afde46dc4f6cfa59a05f9555aae5151f73bdf2820ca63"},
|
||||
]
|
||||
pytest-asyncio = [
|
||||
{file = "pytest-asyncio-0.18.2.tar.gz", hash = "sha256:fc8e4190f33fee7797cc7f1829f46a82c213f088af5d1bb5d4e454fe87e6cdc2"},
|
||||
|
|
|
@ -60,7 +60,7 @@ django-cache-memoize = "0.1.10"
|
|||
|
||||
[tool.poetry.dev-dependencies]
|
||||
flake8 = "==3.9.2"
|
||||
pytest = "==7.1.0"
|
||||
pytest = "==7.1.1"
|
||||
pytest-cov = "==3.0.0"
|
||||
pytest-django = "==4.5.2"
|
||||
pytest-env = "==0.6.2"
|
||||
|
|
Loading…
Reference in New Issue