Skip to content

Commit

Permalink
build(deps): update django requirement
Browse files Browse the repository at this point in the history
Updates the requirements on [django](https://github.com/django/django) to permit the latest version.

Updates `django` to 5.1.5
- [Commits](django/django@4.2.15...5.1.5)

---
updated-dependencies:
- dependency-name: django
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 14, 2025
1 parent 04a255a commit 73a4942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ readme = "README.md"

[tool.poetry.dependencies]
python = ">=3.11,<3.12"
django = "4.2.15"
django = "5.1.5"
djangorestframework = "^3.15.2"
drf-yasg = "1.21.7"
django-filter = "23.2"
Expand Down

0 comments on commit 73a4942

Please sign in to comment.