mirror of
https://github.com/PaiGramTeam/PaiGram.git
synced 2024-11-22 07:07:46 +00:00
⬆️ Update pytest-asyncio requirement from ^0.21.0 to ^0.23.2
Updates the requirements on [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.21.0...v0.23.2) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
043b413285
commit
8ca7845f5e
@ -27,7 +27,7 @@ enkanetwork-py = { git = "https://github.com/mrwan200/EnkaNetwork.py" }
|
|||||||
TgCrypto = { version = "^1.2.5", optional = true }
|
TgCrypto = { version = "^1.2.5", optional = true }
|
||||||
Pyrogram = { version = "^2.0.102", optional = true }
|
Pyrogram = { version = "^2.0.102", optional = true }
|
||||||
pytest = { version = "^7.3.0", optional = true }
|
pytest = { version = "^7.3.0", optional = true }
|
||||||
pytest-asyncio = { version = "^0.21.0", optional = true }
|
pytest-asyncio = { version = "^0.23.2", optional = true }
|
||||||
flaky = { version = "^3.7.0", optional = true }
|
flaky = { version = "^3.7.0", optional = true }
|
||||||
lxml = "^4.9.2"
|
lxml = "^4.9.2"
|
||||||
arko-wrapper = "^0.2.8"
|
arko-wrapper = "^0.2.8"
|
||||||
|
Loading…
Reference in New Issue
Block a user