From 93308911f0d437a54ffe15f11bf2c3b02af02705 Mon Sep 17 00:00:00 2001
From: "Paul A. Jungwirth" <pj@illuminatedcomputing.com>
Date: Wed, 11 Feb 2026 13:52:08 -0800
Subject: [PATCH v1 1/3] Upgrade psycopg2 to 2.8.6

This fixes an error installing it on Debian 13 (and elsewhere) described
[in this Github issue](https://github.com/psycopg/psycopg2/issues/1397).
They fixed it in [this
pull request](https://github.com/psycopg/psycopg2/pull/1399).
---
 requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements.txt b/requirements.txt
index 840037ee..64461086 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,5 +1,5 @@
 Django>=4.2,<4.3
-psycopg2==2.8.5
+psycopg2==2.8.6
 pycryptodomex>=3.4.7,<3.5
 Markdown==3.0.1
 requests-oauthlib==1.0.0
-- 
2.47.3

