Преглед изворни кода

Update dependency versions for v2.7

Jeremy Stretch пре 6 година
родитељ
комит
b0fb474aa2
2 измењених фајлова са 15 додато и 15 уклоњено
  1. 4 4
      base_requirements.txt
  2. 11 11
      requirements.txt

+ 4 - 4
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

+ 11 - 11
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