From 2eed18df71fe9cc596fbf8954cc3ac45a6f3450b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Mar 2023 07:08:18 +0000 Subject: [PATCH] Bump pytest-asyncio from 0.20.3 to 0.21.0 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] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 9e37f87..0702a46 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1327,18 +1327,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)"] @@ -1894,4 +1894,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.9.0" -content-hash = "395c2c8153dfe5f3b56331d29466777b2bab868cfed1f4fb9e54deee90f482be" +content-hash = "8e3b545afce34b067b80f2e9e7176e847cf25475b53ecb457206ebd16b383e4c" diff --git a/pyproject.toml b/pyproject.toml index e9179d8..78f4eda 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -86,7 +86,7 @@ pre-commit-hooks = "^4.3.0" pylint = "^2.15.5" pytest = "^7.2.0" pytest-aiohttp = "^1.0.0" -pytest-asyncio = "^0.20.1" +pytest-asyncio = ">=0.20.1,<0.22.0" pytest-cov = "^4.0.0" pyupgrade = "^3.1.0" safety = "^2.3.1"