From 5c7d4f57d09b597a2e327432a8733eb6dfbac95e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Mar 2023 21:57:50 +0000 Subject: [PATCH] Build(deps-dev): 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 1afaec97..76e3d442 100644 --- a/poetry.lock +++ b/poetry.lock @@ -464,18 +464,18 @@ testing = ["argcomplete", "hypothesis (>=3.56)", "mock", "nose", "pygments (>=2. [[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)"] @@ -625,4 +625,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "41588ecebd23c4d3e24450174e1c8c14b6a9733098f2f1feb14b436e84c4dc51" +content-hash = "a29488326e753b9f44f900dba4996dc61716f0e78c686db22488223b6c65d037" diff --git a/pyproject.toml b/pyproject.toml index 170a1138..2683e623 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ pydantic = "^1.10" [tool.poetry.dev-dependencies] pytest = "^7.2" pytest-cov = "^4.0" -pytest-asyncio = "^0.20" +pytest-asyncio = "^0.21" flake8 = "^6.0" flake8-docstrings = "^1.7" pylint = "^2.17"