Skip to content
Snippets Groups Projects
Commit bcf862ee authored by jan.bednarik's avatar jan.bednarik
Browse files

majak: Upgrade Wagtail, Django and requirements

parent 013de30a
No related branches found
No related tags found
2 merge requests!293Release,!292Updates
Pipeline #4039 passed
...@@ -28,7 +28,7 @@ cairocffi==1.2.0 ...@@ -28,7 +28,7 @@ cairocffi==1.2.0
# weasyprint # weasyprint
cairosvg==2.5.2 cairosvg==2.5.2
# via weasyprint # via weasyprint
certifi==2020.12.5 certifi==2021.5.30
# via # via
# requests # requests
# sentry-sdk # sentry-sdk
...@@ -48,7 +48,7 @@ cssselect2==0.4.1 ...@@ -48,7 +48,7 @@ cssselect2==0.4.1
# via # via
# cairosvg # cairosvg
# weasyprint # weasyprint
decorator==5.0.8 decorator==5.0.9
# via ipython # via ipython
defusedxml==0.7.1 defusedxml==0.7.1
# via cairosvg # via cairosvg
...@@ -62,7 +62,7 @@ django-modelcluster==5.1 ...@@ -62,7 +62,7 @@ django-modelcluster==5.1
# via wagtail # via wagtail
django-ranged-response==0.2.0 django-ranged-response==0.2.0
# via django-simple-captcha # via django-simple-captcha
django-redis==4.12.1 django-redis==5.0.0
# via -r base.in # via -r base.in
django-settings-export==1.2.1 django-settings-export==1.2.1
# via -r base.in # via -r base.in
...@@ -74,7 +74,7 @@ django-treebeard==4.5.1 ...@@ -74,7 +74,7 @@ django-treebeard==4.5.1
# via wagtail # via wagtail
django-widget-tweaks==1.4.8 django-widget-tweaks==1.4.8
# via -r base.in # via -r base.in
django==3.2.2 django==3.2.4
# via # via
# django-extensions # django-extensions
# django-filter # django-filter
...@@ -103,7 +103,7 @@ idna==2.10 ...@@ -103,7 +103,7 @@ idna==2.10
# via requests # via requests
ipython-genutils==0.2.0 ipython-genutils==0.2.0
# via traitlets # via traitlets
ipython==7.23.1 ipython==7.24.1
# via -r base.in # via -r base.in
jedi==0.18.0 jedi==0.18.0
# via ipython # via ipython
...@@ -119,7 +119,7 @@ mozilla-django-oidc==1.2.4 ...@@ -119,7 +119,7 @@ mozilla-django-oidc==1.2.4
# via pirates # via pirates
numpy==1.20.3 numpy==1.20.3
# via opencv-python # via opencv-python
opencv-python==4.5.2.52 opencv-python==4.5.2.54
# via -r base.in # via -r base.in
openpyxl==3.0.7 openpyxl==3.0.7
# via tablib # via tablib
...@@ -191,7 +191,7 @@ tablib[xls,xlsx]==3.0.0 ...@@ -191,7 +191,7 @@ tablib[xls,xlsx]==3.0.0
# via wagtail # via wagtail
tatsu==5.6.1 tatsu==5.6.1
# via ics # via ics
telepath==0.1.1 telepath==0.2
# via wagtail # via wagtail
tinycss2==1.1.0 tinycss2==1.1.0
# via # via
...@@ -202,13 +202,13 @@ traitlets==5.0.5 ...@@ -202,13 +202,13 @@ traitlets==5.0.5
# via # via
# ipython # ipython
# matplotlib-inline # matplotlib-inline
urllib3==1.26.4 urllib3==1.26.5
# via # via
# requests # requests
# sentry-sdk # sentry-sdk
wagtail-metadata==3.4.0 wagtail-metadata==3.4.0
# via -r base.in # via -r base.in
wagtail==2.13 wagtail==2.13.1
# via # via
# -r base.in # -r base.in
# wagtail-metadata # wagtail-metadata
......
...@@ -10,7 +10,7 @@ coverage==5.5 ...@@ -10,7 +10,7 @@ coverage==5.5
# via pytest-cov # via pytest-cov
factory-boy==3.2.0 factory-boy==3.2.0
# via pytest-factoryboy # via pytest-factoryboy
faker==8.1.3 faker==8.6.0
# via factory-boy # via factory-boy
fastdiff==0.3.0 fastdiff==0.3.0
# via snapshottest # via snapshottest
...@@ -30,9 +30,9 @@ py==1.10.0 ...@@ -30,9 +30,9 @@ py==1.10.0
# via pytest # via pytest
pyparsing==2.4.7 pyparsing==2.4.7
# via packaging # via packaging
pytest-cov==2.11.1 pytest-cov==2.12.1
# via -r dev.in # via -r dev.in
pytest-django==4.2.0 pytest-django==4.4.0
# via -r dev.in # via -r dev.in
pytest-factoryboy==2.1.0 pytest-factoryboy==2.1.0
# via -r dev.in # via -r dev.in
...@@ -68,7 +68,9 @@ termcolor==1.1.0 ...@@ -68,7 +68,9 @@ termcolor==1.1.0
text-unidecode==1.3 text-unidecode==1.3
# via faker # via faker
toml==0.10.2 toml==0.10.2
# via pytest # via
# pytest
# pytest-cov
wasmer-compiler-cranelift==1.0.0 wasmer-compiler-cranelift==1.0.0
# via fastdiff # via fastdiff
wasmer==1.0.0 wasmer==1.0.0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment