From 8df71efdcaef64a709abbec26d0ee167dc5b1a01 Mon Sep 17 00:00:00 2001 From: catborise Date: Wed, 18 Dec 2019 09:04:50 +0300 Subject: [PATCH] Update django requirement 1.11.23 -> 1.11.26, update libvirt-api: 5.3 -> 5.10 and lxml --- .travis.yml | 2 +- conf/requirements.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 131aa6d..747a498 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: python python: - "2.7" env: - - DJANGO=1.11.23 + - DJANGO=1.11.26 install: - pip install -r dev/requirements.txt script: diff --git a/conf/requirements.txt b/conf/requirements.txt index 28ca300..fc57c17 100644 --- a/conf/requirements.txt +++ b/conf/requirements.txt @@ -1,7 +1,7 @@ -Django==1.11.25 +Django==1.11.26 websockify==0.9.0 gunicorn==19.9.0 -lxml==4.2.5 -libvirt-python==5.3.0 +lxml==4.4.2 +libvirt-python==5.10.0 pytz rwlock