From cbc7420a876be83d4049b70c08ccb05c0c96d936 Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Thu, 27 Oct 2022 00:20:23 +0000 Subject: [PATCH] Update dependency pg8000 to v1.29.3 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4a25f83..2257059 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ Flask-HTTPAuth==4.7.0 Flask-WTF==1.0.1 WTForms==2.3.3 PyMySQL==1.0.2 -pg8000==1.29.2 +pg8000==1.29.3 requests==2.28.1 beautifulsoup4==4.11.1 python-dotenv==0.21.0 -- 2.45.2