Merge pull request #145 from redis/dependabot/pip/pytest-asyncio-0.18.2
Bump pytest-asyncio from 0.18.1 to 0.18.2
This commit is contained in:
commit
b0618215ef
2 changed files with 5 additions and 5 deletions
8
poetry.lock
generated
8
poetry.lock
generated
|
@ -806,7 +806,7 @@ testing = ["argcomplete", "hypothesis (>=3.56)", "mock", "nose", "pygments (>=2.
|
|||
|
||||
[[package]]
|
||||
name = "pytest-asyncio"
|
||||
version = "0.18.1"
|
||||
version = "0.18.2"
|
||||
description = "Pytest support for asyncio"
|
||||
category = "dev"
|
||||
optional = false
|
||||
|
@ -1221,7 +1221,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes
|
|||
[metadata]
|
||||
lock-version = "1.1"
|
||||
python-versions = "^3.7"
|
||||
content-hash = "7c38a12b4792ec1b5abd2220478257f03b7586ffd1c1571d35f198aba83ece5c"
|
||||
content-hash = "75df642f5b6aa10fcf1638fcc3a5231e46d7c5abd94a01b9a50a29ad3f5fdb54"
|
||||
|
||||
[metadata.files]
|
||||
aioredis = [
|
||||
|
@ -1731,8 +1731,8 @@ pytest = [
|
|||
{file = "pytest-7.0.1.tar.gz", hash = "sha256:e30905a0c131d3d94b89624a1cc5afec3e0ba2fbdb151867d8e0ebd49850f171"},
|
||||
]
|
||||
pytest-asyncio = [
|
||||
{file = "pytest-asyncio-0.18.1.tar.gz", hash = "sha256:c43fcdfea2335dd82ffe0f2774e40285ddfea78a8e81e56118d47b6a90fbb09e"},
|
||||
{file = "pytest_asyncio-0.18.1-py3-none-any.whl", hash = "sha256:c9ec48e8bbf5cc62755e18c4d8bc6907843ec9c5f4ac8f61464093baeba24a7e"},
|
||||
{file = "pytest-asyncio-0.18.2.tar.gz", hash = "sha256:fc8e4190f33fee7797cc7f1829f46a82c213f088af5d1bb5d4e454fe87e6cdc2"},
|
||||
{file = "pytest_asyncio-0.18.2-py3-none-any.whl", hash = "sha256:20db0bdd3d7581b2e11f5858a5d9541f2db9cd8c5853786f94ad273d466c8c6d"},
|
||||
]
|
||||
pytest-cov = [
|
||||
{file = "pytest-cov-3.0.0.tar.gz", hash = "sha256:e7f0f5b1617d2210a2cabc266dfe2f4c75a8d32fb89eafb7ad9d06f6d076d470"},
|
||||
|
|
|
@ -50,7 +50,7 @@ coverage = "^6.3"
|
|||
pytest-cov = "^3.0.0"
|
||||
pytest-xdist = "^2.5.0"
|
||||
unasync = "^0.5.0"
|
||||
pytest-asyncio = "^0.18.1"
|
||||
pytest-asyncio = "^0.18.2"
|
||||
twine = "^3.8.0"
|
||||
email-validator = "^1.1.3"
|
||||
tox = "^3.24.5"
|
||||
|
|
Loading…
Reference in a new issue