Merge pull request #604 from collerek/dependabot/pip/pytest-asyncio-0.18.3

This commit is contained in:
dependabot[bot]
2022-03-29 07:23:04 +00:00
committed by GitHub
2 changed files with 11 additions and 9 deletions

18
poetry.lock generated
View File

@ -1035,17 +1035,18 @@ testing = ["argcomplete", "hypothesis (>=3.56)", "mock", "nose", "pygments (>=2.
[[package]] [[package]]
name = "pytest-asyncio" name = "pytest-asyncio"
version = "0.16.0" version = "0.18.3"
description = "Pytest support for asyncio." description = "Pytest support for asyncio"
category = "dev" category = "dev"
optional = false optional = false
python-versions = ">= 3.6" python-versions = ">=3.7"
[package.dependencies] [package.dependencies]
pytest = ">=5.4.0" pytest = ">=6.1.0"
typing-extensions = {version = ">=3.7.2", markers = "python_version < \"3.8\""}
[package.extras] [package.extras]
testing = ["coverage", "hypothesis (>=5.7.1)"] testing = ["coverage (==6.2)", "hypothesis (>=5.7.1)", "flaky (>=3.5.0)", "mypy (==0.931)", "pytest-trio (>=0.7.0)"]
[[package]] [[package]]
name = "pytest-cov" name = "pytest-cov"
@ -1430,7 +1431,7 @@ sqlite = []
[metadata] [metadata]
lock-version = "1.1" lock-version = "1.1"
python-versions = "^3.7.0" python-versions = "^3.7.0"
content-hash = "af0598caa77b806051cef994817d1813fd162b57fd3233eb20729c76cea7f022" content-hash = "952ba36fcb05dad6ee62f016fc6f41cab3f56adc3224a756faf524a664ce0c2e"
[metadata.files] [metadata.files]
aiomysql = [ aiomysql = [
@ -2153,8 +2154,9 @@ pytest = [
{file = "pytest-7.1.1.tar.gz", hash = "sha256:841132caef6b1ad17a9afde46dc4f6cfa59a05f9555aae5151f73bdf2820ca63"}, {file = "pytest-7.1.1.tar.gz", hash = "sha256:841132caef6b1ad17a9afde46dc4f6cfa59a05f9555aae5151f73bdf2820ca63"},
] ]
pytest-asyncio = [ pytest-asyncio = [
{file = "pytest-asyncio-0.16.0.tar.gz", hash = "sha256:7496c5977ce88c34379df64a66459fe395cd05543f0a2f837016e7144391fcfb"}, {file = "pytest-asyncio-0.18.3.tar.gz", hash = "sha256:7659bdb0a9eb9c6e3ef992eef11a2b3e69697800ad02fb06374a210d85b29f91"},
{file = "pytest_asyncio-0.16.0-py3-none-any.whl", hash = "sha256:5f2a21273c47b331ae6aa5b36087047b4899e40f03f18397c0e65fa5cca54e9b"}, {file = "pytest_asyncio-0.18.3-1-py3-none-any.whl", hash = "sha256:16cf40bdf2b4fb7fc8e4b82bd05ce3fbcd454cbf7b92afc445fe299dabb88213"},
{file = "pytest_asyncio-0.18.3-py3-none-any.whl", hash = "sha256:8fafa6c52161addfd41ee7ab35f11836c5a16ec208f93ee388f752bea3493a84"},
] ]
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

@ -80,7 +80,7 @@ PyMySQL = ">=0.9,<=0.9.3"
pytest = "^7.1.1" pytest = "^7.1.1"
pytest-cov = "^3.0.0" pytest-cov = "^3.0.0"
codecov = "^2.1.12" codecov = "^2.1.12"
pytest-asyncio = "^0.16.0" pytest-asyncio = "^0.18.3"
fastapi = ">=0.70.1,<0.76" fastapi = ">=0.70.1,<0.76"
flake8 = "^3.9.2" flake8 = "^3.9.2"
flake8-black = "^0.3.2" flake8-black = "^0.3.2"