From 5c5121331042f6494a4366fc5902be9b11195dae Mon Sep 17 00:00:00 2001 From: Katy Baulch <46493669+katybaulch@users.noreply.github.com> Date: Thu, 19 Dec 2024 10:07:11 +0000 Subject: [PATCH] Bump db client to 3.8.27 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d8384d92..c2223782 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ boto3 = "^1.34.151" moto = "^4.2.2" types-sqlalchemy = "^1.4.53.38" urllib3 = "^1.26.17" -db-client = { git = "https://github.com/climatepolicyradar/navigator-db-client.git", tag = "v3.8.27-beta" } +db-client = { git = "https://github.com/climatepolicyradar/navigator-db-client.git", tag = "v3.8.27" } navigator-notify = { git = "https://github.com/climatepolicyradar/navigator-notify.git", tag = "v0.0.2-beta" } bcrypt = "4.0.1" fastapi-cli = "^0.0.5"