Merge pull request #32 from alufers/dependabot/pip/pytest-asyncio-0.21.0

Bump pytest-asyncio from 0.20.3 to 0.21.0
pull/34/head
Albert Koczy 2 years ago committed by GitHub
commit 4e9b3a5216
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

12
poetry.lock generated

@ -1,4 +1,4 @@
# This file is automatically @generated by Poetry 1.4.2 and should not be changed by hand.
# This file is automatically @generated by Poetry and should not be changed by hand.
[[package]]
name = "asgiref"
@ -1586,18 +1586,18 @@ testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "no
[[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)"]
@ -2011,4 +2011,4 @@ cffi = ["cffi (>=1.11)"]
[metadata]
lock-version = "2.0"
python-versions = "^3.9"
content-hash = "895c80d3aa86210097499ee01f4a876cda04b0b3f951fe75c95efdd1f40fc3b0"
content-hash = "6d02a3c933b62f74076c5e50fe955b2e701ae8c73046f8eb155eb904580ef066"

@ -22,7 +22,7 @@ docformatter = {extras = ["tomli"], version = "^1.5.1"}
flake8-pyproject = "^1.2.2"
pre-commit = "^3.1.1"
pytest = "^7.2.1"
pytest-asyncio = "^0.20.3"
pytest-asyncio = ">=0.20.3,<0.22.0"
vermin = "^1.5.1"
openapi-spec-validator = "^0.5.6"
pytest-cov = "^4.0.0"

Loading…
Cancel
Save