From cc5ced340476816914f4781b2cf3273a71b10214 Mon Sep 17 00:00:00 2001 From: Kirill Makan <45099849+kimakan@users.noreply.github.com> Date: Thu, 21 Dec 2023 09:34:27 +0100 Subject: [PATCH] bump the minor version of django, astropy and celery --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index ba62765d..54c581bd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,8 @@ # in alphabetical order -astropy~=5.3.1 -celery~=5.3.1 +astropy~=5.3.4 +celery~=5.3.6 coverage~=7.2.7 -Django~=4.2.3 +Django~=4.2.8 django-allauth~=0.54.0 django-compressor~=4.4 django-extensions~=3.2.3