diff mbox series

[layerindex-web,01/10] requirements.txt: upgrade Django 3.2 -> 4.2

Message ID 082f5aab793930ca046b85fbe1fb932c47a03f33.1696621423.git.tim.orling@konsulko.com
State New
Headers show
Series Django 4.2 LTS Upgrade | expand

Commit Message

Tim Orling Oct. 6, 2023, 7:59 p.m. UTC
Update to 4.2 LTS release

https://docs.djangoproject.com/en/4.2/releases/4.2/
https://docs.djangoproject.com/en/4.1/releases/4.1/
https://docs.djangoproject.com/en/4.0/releases/4.0/

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
---
 requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/requirements.txt b/requirements.txt
index 18835b7..072c2f1 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -3,7 +3,7 @@  beautifulsoup4==4.10.0
 billiard==3.6.4.0
 celery==5.2.3
 confusable-homoglyphs==3.2.0
-Django>=3.2,<3.3
+Django>=4.2,<4.3
 django-appconf==1.0.5
 django-axes==5.31.0
 django-bootstrap-pagination==1.7.1