From 84518490c541da68facba0f7817fc22a7cb9147b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Mar 2025 02:37:36 +0000 Subject: [PATCH] chore(deps): bump peewee from 3.17.8 to 3.17.9 in /backend Bumps [peewee](https://github.com/coleifer/peewee) from 3.17.8 to 3.17.9. - [Release notes](https://github.com/coleifer/peewee/releases) - [Changelog](https://github.com/coleifer/peewee/blob/master/CHANGELOG.md) - [Commits](https://github.com/coleifer/peewee/compare/3.17.8...3.17.9) --- updated-dependencies: - dependency-name: peewee dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 616827144..8086d1817 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -15,7 +15,7 @@ aiofiles sqlalchemy==2.0.32 alembic==1.14.0 -peewee==3.17.8 +peewee==3.17.9 peewee-migrate==1.12.2 psycopg2-binary==2.9.9 pgvector==0.3.5