mirror of
https://github.com/PaiGramTeam/PaiGram.git
synced 2024-11-16 04:35:49 +00:00
⬆️ Update lxml requirement from ^4.9.2 to ^5.0.0
Updates the requirements on [lxml](https://github.com/lxml/lxml) to permit the latest version. - [Release notes](https://github.com/lxml/lxml/releases) - [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt) - [Commits](https://github.com/lxml/lxml/compare/lxml-4.9.2...lxml-5.0.0) --- updated-dependencies: - dependency-name: lxml 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
4e84a76464
commit
8fd723baa0
@ -29,7 +29,7 @@ Pyrogram = { version = "^2.0.102", optional = true }
|
||||
pytest = { version = "^7.3.0", optional = true }
|
||||
pytest-asyncio = { version = "^0.23.2", optional = true }
|
||||
flaky = { version = "^3.7.0", optional = true }
|
||||
lxml = "^4.9.2"
|
||||
lxml = "^5.0.0"
|
||||
arko-wrapper = "^0.2.8"
|
||||
fastapi = "^0.108.0"
|
||||
uvicorn = { extras = ["standard"], version = "^0.25.0" }
|
||||
|
Loading…
Reference in New Issue
Block a user