From d8b73c7bea70a4ea4bc1a716a6276f1b4a6db622 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Mar 2023 13:34:12 +1000 Subject: [PATCH] chore(deps-dev): bump pytest-asyncio from 0.20.3 to 0.21.0 in /pykanidm (#1459) Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.20.3 to 0.21.0. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.20.3...v0.21.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pykanidm/poetry.lock | 10 +++++----- pykanidm/pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pykanidm/poetry.lock b/pykanidm/poetry.lock index e20c7e902..79c8586ea 100644 --- a/pykanidm/poetry.lock +++ b/pykanidm/poetry.lock @@ -1501,18 +1501,18 @@ testing = ["coverage (==6.2)", "mypy (==0.931)"] [[package]] name = "pytest-asyncio" -version = "0.20.3" +version = "0.21.0" description = "Pytest support for asyncio" category = "dev" optional = false python-versions = ">=3.7" files = [ - {file = "pytest-asyncio-0.20.3.tar.gz", hash = "sha256:83cbf01169ce3e8eb71c6c278ccb0574d1a7a3bb8eaaf5e50e0ad342afb33b36"}, - {file = "pytest_asyncio-0.20.3-py3-none-any.whl", hash = "sha256:f129998b209d04fcc65c96fc85c11e5316738358909a8399e93be553d7656442"}, + {file = "pytest-asyncio-0.21.0.tar.gz", hash = "sha256:2b38a496aef56f56b0e87557ec313e11e1ab9276fc3863f6a7be0f1d0e415e1b"}, + {file = "pytest_asyncio-0.21.0-py3-none-any.whl", hash = "sha256:f2b3366b7cd501a4056858bd39349d5af19742aed2d81660b7998b6341c7eb9c"}, ] [package.dependencies] -pytest = ">=6.1.0" +pytest = ">=7.0.0" [package.extras] docs = ["sphinx (>=5.3)", "sphinx-rtd-theme (>=1.0)"] @@ -2086,4 +2086,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "a01b87b6ce280767db91c7c2808c05ae128befac0e981837fd434fdf982dccf1" +content-hash = "6817ac721a510f3df4a5332887b2779f018933a3d1821c35c7361bba3e3bd5e3" diff --git a/pykanidm/pyproject.toml b/pykanidm/pyproject.toml index 78bd73dcf..0de48f557 100644 --- a/pykanidm/pyproject.toml +++ b/pykanidm/pyproject.toml @@ -43,7 +43,7 @@ types-toml = "^0.10.8" pylint-pydantic = "^0.1.7" coverage = "^7.2.1" pylint-pytest = "^1.1.2" -pytest-asyncio = "^0.20.3" +pytest-asyncio = "^0.21.0" pytest-mock = "^3.10.0" pytest-aiohttp = "^1.0.4" black = "^23.1.0"