diff --git a/requirements/base.txt b/requirements/base.txt index 7e1d164..beee8e4 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -2,68 +2,68 @@ # like Pillow and psycopg2 # See http://bitly.com/wheel-building-fails-CPython-35 # Verified bug on Python 3.5.1 -wheel==0.29.0 +wheel==0.33.4 # Bleeding edge Django -django==1.11.4 +django==2.2.1 # Configuration -django-environ==0.4.4 +django-environ==0.4.5 # Forms -django-braces==1.11.0 -django-crispy-forms==1.6.1 +django-braces==1.13.0 +django-crispy-forms==1.7.2 # Templates -django-bootstrap-pagination==1.6.2 +django-bootstrap-pagination==1.7.0 # Models -django-model-utils==3.0.0 +django-model-utils==3.1.2 # Admin -django-grappelli==2.10.1 -geopy==1.11.0 -django-import-export==0.5.1 -django-tinymce==2.6.0 +django-grappelli==2.12.3 +geopy==1.20.0 +django-import-export==1.2.0 +django-tinymce==2.8.0 # Images -Pillow==4.2.1 +Pillow==6.0.0 # For user registration, either via email or social # Well-built with regular release cycles! -django-allauth==0.33.0 +django-allauth==0.39.1 # Search elasticsearch==2.4.1 # pyup: <5.0.0 -django-haystack==2.6.1 +django-haystack==2.8.1 django-haystack-elasticsearch==0.1.0 django-haystack-panel==0.2.1 # Python-PostgreSQL Database Adapter -psycopg2==2.7.3.1 +psycopg2==2.8.2 # Unicode slugification awesome-slugify==1.6.5 # Time zones support -pytz==2017.2 +pytz==2019.1 # Redis support -django-redis==4.8.0 +django-redis==4.10.0 redis>=2.10.5 # Data source -django-teryt-tree==0.14.0 +django-teryt-tree==0.15.0 django-autofixture==0.12.1 # Pretty e-mail -djmail==1.0.1 +djmail==1.1.0 # GeoMaps -django-leaflet==0.22.0 +django-leaflet==0.24.0 jsonfield==2.0.2 -django-geojson==2.10.0 +django-geojson==2.12.0 # Utils -django-atom==0.15.3 -python-dateutil==2.6.1 +django-atom==0.16.3 +python-dateutil==2.8.0 diff --git a/requirements/dev.txt b/requirements/dev.txt index 767e533..7485b52 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -1,12 +1,12 @@ # Local development dependencies go here -r base.txt -r test.txt -Sphinx==1.6.3 -django-extensions==1.9.0 -Werkzeug==0.12.2 -factory-boy==2.9.2 +Sphinx==2.0.1 +django-extensions==2.1.7 +Werkzeug==0.15.4 +factory-boy==2.12.0 -django-debug-toolbar==1.8 +django-debug-toolbar==1.11 # improved REPL -ipdb==0.10.3 +ipdb==0.12 diff --git a/requirements/production.txt b/requirements/production.txt index 32973a6..f9b5639 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -6,22 +6,22 @@ # WSGI Handler # ------------------------------------------------ -gevent==1.2.2 -gunicorn==19.7.1 +gevent==1.4.0 +gunicorn==19.9.0 # Static and Media Storage # ------------------------------------------------ -boto3==1.4.7 # AWS S3 Europe -boto==2.48.0 # e24cloud files -django-storages==1.6.5 -Collectfast==0.5.2 +boto3==1.9.159 # AWS S3 Europe +boto==2.49.0 # e24cloud files +django-storages==1.7.1 +Collectfast==0.6.2 # Email backends for Mailgun, Postmark, SendGrid and more # ------------------------------------------------------- -django-anymail==0.11.1 +django-anymail==6.0.1 # Raven is the Sentry client # -------------------------- -raven==6.1.0 +raven==6.10.0