From b94dc8a064149e6abb57b61cdcf466b48abe64d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 18:58:48 +0000 Subject: [PATCH] Bump django from 5.1.2 to 5.1.3 Bumps [django](https://github.com/django/django) from 5.1.2 to 5.1.3. - [Commits](https://github.com/django/django/compare/5.1.2...5.1.3) --- updated-dependencies: - dependency-name: django dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- opengalactica/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opengalactica/requirements.txt b/opengalactica/requirements.txt index c8ddd6d..d7ea1c2 100644 --- a/opengalactica/requirements.txt +++ b/opengalactica/requirements.txt @@ -1,4 +1,4 @@ asgiref==3.8.1 -Django==5.1.2 +Django==5.1.3 djangorestframework==3.15.2 sqlparse==0.5.1