diff --git a/app/pyproject.toml b/app/pyproject.toml index 8534c19..f95cf44 100644 --- a/app/pyproject.toml +++ b/app/pyproject.toml @@ -10,7 +10,7 @@ dependencies = [ "pyodbc==5.1.0", "python-dotenv==1.0.1", "SQLAlchemy==2.0.31", -"sqlparse==0.5.1", +"sqlparse==0.5.4", "uvicorn==0.30.1" ] diff --git a/app/requirements.txt b/app/requirements.txt index 5b114a7..7c79bf0 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -6,5 +6,5 @@ pyodbc==5.1.0 python-dotenv==1.0.1 # SQLAlchemy==2.0.30 SQLAlchemy==2.0.31 -sqlparse==0.5.1 +sqlparse==0.5.4 uvicorn==0.30.1 \ No newline at end of file