From 6e3a7cdc2aa5b4ca4cd451fed616435e5fe6acfb Mon Sep 17 00:00:00 2001 From: kirtimanmishrazipstack Date: Fri, 19 Jul 2024 17:42:42 +0530 Subject: [PATCH] removing a changes pyproject file to test changes --- backend/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 0f2dfc0bf..71a38d77f 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -12,7 +12,7 @@ authors = [ dependencies = [ "Authlib==1.2.1", # For Auth plugins "boto3~=1.28.17", # For Unstract-cloud-storage - "celery>=5.3.3", # For Celery + "celery>=5.3.4", # For Celery "flower>=2.0.1", # Celery Monitoring "cron-descriptor==1.4.0", # For cron string description "cryptography>=41.0.7",