Merge pull request #397 from collerek/dependabot/pip/pytest-asyncio-0.16.0

This commit is contained in:
dependabot[bot]
2021-10-29 10:38:36 +00:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -1156,7 +1156,7 @@ testing = ["argcomplete", "hypothesis (>=3.56)", "mock", "nose", "requests", "xm
[[package]] [[package]]
name = "pytest-asyncio" name = "pytest-asyncio"
version = "0.15.1" version = "0.16.0"
description = "Pytest support for asyncio." description = "Pytest support for asyncio."
category = "dev" category = "dev"
optional = false optional = false
@ -1550,7 +1550,7 @@ sqlite = []
[metadata] [metadata]
lock-version = "1.1" lock-version = "1.1"
python-versions = "^3.6.2" python-versions = "^3.6.2"
content-hash = "49c61e52780e2a03e6c03ec4651fa8dac31988a18b7ee02345b2a27a166164c7" content-hash = "72f6e7bfcc5809d1db3d36b72ee9bf1c80b02dc2a047788573f6108e2b614a4e"
[metadata.files] [metadata.files]
aiocontextvars = [ aiocontextvars = [
@ -2268,8 +2268,8 @@ pytest = [
{file = "pytest-6.2.5.tar.gz", hash = "sha256:131b36680866a76e6781d13f101efb86cf674ebb9762eb70d3082b6f29889e89"}, {file = "pytest-6.2.5.tar.gz", hash = "sha256:131b36680866a76e6781d13f101efb86cf674ebb9762eb70d3082b6f29889e89"},
] ]
pytest-asyncio = [ pytest-asyncio = [
{file = "pytest-asyncio-0.15.1.tar.gz", hash = "sha256:2564ceb9612bbd560d19ca4b41347b54e7835c2f792c504f698e05395ed63f6f"}, {file = "pytest-asyncio-0.16.0.tar.gz", hash = "sha256:7496c5977ce88c34379df64a66459fe395cd05543f0a2f837016e7144391fcfb"},
{file = "pytest_asyncio-0.15.1-py3-none-any.whl", hash = "sha256:3042bcdf1c5d978f6b74d96a151c4cfb9dcece65006198389ccd7e6c60eb1eea"}, {file = "pytest_asyncio-0.16.0-py3-none-any.whl", hash = "sha256:5f2a21273c47b331ae6aa5b36087047b4899e40f03f18397c0e65fa5cca54e9b"},
] ]
pytest-cov = [ pytest-cov = [
{file = "pytest-cov-3.0.0.tar.gz", hash = "sha256:e7f0f5b1617d2210a2cabc266dfe2f4c75a8d32fb89eafb7ad9d06f6d076d470"}, {file = "pytest-cov-3.0.0.tar.gz", hash = "sha256:e7f0f5b1617d2210a2cabc266dfe2f4c75a8d32fb89eafb7ad9d06f6d076d470"},

View File

@ -81,7 +81,7 @@ PyMySQL = ">=0.9,<=0.9.3"
pytest = "^6.2.5" pytest = "^6.2.5"
pytest-cov = "^3.0.0" pytest-cov = "^3.0.0"
codecov = "^2.1.12" codecov = "^2.1.12"
pytest-asyncio = "^0.15.1" pytest-asyncio = "^0.16.0"
fastapi = "^0.70.0" fastapi = "^0.70.0"
flake8 = "^3.9.2" flake8 = "^3.9.2"
flake8-black = "^0.2.3" flake8-black = "^0.2.3"