From 7c07688fa62b9fa9d5d13fc54871d3d7e32b0d0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Nov 2022 20:57:57 +1000 Subject: [PATCH] Bump pytest-asyncio from 0.20.1 to 0.20.2 in /pykanidm (#1194) Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.20.1 to 0.20.2. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Changelog](https://github.com/pytest-dev/pytest-asyncio/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.20.1...v0.20.2) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pykanidm/poetry.lock | 8 ++++---- pykanidm/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pykanidm/poetry.lock b/pykanidm/poetry.lock index 8a1132e50..d93a62af7 100644 --- a/pykanidm/poetry.lock +++ b/pykanidm/poetry.lock @@ -717,7 +717,7 @@ testing = ["coverage (==6.2)", "mypy (==0.931)"] [[package]] name = "pytest-asyncio" -version = "0.20.1" +version = "0.20.2" description = "Pytest support for asyncio" category = "dev" optional = false @@ -906,7 +906,7 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>= [metadata] lock-version = "1.1" python-versions = "^3.9" -content-hash = "896cf72036bc5e4e883cae10b7791e79bff4c98ddfd2ad0e13731f71455e6d9b" +content-hash = "173c14023f2f60d9cb1e2f15ccfcce86d137b93a02b1edd65018a083fe13363b" [metadata.files] aiohttp = [ @@ -1643,8 +1643,8 @@ pytest-aiohttp = [ {file = "pytest_aiohttp-1.0.4-py3-none-any.whl", hash = "sha256:1d2dc3a304c2be1fd496c0c2fb6b31ab60cd9fc33984f761f951f8ea1eb4ca95"}, ] pytest-asyncio = [ - {file = "pytest-asyncio-0.20.1.tar.gz", hash = "sha256:626699de2a747611f3eeb64168b3575f70439b06c3d0206e6ceaeeb956e65519"}, - {file = "pytest_asyncio-0.20.1-py3-none-any.whl", hash = "sha256:2c85a835df33fda40fe3973b451e0c194ca11bc2c007eabff90bb3d156fc172b"}, + {file = "pytest-asyncio-0.20.2.tar.gz", hash = "sha256:32a87a9836298a881c0ec637ebcc952cfe23a56436bdc0d09d1511941dd8a812"}, + {file = "pytest_asyncio-0.20.2-py3-none-any.whl", hash = "sha256:07e0abf9e6e6b95894a39f688a4a875d63c2128f76c02d03d16ccbc35bcc0f8a"}, ] pytest-mock = [ {file = "pytest-mock-3.10.0.tar.gz", hash = "sha256:fbbdb085ef7c252a326fd8cdcac0aa3b1333d8811f131bdcc701002e1be7ed4f"}, diff --git a/pykanidm/pyproject.toml b/pykanidm/pyproject.toml index fb9376ece..3cdc940ba 100644 --- a/pykanidm/pyproject.toml +++ b/pykanidm/pyproject.toml @@ -44,7 +44,7 @@ types-toml = "^0.10.8" pylint-pydantic = "^0.1.4" coverage = "^6.5.0" pylint-pytest = "^1.1.2" -pytest-asyncio = "^0.20.1" +pytest-asyncio = "^0.20.2" pytest-mock = "^3.10.0" pytest-aiohttp = "^1.0.4" black = "^22.10.0"