From 851f8bea27095276880510d1c37ea68665d01413 Mon Sep 17 00:00:00 2001 From: Tim Cowlishaw Date: Tue, 10 Sep 2024 16:23:08 +0200 Subject: [PATCH] bump python version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 13313ec..707ca4e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ readme = "README.md" package-mode=false [tool.poetry.dependencies] -python = "3.12.5" +python = "3.12.6" python-dotenv = "^1.0.1" celery = {extras = ["redis"], version = "^5.4.0"} flower = "^2.0.1"