From 7f3436f78d3afea6f81fe9b9b258081ecf30ed6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 03:23:27 +0000 Subject: [PATCH] chore(deps): bump the database group across 1 directory with 2 updates Updates the requirements on [peewee](https://github.com/coleifer/peewee) and [psycopg2-binary](https://github.com/psycopg/psycopg2) to permit the latest version. Updates `peewee` to 3.19.0 - [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.0...3.19.0) Updates `psycopg2-binary` to 2.9.12 - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](https://github.com/psycopg/psycopg2/compare/2.9.11...2.9.12) --- updated-dependencies: - dependency-name: peewee dependency-version: 3.19.0 dependency-type: direct:production dependency-group: database - dependency-name: psycopg2-binary dependency-version: 2.9.12 dependency-type: direct:production dependency-group: database ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ec6191d..965d6bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,9 +8,9 @@ dependencies = [ "flask>=3.1", "flask-limiter>=3.8.0", "gunicorn>=25.3.0", - "peewee>=3.17.0,<4.0", + "peewee>=3.19.0,<4.0", "prometheus-client>=0.20.0", - "psycopg2-binary>=2.9.11", + "psycopg2-binary>=2.9.12", "pydantic>=2.12.5", "python-dotenv>=1.2.2", "redis>=5.0.0",