From f5fcfcc05a8ef1de00a59c1d07879aebb69c444a Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Tue, 6 Jul 2021 16:24:57 +0300 Subject: [PATCH] pyproject.toml: Update psycopg2 version I manually re-installed psycopg2@latest while troubleshooting an issue with it not working after Arch Linux updated Python. That's one down side of using the non-binary package. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index caf7fae..ab52fff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ license = "GPL-3.0-only" python = "^3.6" gunicorn = "^20.0.4" falcon = "3.0.0" -psycopg2 = "^2.8.6" +psycopg2 = "^2.9.1" requests = "^2.24.0" falcon-swagger-ui = {git = "https://github.com/alanorth/falcon-swagger-ui.git", rev="falcon-300b1"}