From 886b275f657d82d0562bfe37a0642459f7d5afb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 16:28:36 +0000 Subject: [PATCH] [DEPENDABOT] Update: Update reactivated requirement Updates the requirements on [reactivated](https://github.com/silviogutierrez/django-react) to permit the latest version. - [Commits](https://github.com/silviogutierrez/django-react/compare/v0.45.3...v0.46.0) --- updated-dependencies: - dependency-name: reactivated dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 14824a58..a1d45e21 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ authors = ["Your Name "] [tool.poetry.dependencies] python = "^3.11" Django = "^5.0" -reactivated = "^0.45.3" +reactivated = "^0.46.0" djangorestframework = "^3.14.0" django-cors-headers = "^4.3.1"