From 2548882ab0962bd8486809f33aa18de178c94e26 Mon Sep 17 00:00:00 2001 From: Reece Adamson <41651655+radamson@users.noreply.github.com> Date: Thu, 13 Oct 2022 17:17:41 -0400 Subject: [PATCH] Lock `sqlalchemy` dep --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4ac9354..f7470d6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ black==22.3.0 flake8==4.0.1 isort==5.10.1 -SQLAlchemy>=1.4.35 +SQLAlchemy~=1.4.35 clkhash>=0.16.0 psycopg2>=2.8.3 anonlink-client>=0.1.4