From e6f30ddf6477e1f9b08c2ebab4bad4b240d6d7c9 Mon Sep 17 00:00:00 2001 From: Izalia Mae Date: Sun, 4 Feb 2024 04:41:04 -0500 Subject: [PATCH] update tinysql to 0.2.4 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0eb5add..979a894 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,6 +4,6 @@ click>=8.1.2 hiredis==2.3.2 pyyaml>=6.0 redis==5.0.1 -tinysql[postgres]@https://git.barkshark.xyz/barkshark/tinysql/archive/0.2.3.tar.gz +tinysql[postgres]@https://git.barkshark.xyz/barkshark/tinysql/archive/0.2.4.tar.gz importlib_resources==6.1.1;python_version<'3.9'