From baef527ae4ed5dd592fdfeb1b10454f5b93bfa8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Sep 2026 01:23:04 +0000 Subject: [PATCH] chore(deps): bump psycopg2-binary in /frontend_multi_user Bumps [psycopg2-binary](https://github.com/psycopg/psycopg2) from 2.9.12 to 2.9.13. - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](https://github.com/psycopg/psycopg2/compare/2.9.12...2.9.13) --- updated-dependencies: - dependency-name: psycopg2-binary dependency-version: 2.9.13 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- frontend_multi_user/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend_multi_user/pyproject.toml b/frontend_multi_user/pyproject.toml index 8215eea5..a40b302f 100644 --- a/frontend_multi_user/pyproject.toml +++ b/frontend_multi_user/pyproject.toml @@ -10,7 +10,7 @@ dependencies = [ "flask-sqlalchemy==3.1.1", "flask-wtf==1.3.0", "authlib==1.8.0", - "psycopg2-binary==2.9.12", + "psycopg2-binary==2.9.13", "requests==2.34.2", "stripe==15.6.1", "python-dotenv==1.2.3",