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

Fix and upgrade requirements

parent 05c51f37
No related branches found
No related tags found
2 merge requests!787Release,!746Fix and upgrade requirements
Pipeline #12307 passed
...@@ -3,4 +3,4 @@ ...@@ -3,4 +3,4 @@
line_length = 88 line_length = 88
multi_line_output = 3 multi_line_output = 3
include_trailing_comma = true include_trailing_comma = true
known_third_party = PyPDF2,arrow,bleach,bs4,captcha,celery,dateutil,django,environ,faker,fastjsonschema,icalevnt,markdown,modelcluster,pirates,pytest,pytz,requests,requests_cache,sentry_sdk,taggit,tweepy,wagtail,wagtailmetadata,weasyprint,yaml known_third_party = PyPDF2,arrow,bleach,bs4,captcha,celery,dateutil,django,environ,faker,fastjsonschema,icalevnt,markdown,modelcluster,pirates,pytest,pytz,requests,requests_cache,sentry_sdk,taggit,wagtail,wagtailmetadata,weasyprint,yaml
wagtail wagtail
wagtail-metadata wagtail-metadata
wagtail-trash wagtail-trash
django-environ django-environ<0.10.0
django-extensions django-extensions
django-redis django-redis
django-settings-export django-settings-export
......
# #
# This file is autogenerated by pip-compile with Python 3.10 # This file is autogenerated by pip-compile with python 3.10
# by the following command: # To update, run:
# #
# pip-compile base.in # pip-compile base.in
# #
...@@ -8,6 +8,8 @@ amqp==5.1.1 ...@@ -8,6 +8,8 @@ amqp==5.1.1
# via kombu # via kombu
anyascii==0.3.2 anyascii==0.3.2
# via wagtail # via wagtail
appnope==0.1.3
# via ipython
arrow==1.2.3 arrow==1.2.3
# via # via
# -r base.in # -r base.in
...@@ -72,7 +74,7 @@ datetime==4.3 ...@@ -72,7 +74,7 @@ datetime==4.3
# via icalevnt # via icalevnt
decorator==5.1.1 decorator==5.1.1
# via ipython # via ipython
django==4.1.7 django==4.1.8
# via # via
# django-extensions # django-extensions
# django-filter # django-filter
...@@ -87,7 +89,7 @@ django==4.1.7 ...@@ -87,7 +89,7 @@ django==4.1.7
# djangorestframework # djangorestframework
# mozilla-django-oidc # mozilla-django-oidc
# wagtail # wagtail
django-environ==0.10.0 django-environ==0.9.0
# via -r base.in # via -r base.in
django-extensions==3.2.1 django-extensions==3.2.1
# via -r base.in # via -r base.in
...@@ -139,7 +141,7 @@ ics==0.7.2 ...@@ -139,7 +141,7 @@ ics==0.7.2
# via -r base.in # via -r base.in
idna==3.4 idna==3.4
# via requests # via requests
ipython==8.11.0 ipython==8.12.0
# via -r base.in # via -r base.in
jedi==0.18.2 jedi==0.18.2
# via ipython # via ipython
...@@ -171,7 +173,7 @@ pexpect==4.8.0 ...@@ -171,7 +173,7 @@ pexpect==4.8.0
# via ipython # via ipython
pickleshare==0.7.5 pickleshare==0.7.5
# via ipython # via ipython
pillow==9.4.0 pillow==9.5.0
# via # via
# django-simple-captcha # django-simple-captcha
# wagtail # wagtail
...@@ -180,11 +182,11 @@ pirates==0.6.0 ...@@ -180,11 +182,11 @@ pirates==0.6.0
# via -r base.in # via -r base.in
platformdirs==3.2.0 platformdirs==3.2.0
# via requests-cache # via requests-cache
prompt-toolkit==3.0.36 prompt-toolkit==3.0.38
# via # via
# click-repl # click-repl
# ipython # ipython
psycopg2-binary==2.9.5 psycopg2-binary==2.9.6
# via -r base.in # via -r base.in
ptyprocess==0.7.0 ptyprocess==0.7.0
# via pexpect # via pexpect
...@@ -192,9 +194,9 @@ pure-eval==0.2.2 ...@@ -192,9 +194,9 @@ pure-eval==0.2.2
# via stack-data # via stack-data
pycparser==2.21 pycparser==2.21
# via cffi # via cffi
pydyf==0.5.0 pydyf==0.6.0
# via weasyprint # via weasyprint
pygments==2.14.0 pygments==2.15.0
# via ipython # via ipython
pyopenssl==23.1.1 pyopenssl==23.1.1
# via josepy # via josepy
...@@ -221,7 +223,7 @@ pytz==2021.3 ...@@ -221,7 +223,7 @@ pytz==2021.3
# l18n # l18n
pyyaml==6.0 pyyaml==6.0
# via -r base.in # via -r base.in
redis==4.5.3 redis==4.5.4
# via django-redis # via django-redis
requests==2.28.2 requests==2.28.2
# via # via
...@@ -235,7 +237,7 @@ requests-cache==1.0.1 ...@@ -235,7 +237,7 @@ requests-cache==1.0.1
# via -r base.in # via -r base.in
requests-oauthlib==1.3.1 requests-oauthlib==1.3.1
# via tweepy # via tweepy
sentry-sdk==1.18.0 sentry-sdk==1.19.1
# via -r base.in # via -r base.in
six==1.16.0 six==1.16.0
# via # via
...@@ -247,7 +249,7 @@ six==1.16.0 ...@@ -247,7 +249,7 @@ six==1.16.0
# l18n # l18n
# python-dateutil # python-dateutil
# url-normalize # url-normalize
soupsieve==2.3.2.post1 soupsieve==2.4
# via beautifulsoup4 # via beautifulsoup4
sqlparse==0.4.3 sqlparse==0.4.3
# via django # via django
...@@ -279,12 +281,12 @@ vine==5.0.0 ...@@ -279,12 +281,12 @@ vine==5.0.0
# amqp # amqp
# celery # celery
# kombu # kombu
wagtail==4.2.1 wagtail==4.2.2
# via # via
# -r base.in # -r base.in
# wagtail-metadata # wagtail-metadata
# wagtail-trash # wagtail-trash
wagtail-metadata==4.0.2 wagtail-metadata==4.0.3
# via -r base.in # via -r base.in
wagtail-trash==1.0.0 wagtail-trash==1.0.0
# via -r base.in # via -r base.in
......
django django<4.2 # wagtail compatibility
django-debug-toolbar django-debug-toolbar
pytest pytest
pytest-sugar pytest-sugar
......
# #
# This file is autogenerated by pip-compile with Python 3.10 # This file is autogenerated by pip-compile with python 3.10
# by the following command: # To update, run:
# #
# pip-compile dev.in # pip-compile dev.in
# #
asgiref==3.6.0 asgiref==3.6.0
# via django # via django
attrs==22.2.0 coverage[toml]==7.2.3
# via pytest
coverage[toml]==7.2.2
# via pytest-cov # via pytest-cov
django==4.1.7 django==4.1.8
# via # via
# -r dev.in # -r dev.in
# django-debug-toolbar # django-debug-toolbar
django-debug-toolbar==3.8.1 django-debug-toolbar==4.0.0
# via -r dev.in # via -r dev.in
exceptiongroup==1.1.1 exceptiongroup==1.1.1
# via pytest # via pytest
factory-boy==3.2.1 factory-boy==3.2.1
# via pytest-factoryboy # via pytest-factoryboy
faker==18.3.1 faker==18.4.0
# via factory-boy # via factory-boy
fastdiff==0.3.0 fastdiff==0.3.0
# via snapshottest # via snapshottest
...@@ -36,7 +34,7 @@ packaging==23.0 ...@@ -36,7 +34,7 @@ packaging==23.0
# pytest-sugar # pytest-sugar
pluggy==1.0.0 pluggy==1.0.0
# via pytest # via pytest
pytest==7.2.2 pytest==7.3.0
# via # via
# -r dev.in # -r dev.in
# pytest-cov # pytest-cov
...@@ -55,7 +53,7 @@ pytest-freezegun==0.4.2 ...@@ -55,7 +53,7 @@ pytest-freezegun==0.4.2
# via -r dev.in # via -r dev.in
pytest-mock==3.10.0 pytest-mock==3.10.0
# via -r dev.in # via -r dev.in
pytest-sugar==0.9.6 pytest-sugar==0.9.7
# via -r dev.in # via -r dev.in
python-dateutil==2.8.2 python-dateutil==2.8.2
# via # via
......
# #
# This file is autogenerated by pip-compile with Python 3.10 # This file is autogenerated by pip-compile with python 3.10
# by the following command: # To update, run:
# #
# pip-compile production.in # pip-compile production.in
# #
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment