diff --git a/poetry.lock b/poetry.lock index 989c6d1d..d9f9de58 100644 --- a/poetry.lock +++ b/poetry.lock @@ -821,7 +821,7 @@ testing = ["argcomplete", "hypothesis (>=3.56)", "mock", "nose", "pygments (>=2. [[package]] name = "pytest-asyncio" -version = "0.19.0" +version = "0.20.1" description = "Pytest support for asyncio" category = "main" optional = true @@ -1285,7 +1285,7 @@ test = ["pytest", "pytest-asyncio", "flaky"] [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "086395519a94299958100a7cf1a5e1e48c22289198181c12bccc0bd6782bf22e" +content-hash = "ee3eb9b5b0692325623ef33709793c6504b3b53e1068bd62319e84ceba231497" [metadata.files] aiofiles = [ @@ -2108,8 +2108,8 @@ pytest = [ {file = "pytest-7.1.3.tar.gz", hash = "sha256:4f365fec2dff9c1162f834d9f18af1ba13062db0c708bf7b946f8a5c76180c39"}, ] pytest-asyncio = [ - {file = "pytest-asyncio-0.19.0.tar.gz", hash = "sha256:ac4ebf3b6207259750bc32f4c1d8fcd7e79739edbc67ad0c58dd150b1d072fed"}, - {file = "pytest_asyncio-0.19.0-py3-none-any.whl", hash = "sha256:7a97e37cfe1ed296e2e84941384bdd37c376453912d397ed39293e0916f521fa"}, + {file = "pytest-asyncio-0.20.1.tar.gz", hash = "sha256:626699de2a747611f3eeb64168b3575f70439b06c3d0206e6ceaeeb956e65519"}, + {file = "pytest_asyncio-0.20.1-py3-none-any.whl", hash = "sha256:2c85a835df33fda40fe3973b451e0c194ca11bc2c007eabff90bb3d156fc172b"}, ] python-dotenv = [ {file = "python-dotenv-0.21.0.tar.gz", hash = "sha256:b77d08274639e3d34145dfa6c7008e66df0f04b7be7a75fd0d5292c191d79045"}, diff --git a/pyproject.toml b/pyproject.toml index 241f75dd..d20a1b95 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ enkanetwork-py = { git = "https://github.com/mrwan200/EnkaNetwork.py" } TgCrypto = { version = "^1.2.4", optional = true } Pyrogram = { version = "^2.0.57", optional = true } pytest = { version = "^7.1.3", optional = true } -pytest-asyncio = { version = "^0.19.0", optional = true } +pytest-asyncio = { version = "^0.20.1", optional = true } flaky = { version = "^3.7.0", optional = true } lxml = "^4.9.1" arko-wrapper = "^0.2.3"