From cd4518673c1de07cf27ffbb15a08bac432dc5b8b Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Mon, 23 May 2022 00:23:21 +0000 Subject: [PATCH] Update dependency pg8000 to v1.29.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d56ab20..80b48f2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ Flask-HTTPAuth==4.6.0 Flask-WTF==1.0.1 WTForms==2.3.3 PyMySQL==1.0.2 -pg8000==1.29.0 +pg8000==1.29.1 requests==2.27.1 beautifulsoup4==4.11.1 python-dotenv==0.20.0