From cc45d2aaee170fd87bd60bea7ed8334295e03dbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Bedna=C5=99=C3=ADk?= <jan.bednarik@gmail.com> Date: Wed, 26 Aug 2020 03:58:28 +0200 Subject: [PATCH] Update requirements --- requirements/base.txt | 22 +++++++++++----------- requirements/dev.txt | 23 ++++++++++++----------- 2 files changed, 23 insertions(+), 22 deletions(-) diff --git a/requirements/base.txt b/requirements/base.txt index 142f14425..34f18f3f4 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -8,28 +8,28 @@ arrow==0.14.7 # via -r base.in, ics asgiref==3.2.10 # via django beautifulsoup4==4.8.2 # via wagtail certifi==2020.6.20 # via requests -cffi==1.14.0 # via cryptography +cffi==1.14.2 # via cryptography chardet==3.0.4 # via requests cryptography==3.0 # via josepy, mozilla-django-oidc, pyopenssl django-cogwheels==0.3 # via wagtailmenus django-environ==0.4.5 # via -r base.in -django-extensions==3.0.3 # via -r base.in +django-extensions==3.0.5 # via -r base.in django-modelcluster==5.0.2 # via wagtail django-redis==4.12.1 # via -r base.in django-settings-export==1.2.1 # via -r base.in django-taggit==1.3.0 # via wagtail django-treebeard==4.3.1 # via wagtail -django==3.0.8 # via django-redis, django-settings-export, django-taggit, django-treebeard, djangorestframework, mozilla-django-oidc, wagtail -djangorestframework==3.11.0 # via wagtail +django==3.0.9 # via django-redis, django-settings-export, django-taggit, django-treebeard, djangorestframework, mozilla-django-oidc, wagtail +djangorestframework==3.11.1 # via wagtail draftjs-exporter==2.1.7 # via wagtail html5lib==1.1 # via wagtail ics==0.7 # via -r base.in idna==2.10 # via requests -josepy==1.3.0 # via mozilla-django-oidc +josepy==1.4.0 # via mozilla-django-oidc l18n==2018.5 # via wagtail -mozilla-django-oidc==1.2.3 # via pirates +mozilla-django-oidc==1.2.4 # via pirates numpy==1.19.1 # via opencv-python -opencv-python==4.3.0.36 # via -r base.in +opencv-python==4.4.0.42 # via -r base.in pillow==7.2.0 # via wagtail pirates==0.3.1 # via -r base.in psycopg2-binary==2.8.5 # via -r base.in @@ -42,19 +42,19 @@ python-ldap==3.3.1 # via pirates pytz==2020.1 # via django, django-modelcluster, l18n redis==3.5.3 # via django-redis requests==2.24.0 # via -r base.in, mozilla-django-oidc, wagtail -six==1.15.0 # via cryptography, django-extensions, html5lib, ics, josepy, l18n, mozilla-django-oidc, pyopenssl, python-dateutil +six==1.15.0 # via cryptography, html5lib, ics, josepy, l18n, mozilla-django-oidc, pyopenssl, python-dateutil soupsieve==2.0.1 # via beautifulsoup4 sqlparse==0.3.1 # via django tatsu==5.5.0 # via ics unidecode==1.1.1 # via wagtail urllib3==1.25.10 # via requests -wagtail-metadata==3.2.0 # via -r base.in +wagtail-metadata==3.3.0 # via -r base.in wagtail==2.9.3 # via -r base.in, wagtail-metadata wagtailmenus==3.0.2 # via -r base.in webencodings==0.5.1 # via html5lib -whitenoise==5.1.0 # via -r base.in +whitenoise==5.2.0 # via -r base.in willow==1.3 # via wagtail -xlsxwriter==1.2.9 # via wagtail +xlsxwriter==1.3.3 # via wagtail # The following packages are considered to be unsafe in a requirements file: # setuptools diff --git a/requirements/dev.txt b/requirements/dev.txt index aaf4603a3..305f97c34 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -4,29 +4,30 @@ # # pip-compile dev.in # -attrs==19.3.0 # via pytest -coverage==5.1 # via pytest-cov -factory-boy==2.12.0 # via pytest-factoryboy -faker==4.1.1 # via factory-boy +attrs==20.1.0 # via pytest +coverage==5.2.1 # via pytest-cov +factory-boy==3.0.1 # via pytest-factoryboy +faker==4.1.2 # via factory-boy fastdiff==0.2.0 # via snapshottest freezegun==0.3.15 # via pytest-freezegun -inflection==0.5.0 # via pytest-factoryboy +inflection==0.5.1 # via pytest-factoryboy +iniconfig==1.0.1 # via pytest more-itertools==8.4.0 # via pytest packaging==20.4 # via pytest, pytest-sugar pluggy==0.13.1 # via pytest py==1.9.0 # via pytest pyparsing==2.4.7 # via packaging -pytest-cov==2.10.0 # via -r dev.in +pytest-cov==2.10.1 # via -r dev.in pytest-django==3.9.0 # via -r dev.in pytest-factoryboy==2.0.3 # via -r dev.in -pytest-freezegun==0.4.1 # via -r dev.in -pytest-mock==3.1.1 # via -r dev.in -pytest-sugar==0.9.3 # via -r dev.in -pytest==5.4.3 # via -r dev.in, pytest-cov, pytest-django, pytest-factoryboy, pytest-freezegun, pytest-mock, pytest-sugar +pytest-freezegun==0.4.2 # via -r dev.in +pytest-mock==3.3.0 # via -r dev.in +pytest-sugar==0.9.4 # via -r dev.in +pytest==6.0.1 # via -r dev.in, pytest-cov, pytest-django, pytest-factoryboy, pytest-freezegun, pytest-mock, pytest-sugar python-dateutil==2.8.1 # via faker, freezegun six==1.15.0 # via freezegun, packaging, python-dateutil, snapshottest snapshottest==0.5.1 # via -r dev.in termcolor==1.1.0 # via pytest-sugar, snapshottest text-unidecode==1.3 # via faker +toml==0.10.1 # via pytest wasmer==0.4.1 # via fastdiff -wcwidth==0.2.5 # via pytest -- GitLab