From e0ab1f49d892c7acd4fae6e8bd1cea255df1df6e Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Sun, 24 Apr 2022 00:37:27 +0000 Subject: [PATCH] Update dependency pg8000 to v1.26.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 73c3fe6..5eb2286 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.26.0 +pg8000==1.26.1 requests==2.27.1 beautifulsoup4==4.11.1 python-dotenv==0.20.0