From e0fd2a6c5c2fa4500285bd1d13f29d3e3178ec30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 00:02:18 +0000 Subject: [PATCH] Bump psycopg2-binary from 2.9.10 to 2.9.11 Bumps [psycopg2-binary](https://github.com/psycopg/psycopg2) from 2.9.10 to 2.9.11. - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](https://github.com/psycopg/psycopg2/compare/2.9.10...2.9.11) --- updated-dependencies: - dependency-name: psycopg2-binary dependency-version: 2.9.11 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test.txt b/requirements-test.txt index d29fd27..2915c2f 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -3,7 +3,7 @@ flake8==7.3.0 isort==6.1.0 mypy==1.18.2 mysqlclient==2.2.7 -psycopg2-binary==2.9.10 +psycopg2-binary==2.9.11 pylint-django==2.6.1 pytest-benchmark==5.1.0 pytest-django==4.11.1