Update dependency pytest-asyncio to v0.20.2
This commit is contained in:
parent
38b997d809
commit
28149be8b0
|
@ -1525,7 +1525,7 @@ testing = ["argcomplete", "hypothesis (>=3.56)", "mock", "nose", "pygments (>=2.
|
|||
|
||||
[[package]]
|
||||
name = "pytest-asyncio"
|
||||
version = "0.20.1"
|
||||
version = "0.20.2"
|
||||
description = "Pytest support for asyncio"
|
||||
category = "dev"
|
||||
optional = false
|
||||
|
@ -2182,7 +2182,7 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
|
|||
[metadata]
|
||||
lock-version = "1.1"
|
||||
python-versions = "^3.7"
|
||||
content-hash = "ec0b51867a282e47ad4b51bdf8d20da8312a44c7cab86e64e57846af7e322924"
|
||||
content-hash = "aa4a53a12f681c855d5c7c8c2fb458a4666ea7cd681700b8156644c46795e0bf"
|
||||
|
||||
[metadata.files]
|
||||
aiohttp = [
|
||||
|
@ -3299,8 +3299,8 @@ pytest = [
|
|||
{file = "pytest-7.2.0.tar.gz", hash = "sha256:c4014eb40e10f11f355ad4e3c2fb2c6c6d1919c73f3b5a433de4708202cade59"},
|
||||
]
|
||||
pytest-asyncio = [
|
||||
{file = "pytest-asyncio-0.20.1.tar.gz", hash = "sha256:626699de2a747611f3eeb64168b3575f70439b06c3d0206e6ceaeeb956e65519"},
|
||||
{file = "pytest_asyncio-0.20.1-py3-none-any.whl", hash = "sha256:2c85a835df33fda40fe3973b451e0c194ca11bc2c007eabff90bb3d156fc172b"},
|
||||
{file = "pytest-asyncio-0.20.2.tar.gz", hash = "sha256:32a87a9836298a881c0ec637ebcc952cfe23a56436bdc0d09d1511941dd8a812"},
|
||||
{file = "pytest_asyncio-0.20.2-py3-none-any.whl", hash = "sha256:07e0abf9e6e6b95894a39f688a4a875d63c2128f76c02d03d16ccbc35bcc0f8a"},
|
||||
]
|
||||
pytest-cov = [
|
||||
{file = "pytest-cov-4.0.0.tar.gz", hash = "sha256:996b79efde6433cdbd0088872dbc5fb3ed7fe1578b68cdbba634f14bb8dd0470"},
|
||||
|
|
|
@ -70,7 +70,7 @@ pytest-env = "==0.8.1"
|
|||
pytest-mock = "==3.10.0"
|
||||
pytest-randomly = "==3.12.0"
|
||||
pytest-sugar = "==0.9.6"
|
||||
pytest-asyncio = "==0.20.1"
|
||||
pytest-asyncio = "==0.20.2"
|
||||
requests-mock = "==1.10.0"
|
||||
Faker = "==15.3.2"
|
||||
coverage = "==6.5.0"
|
||||
|
|
Loading…
Reference in New Issue