Skip to content

Commit

Permalink
update django 3.2.20 -> 4.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
catborise committed Aug 23, 2023
1 parent a02df25 commit 2935c9d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion conf/requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 2935c9d

Please sign in to comment.