From 02d5f418d1ed5fc6f05aef4674c76cf8897526dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 20:42:55 +0000 Subject: [PATCH] Update django requirement from ~=4.2.11 to ~=5.1.2 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.2) --- 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..eabe48fa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -Django~=4.2.11 +Django~=5.1.2 hisparc-sapphire==3.1.0 ipython==8.26.0 numpy==1.26.4