1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/coin_ynh.git synced 2024-09-03 18:16:26 +02:00

Update main-001.patch

This commit is contained in:
Mateusz 2024-03-22 16:15:12 +01:00 committed by GitHub
parent 755851e0ef
commit c87c57e369
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,21 +1,11 @@
From 43585e806da2002b4b070489e2f6db6aafb3ca2f Mon Sep 17 00:00:00 2001 diff --git a/requirements.txt b/requirements.txt
From: orhtej2 <2871798+orhtej2@users.noreply.github.com> index 27c1a5c..a21fd3d 100644
Date: Sat, 10 Feb 2024 20:01:35 +0100
Subject: [PATCH] Use newer Psycopg
---
exporter/src/app/browser.cljs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/requirements.txt b/requierement.txt
index 3cbcf2b98..c2c44e774 100644
--- a/requirements.txt --- a/requirements.txt
+++ b/requierement.txt +++ b/requirements.txt
@@ -2,1 +2,1 @@ @@ -1,5 +1,5 @@
Django>=2.2,<2.3 Django>=2.2,<2.3
-psycopg2>=2.8,<2.9 -psycopg2>=2.8,<2.9
+psycopg2>=2.9,<3.0 +psycopg2>=2.9,<3.0
# To match django-ldapdb version: # To match django-ldapdb version:
#python-ldap>=3.0,<3. #python-ldap>=3.0,<3.1
-- #wsgiref
2.42.0.windows.2