From 34c5436ac4bd307455f77d878425d5587cd3d785 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 01:37:14 +0000 Subject: [PATCH] chore(deps): update dependency celery to v5.3.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8517ac1..518084f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ description = "" version = "1.0.0" dependencies=[ - "celery ==5.3.1", + "celery ==5.3.3", "sqlalchemy[mypy] ==2.0.20", "pydantic ==2.1.1", "pydantic-settings ==2.0.3"