From fcfb9affd0a9e9386333f77fdb5737af6ecc7ff8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 00:23:50 +0000 Subject: [PATCH] chore(deps): update psycopg requirement in /panel/api Updates the requirements on [psycopg](https://github.com/psycopg/psycopg) to permit the latest version. - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](https://github.com/psycopg/psycopg/compare/3.2.0...3.3.4) --- updated-dependencies: - dependency-name: psycopg dependency-version: 3.3.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- panel/api/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panel/api/pyproject.toml b/panel/api/pyproject.toml index 7fb7d26..7b78926 100644 --- a/panel/api/pyproject.toml +++ b/panel/api/pyproject.toml @@ -9,7 +9,7 @@ dependencies = [ "bcrypt==4.2.*", "sqlalchemy==2.0.*", "pymysql==1.1.*", - "psycopg[binary]==3.2.*", + "psycopg[binary]==3.3.*", "docker==7.1.*", "python-multipart==0.0.20", "pydantic-settings==2.14.*",