update django 3.2.20 -> 4.2.4

This commit is contained in:
catborise 2023-08-23 09:07:35 +03:00
parent a02df250bf
commit 2935c9d382
3 changed files with 3 additions and 3 deletions

View File

@ -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:

View File

@ -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

View File

@ -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