From 405b9ddc548aee55d2f9220772defd314bf1b41b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 20:15:56 +0000 Subject: [PATCH] Update django requirement from ~=4.2.11 to ~=5.1.5 Updates the requirements on [django](https://github.com/django/django) to permit the latest version. - [Commits](https://github.com/django/django/compare/4.2.11...5.1.5) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4855d5fb..ce7e6de7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -Django~=4.2.11 +Django~=5.1.5 hisparc-sapphire==3.1.0 ipython==8.26.0 numpy==1.26.4