diff --git a/apps/cli/executables/pexable/data_annotator/pyproject.toml b/apps/cli/executables/pexable/data_annotator/pyproject.toml
index 656438ccd003512f3a9f5c1873b95198a86025f9..87471ddbcc6137f2546106e8ab61a7d4146c6792 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"