From 1a60658f1719f194094a7ffb151c8ce3fdfb7d25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 16:44:37 +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.41.1...v0.45.3) --- 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 e6641373..6ad05c57 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.41.1" +reactivated = "^0.45.3" djangorestframework = "^3.14.0" django-cors-headers = "^4.3.1"