From b004bd9837592dc93f9b328e9ecbf9917975c006 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 20:57:22 +0000 Subject: [PATCH] Update django requirement from ~=4.2.11 to ~=5.1.3 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.3) --- 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..e3cdff8f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -Django~=4.2.11 +Django~=5.1.3 hisparc-sapphire==3.1.0 ipython==8.26.0 numpy==1.26.4