Skip to content

Commit

Permalink
Weaken django-polymorphic requirements to ^3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pauk-slon committed Oct 30, 2022
1 parent 933d519 commit 0ca09c5
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 39 deletions.
77 changes: 40 additions & 37 deletions 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.6.0"
version = "0.7.0"
description = ""
authors = []
readme = "README.md"
Expand All @@ -14,7 +14,7 @@ repository = "https://github.com/cockpithq/django-triggers"
[tool.poetry.dependencies]
python = "^3.7"
Django = ">=3"
django-polymorphic = "^3.1.0"
django-polymorphic = "^3.0.0"
celery = ">=4.4"

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit 0ca09c5

Please sign in to comment.