From b0fb474aa2d48799016b0be45be67f72cc61c0c5 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Tue, 10 Dec 2019 15:16:20 -0500 Subject: [PATCH] Update dependency versions for v2.7 --- base_requirements.txt | 8 ++++---- requirements.txt | 22 +++++++++++----------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/base_requirements.txt b/base_requirements.txt index 448cbc6bc..71e05502f 100644 --- a/base_requirements.txt +++ b/base_requirements.txt @@ -22,14 +22,14 @@ django-filter # https://github.com/django-mptt/django-mptt django-mptt -# Django integration for RQ (Reqis queuing) -# https://github.com/rq/django-rq -django-rq - # Prometheus metrics library for Django # https://github.com/korfuri/django-prometheus django-prometheus +# Django integration for RQ (Reqis queuing) +# https://github.com/rq/django-rq +django-rq + # Abstraction models for rendering and paginating HTML tables # https://github.com/jieter/django-tables2 django-tables2 diff --git a/requirements.txt b/requirements.txt index 9a6cf297a..acbe8e491 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,22 +1,22 @@ Django>=2.2,<2.3 -django-cacheops==4.1 -django-cors-headers==3.0.2 -django-debug-toolbar==2.0 -django-filter==2.1.0 +django-cacheops==4.2 +django-cors-headers==3.2.0 +django-debug-toolbar==2.1 +django-filter==2.2.0 django-mptt==0.9.1 -django-prometheus==1.0.15 -django-rq==2.1.0 -django-tables2==2.0.6 -django-taggit==1.1.0 +django-prometheus==1.1.0 +django-rq==2.2.0 +django-tables2==2.2.1 +django-taggit==1.2.0 django-taggit-serializer==0.1.7 -django-timezone-field==3.0 +django-timezone-field==4.0 djangorestframework==3.9.4 drf-yasg[validation]==1.16.0 Jinja2==2.10.1 Markdown==2.6.11 netaddr==0.7.19 Pillow==6.2.0 -psycopg2-binary==2.8.3 +psycopg2-binary==2.8.4 py-gfm==0.1.4 -pycryptodome==3.8.2 +pycryptodome==3.9.4 redis==3.3.11