Skip to content

Commit

Permalink
Weaken Celery requirements to v4.4+ (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
pauk-slon authored Oct 15, 2022
1 parent 30e2310 commit feba0df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "dj-triggers"
version = "0.4.0"
version = "0.5.0"
description = ""
authors = []
readme = "README.md"
Expand All @@ -14,7 +14,7 @@ packages = [{include = "triggers"}]
python = "^3.7"
Django = ">=3"
django-polymorphic = "^3.1.0"
celery = ">=5"
celery = ">=4.4"

[tool.poetry.group.dev.dependencies]
flake8 = "^5.0.4"
Expand Down

0 comments on commit feba0df

Please sign in to comment.