From 38177aaba372e3e9be0c86f88fb258b9f1891545 Mon Sep 17 00:00:00 2001 From: Brittany Faciane <bfaciane@nrao.edu> Date: Mon, 9 Oct 2023 12:37:29 -0400 Subject: [PATCH] Bump sqlalchemy version --- apps/cli/executables/pexable/data_annotator/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/cli/executables/pexable/data_annotator/pyproject.toml b/apps/cli/executables/pexable/data_annotator/pyproject.toml index 656438ccd..87471ddbc 100644 --- a/apps/cli/executables/pexable/data_annotator/pyproject.toml +++ b/apps/cli/executables/pexable/data_annotator/pyproject.toml @@ -10,7 +10,7 @@ readme = "README.md" python = "^3.10" pycapo = "^0.3.1" psycopg2-binary = "^2.9.6" -sqlalchemy = "1.4.47" +sqlalchemy = "1.4.49" [tool.poetry.group.test.dependencies] pytest = "^7.3.1" -- GitLab