mirror of
https://github.com/PaiGramTeam/PaiGram.git
synced 2024-11-16 04:35:49 +00:00
⬆️ Update sqlmodel requirement from ^0.0.8 to ^0.0.9
Updates the requirements on [sqlmodel](https://github.com/tiangolo/sqlmodel) to permit the latest version. - [Release notes](https://github.com/tiangolo/sqlmodel/releases) - [Changelog](https://github.com/tiangolo/sqlmodel/blob/main/docs/release-notes.md) - [Commits](https://github.com/tiangolo/sqlmodel/compare/0.0.8...0.0.9) --- updated-dependencies: - dependency-name: sqlmodel 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
95d488625a
commit
33de7c6158
@ -12,7 +12,7 @@ httpx = "^0.24.0"
|
|||||||
ujson = "^5.8.0"
|
ujson = "^5.8.0"
|
||||||
Jinja2 = "^3.1.2"
|
Jinja2 = "^3.1.2"
|
||||||
python-telegram-bot = { version = "^20.5", extras = ["ext", "rate-limiter"] }
|
python-telegram-bot = { version = "^20.5", extras = ["ext", "rate-limiter"] }
|
||||||
sqlmodel = "^0.0.8"
|
sqlmodel = "^0.0.9"
|
||||||
colorlog = "^6.7.0"
|
colorlog = "^6.7.0"
|
||||||
fakeredis = "^2.19.0"
|
fakeredis = "^2.19.0"
|
||||||
redis = "^5.0.1"
|
redis = "^5.0.1"
|
||||||
|
Loading…
Reference in New Issue
Block a user