From 7fb87ddf99daa5d719e39c5834ee88efc09cc49d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 02:15:02 +0000 Subject: [PATCH] build(deps): bump peewee from 3.17.6 to 3.17.8 in /backend Bumps [peewee](https://github.com/coleifer/peewee) from 3.17.6 to 3.17.8. - [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.6...3.17.8) --- 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 e38624879..b6f06a958 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -18,7 +18,7 @@ aiofiles sqlalchemy==2.0.32 alembic==1.14.0 -peewee==3.17.6 +peewee==3.17.8 peewee-migrate==1.12.2 psycopg2-binary==2.9.9 pgvector==0.3.5