Skip to content

Commit

Permalink
chore(deps): bump django from 4.2.2 to 5.0.3
Browse files Browse the repository at this point in the history
Bumps [django](https://github.com/django/django) from 4.2.2 to 5.0.3.
- [Commits](django/django@4.2.2...5.0.3)

---
updated-dependencies:
- dependency-name: django
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and b1rger committed Mar 19, 2024
1 parent abe96bf commit 96783b3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ exclude = ["manage.py", "__pycache__"]

[tool.poetry.dependencies]
python = "^3.11"
Django = "^4.1"
Django = ">=4.1,<6.0"
djangorestframework = "^3.14.0"
django-filter = "^23.5"
django-autocomplete-light = "~3.9.4"
Expand Down

0 comments on commit 96783b3

Please sign in to comment.