From 11c3f9e0d077d17efd47a93272ec36d5e6d5bbc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 04:32:18 +0000 Subject: [PATCH] chore(deps): update psycopg requirement in /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.1.17...3.1.18) --- updated-dependencies: - dependency-name: psycopg dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/requirements.txt b/api/requirements.txt index e7b2889ba..92ab5ff05 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -12,7 +12,7 @@ django-prometheus~=2.3.1 dnspython~=2.5.0 httpretty~=1.0.5 # 1.1 breaks tests. Does not run in production, so stick to it. pyotp~=2.9.0 -psycopg~=3.1.17 +psycopg~=3.1.18 psl-dns~=1.1.0 pylibmc~=1.6.3 pyyaml~=6.0.1