From c5df7a46c3c10812d55831cfad4bc975bf72e295 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 22:45:15 +0800 Subject: [PATCH] :arrow_up: Update sqlmodel requirement from ^0.0.12 to ^0.0.14 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.12...0.0.14) --- updated-dependencies: - dependency-name: sqlmodel dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3c967dae..492ae63e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ httpx = "^0.24.0" ujson = "^5.8.0" Jinja2 = "^3.1.2" python-telegram-bot = { version = "^20.5", extras = ["ext", "rate-limiter"] } -sqlmodel = "^0.0.12" +sqlmodel = "^0.0.14" colorlog = "^6.7.0" fakeredis = "^2.19.0" redis = "^5.0.1"