From db9982eba42ddaf70f406ce53089cfdcc31e3750 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 14:48:15 +0000 Subject: [PATCH] build(deps): bump sqlmodel from 0.0.24 to 0.0.27 Bumps [sqlmodel](https://github.com/fastapi/sqlmodel) from 0.0.24 to 0.0.27. - [Release notes](https://github.com/fastapi/sqlmodel/releases) - [Changelog](https://github.com/fastapi/sqlmodel/blob/main/docs/release-notes.md) - [Commits](https://github.com/fastapi/sqlmodel/compare/0.0.24...0.0.27) --- updated-dependencies: - dependency-name: sqlmodel dependency-version: 0.0.27 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 730f64c..335e37e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -45,7 +45,7 @@ sqlalchemy==2.0.42 # alembic # borm (pyproject.toml) # sqlmodel -sqlmodel==0.0.24 +sqlmodel==0.0.27 # via borm (pyproject.toml) typing-extensions==4.13.2 # via