diff --git a/poetry.lock b/poetry.lock index 120dbba..e3e837a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -572,17 +572,18 @@ testing = ["argcomplete", "hypothesis (>=3.56)", "mock", "nose", "pygments (>=2. [[package]] name = "pytest-asyncio" -version = "0.10.0" -description = "Pytest support for asyncio." +version = "0.18.3" +description = "Pytest support for asyncio" category = "dev" optional = false -python-versions = ">= 3.5" +python-versions = ">=3.7" [package.dependencies] -pytest = ">=3.0.6" +pytest = ">=6.1.0" +typing-extensions = {version = ">=3.7.2", markers = "python_version < \"3.8\""} [package.extras] -testing = ["async-generator (>=1.3)", "coverage", "hypothesis (>=3.64)"] +testing = ["coverage (==6.2)", "hypothesis (>=5.7.1)", "flaky (>=3.5.0)", "mypy (==0.931)", "pytest-trio (>=0.7.0)"] [[package]] name = "pytest-cov" @@ -876,7 +877,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest- [metadata] lock-version = "1.1" python-versions = ">=3.7,<3.11" -content-hash = "85b8ab2b1c80b8e1dd6ab1bb0b531b3ae654fa5cbc842f31b5013a6d63772d9c" +content-hash = "aa0a54e8f52a1a54bab6b16a11f0972d7f2f74da718862a015c23d5c0b0e65c6" [metadata.files] aiobotocore = [ @@ -1394,8 +1395,9 @@ pytest = [ {file = "pytest-7.1.2.tar.gz", hash = "sha256:a06a0425453864a270bc45e71f783330a7428defb4230fb5e6a731fde06ecd45"}, ] pytest-asyncio = [ - {file = "pytest-asyncio-0.10.0.tar.gz", hash = "sha256:9fac5100fd716cbecf6ef89233e8590a4ad61d729d1732e0a96b84182df1daaf"}, - {file = "pytest_asyncio-0.10.0-py3-none-any.whl", hash = "sha256:d734718e25cfc32d2bf78d346e99d33724deeba774cc4afdf491530c6184b63b"}, + {file = "pytest-asyncio-0.18.3.tar.gz", hash = "sha256:7659bdb0a9eb9c6e3ef992eef11a2b3e69697800ad02fb06374a210d85b29f91"}, + {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 = [ {file = "pytest-cov-2.12.1.tar.gz", hash = "sha256:261ceeb8c227b726249b376b8526b600f38667ee314f910353fa318caa01f4d7"}, diff --git a/pyproject.toml b/pyproject.toml index 60feb82..42e94c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ isort = "^5.10.1" preggy = "^1.4.4" pylint = "^2.4.4" pytest = "^7.1.2" -pytest-asyncio = "^0.10.0" +pytest-asyncio = "^0.18.3" pytest-cov = "^2.8.1" pytest-tldr = "^0.2.1" pytest-xdist = "^2.5.0"