From 635006fb1ab9ea8528a9fa7494cd295dcdd0ba09 Mon Sep 17 00:00:00 2001 From: Chris Arderne Date: Thu, 1 Aug 2024 23:54:41 +0100 Subject: [PATCH] bump pysqlcipher3static --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index caba3d0..d1ed290 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dependencies = [ "Markdown ~= 3.4", "typer[all] ~= 0.7", "pycryptodome ~= 3.20", - "pysqlcipher3static ~= 2.0" + "pysqlcipher3static >= 2.0.1" ] [tool.rye]