From b7407bd4b168186880d2b07afcce5a0c043b5661 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 00:22:15 +0000 Subject: [PATCH] chore(deps): update dependency sqlalchemy to v2.0.29 (#22) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- sync/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sync/requirements.txt b/sync/requirements.txt index 34314dae5..25386e555 100644 --- a/sync/requirements.txt +++ b/sync/requirements.txt @@ -2,5 +2,5 @@ cx-Oracle==8.3.0 numpy==1.26.4 pandas==2.2.1 psycopg2==2.9.9 -SQLAlchemy==2.0.28 +SQLAlchemy==2.0.29 requests