From 8765f121d501415de8fedf43af567e7543b3875e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 16:24:35 +0000 Subject: [PATCH] Bump psycopg[binary] from 3.2.3 to 3.2.4 in /src/core Bumps [psycopg[binary]](https://github.com/psycopg/psycopg) from 3.2.3 to 3.2.4. - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](https://github.com/psycopg/psycopg/compare/3.2.3...3.2.4) --- updated-dependencies: - dependency-name: psycopg[binary] dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/core/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/requirements.txt b/src/core/requirements.txt index 937904eb..f7b4a92f 100644 --- a/src/core/requirements.txt +++ b/src/core/requirements.txt @@ -11,7 +11,7 @@ gunicorn==23.0.0 Jinja2==3.1.5 git+https://github.com/cannatag/ldap3.git@refs/pull/983/head marshmallow==3.25.1 -psycopg[binary]==3.2.3 +psycopg[binary]==3.2.4 pycryptodomex==3.21.0 PyJWT==2.10.1 python-dotenv==1.0.1