From 247ac2b85e917516bca5baa33b21937548b82d9d Mon Sep 17 00:00:00 2001 From: Nathan Moore Date: Wed, 27 Mar 2024 10:02:07 -0400 Subject: [PATCH] chore (repo): Ignoring SQLAlchemy updates for dependabot (#195) * Ignoring SQLAlchemy updates for dependabot * Updating the requirement file --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9c1b4c0..f9e91b7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,6 +11,6 @@ google-auth-oauthlib==1.2.0 googleapis-common-protos==1.63.0 opensearch-py==2.4.2 pandas==2.2.1 -sqlalchemy==1.4.51 +sqlalchemy==1.4.* psycopg2==2.9.9 alembic==1.13.1