Skip to content
Snippets Groups Projects
Commit f70d9dcf authored by Mickael Desfrenes's avatar Mickael Desfrenes
Browse files

fix current django-celery version

parent 356018e4
Branches
No related merge requests found
This diff is collapsed.
...@@ -32,7 +32,7 @@ package-mode = false ...@@ -32,7 +32,7 @@ package-mode = false
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "~3.9" python = "~3.9"
boto3 = "^1.34.32" boto3 = "^1.34.32"
celery = "^5.3.4" celery = "^5.4.0"
cryptography = "^42.0.1" cryptography = "^42.0.1"
django = "~4.2.0" django = "~4.2.0"
django-cas-sso = "^1.2.8" django-cas-sso = "^1.2.8"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment