From 2935c9d382d52d2041391240d1a52ea712bbf02f Mon Sep 17 00:00:00 2001 From: catborise Date: Wed, 23 Aug 2023 09:07:35 +0300 Subject: [PATCH] update django 3.2.20 -> 4.2.4 --- .travis.yml | 2 +- README.md | 2 +- conf/requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 10e31c5..24fcf3b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ language: python python: - "3.9" env: - - DJANGO=3.2.15 + - DJANGO=4.2.4 install: - pip install -r dev/requirements.txt script: diff --git a/README.md b/README.md index 2027439..cbbfb29 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ [![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/retspen/webvirtcloud) # WebVirtCloud -###### Python 3.x & Django 3.2 LTS +###### Python 3.x & Django 4.2 LTS ## Features * QEMU/KVM Hypervisor Management diff --git a/conf/requirements.txt b/conf/requirements.txt index 72985da..b0529f1 100644 --- a/conf/requirements.txt +++ b/conf/requirements.txt @@ -1,4 +1,4 @@ -Django==3.2.20 +Django==4.2.4 django_bootstrap5==23.3 django-bootstrap-icons==0.8.3 django-login-required-middleware==0.9.0