diff --git a/poetry.lock b/poetry.lock index 99697be3..7b2ccc47 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1957,18 +1957,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 = "main" optional = true 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)"] @@ -2987,4 +2987,4 @@ test = ["pytest", "pytest-asyncio", "flaky"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "0186e7708403faa834ab34dfbe130a5a32ecea83b794236d543fd8f935447434" +content-hash = "f3e2b988d2f91d1877a034717d2f382db413a55dfcba33fdefbaa3cf2259f29c" diff --git a/pyproject.toml b/pyproject.toml index 2a37ad30..14e88e63 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ enkanetwork-py = { git = "https://github.com/mrwan200/EnkaNetwork.py" } TgCrypto = { version = "^1.2.5", optional = true } Pyrogram = { version = "^2.0.102", optional = true } pytest = { version = "^7.2.2", optional = true } -pytest-asyncio = { version = "^0.20.3", optional = true } +pytest-asyncio = { version = "^0.21.0", optional = true } flaky = { version = "^3.7.0", optional = true } lxml = "^4.9.2" arko-wrapper = "^0.2.8"