Skip to content

Commit

Permalink
Update dependency django-model-utils to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 9, 2024
1 parent 6bdcf6d commit 64cc613
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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 @@ -13,14 +13,14 @@ Django = ">=4.2,<5.2"
djangorestframework = "^3.0.0"

[tool.poetry.dev-dependencies]
django-model-utils = "^4"
django-model-utils = "^5"

[tool.poetry.group.test.dependencies]
coverage = ">=4.4.1"
flake8 = ">=2.1"
tox = "^4"
codecov = "^2"
django-model-utils = "^4"
django-model-utils = "^5"
tox-gh-actions = "^3.1.3"

[tool.poetry_bumpversion.file."contentful_webhook_receiver/__init__.py"]
Expand Down

0 comments on commit 64cc613

Please sign in to comment.