From 73a494291b3bad9d4e5f70ee7d259e18316ee368 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 16:29:14 +0000 Subject: [PATCH] build(deps): update django requirement Updates the requirements on [django](https://github.com/django/django) to permit the latest version. Updates `django` to 5.1.5 - [Commits](https://github.com/django/django/compare/4.2.15...5.1.5) --- updated-dependencies: - dependency-name: django dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 386c9d96f14..5a6086b0162 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"