From 67767362c9c67269cea922124423f6eadbb980d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 09:31:22 +0000 Subject: [PATCH] Bump psycopg2-binary from 2.9.11 to 2.9.12 Bumps [psycopg2-binary](https://github.com/psycopg/psycopg2) from 2.9.11 to 2.9.12. - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](https://github.com/psycopg/psycopg2/commits) --- updated-dependencies: - dependency-name: psycopg2-binary dependency-version: 2.9.12 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4df29a393..9e1926f08 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ dependencies = [ "nh3==0.3.2", "openpyxl==3.1.5", # used to import excel files in economy backoffice "pandas==3.0.0", - "psycopg2-binary==2.9.11", + "psycopg2-binary==2.9.12", "python-magic==0.4.27", "quickpay-api-client==2.0.1", "Unidecode==1.4.0",