Merge pull request #128 from redis/dependabot/pip/pytest-asyncio-0.18.1

Bump pytest-asyncio from 0.17.2 to 0.18.1
main
Simon Prickett 2 years ago committed by GitHub
commit b306dbd868
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

10
poetry.lock generated

@ -806,7 +806,7 @@ testing = ["argcomplete", "hypothesis (>=3.56)", "mock", "nose", "pygments (>=2.
[[package]]
name = "pytest-asyncio"
version = "0.17.2"
version = "0.18.1"
description = "Pytest support for asyncio"
category = "dev"
optional = false
@ -814,7 +814,7 @@ python-versions = ">=3.7"
[package.dependencies]
pytest = ">=6.1.0"
typing-extensions = {version = ">=4.0", markers = "python_version < \"3.8\""}
typing-extensions = {version = ">=3.7.2", markers = "python_version < \"3.8\""}
[package.extras]
testing = ["coverage (==6.2)", "hypothesis (>=5.7.1)", "flaky (>=3.5.0)", "mypy (==0.931)"]
@ -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 = "b0a2d6d4cb15e161988bc22c1870759c8f7d8ab1654adf3bb65ae4bc8a59bc42"
content-hash = "9566ad349d860ca33d46b37429ed5227d9fc65dbabb899b58d518dc5adad00b6"
[metadata.files]
aioredis = [
@ -1731,8 +1731,8 @@ pytest = [
{file = "pytest-7.0.0.tar.gz", hash = "sha256:dad48ffda394e5ad9aa3b7d7ddf339ed502e5e365b1350e0af65f4a602344b11"},
]
pytest-asyncio = [
{file = "pytest-asyncio-0.17.2.tar.gz", hash = "sha256:6d895b02432c028e6957d25fc936494e78c6305736e785d9fee408b1efbc7ff4"},
{file = "pytest_asyncio-0.17.2-py3-none-any.whl", hash = "sha256:e0fe5dbea40516b661ef1bcfe0bd9461c2847c4ef4bb40012324f2454fb7d56d"},
{file = "pytest-asyncio-0.18.1.tar.gz", hash = "sha256:c43fcdfea2335dd82ffe0f2774e40285ddfea78a8e81e56118d47b6a90fbb09e"},
{file = "pytest_asyncio-0.18.1-py3-none-any.whl", hash = "sha256:c9ec48e8bbf5cc62755e18c4d8bc6907843ec9c5f4ac8f61464093baeba24a7e"},
]
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.17.2"
pytest-asyncio = "^0.18.1"
twine = "^3.8.0"
email-validator = "^1.1.3"
tox = "^3.24.5"

Loading…
Cancel
Save