From f420cac7779483f737914486acd21b2fdcebe30b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Apr 2023 03:18:30 +0000 Subject: [PATCH] build(deps-dev): bump pytest-asyncio from 0.20.3 to 0.21.0 (#1041) 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> --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index b22fcd9..6b11424 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1962,18 +1962,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" typing-extensions = {version = ">=3.7.2", markers = "python_version < \"3.8\""} [package.extras] @@ -2678,4 +2678,4 @@ sqlite = ["aiosqlite"] [metadata] lock-version = "2.0" python-versions = "^3.7.0" -content-hash = "accc4916d870deba70d11259e706b5c7d60831032c4233e2bdf05d8cf1a9e9db" +content-hash = "466944d0bc4c7edfdb1559dac887b1a7399fc4ecbf25433c0a849b39d7fc9654" diff --git a/pyproject.toml b/pyproject.toml index 7615ab8..39cc998 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -74,7 +74,7 @@ python = "<3.8" pytest = "^7.2.0" pytest-cov = "^4.0.0" codecov = "^2.1.12" -pytest-asyncio = "^0.20.3" +pytest-asyncio = "^0.21.0" fastapi = ">=0.70.1,<0.86" flake8 = "^3.9.2" flake8-black = "^0.3.6"