From 44bbb40551264e81f91b54f680d0d68e6cd8d99d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 03:11:22 +0000 Subject: [PATCH] chore(deps): bump peewee from 3.17.5 to 3.17.6 in /backend Bumps [peewee](https://github.com/coleifer/peewee) from 3.17.5 to 3.17.6. - [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.5...3.17.6) --- 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 77585a2f2..6d3371628 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -14,7 +14,7 @@ requests==2.32.3 aiohttp==3.9.5 sqlalchemy==2.0.30 alembic==1.13.1 -peewee==3.17.5 +peewee==3.17.6 peewee-migrate==1.12.2 psycopg2-binary==2.9.9 PyMySQL==1.1.1