Pin dependency versions in requirements files
This makes renovate able to perform the updates
This commit is contained in:
parent
1433a139cc
commit
ce5ab07ced
2 changed files with 45 additions and 45 deletions
|
@ -1,29 +1,29 @@
|
||||||
Django
|
Django==4.0.6
|
||||||
wagtail
|
wagtail==3.0.1
|
||||||
django-environ
|
django-environ==0.9.0
|
||||||
whitenoise[brotli]
|
whitenoise[brotli]==6.2.0
|
||||||
pygments
|
pygments==2.13.0
|
||||||
beautifulsoup4
|
beautifulsoup4==4.9.3
|
||||||
lxml
|
lxml==4.9.1
|
||||||
more-itertools
|
more-itertools==8.13.0
|
||||||
requests
|
requests==2.28.1
|
||||||
wagtail-generic-chooser
|
wagtail-generic-chooser==0.4.1
|
||||||
django-rq
|
django-rq==2.5.1
|
||||||
django-redis
|
django-redis==5.2.0
|
||||||
wagtail-draftail-snippet
|
wagtail-draftail-snippet==0.4.1
|
||||||
gunicorn
|
gunicorn==20.1.0
|
||||||
psycopg2
|
psycopg2==2.9.3
|
||||||
djangorestframework
|
djangorestframework==3.13.1
|
||||||
django-htmx
|
django-htmx==1.12.1
|
||||||
wagtail-metadata
|
wagtail-metadata==4.0.0
|
||||||
humanize
|
humanize==4.3.0
|
||||||
drf-yasg
|
drf-yasg==1.21.3
|
||||||
django-plausible
|
django-plausible==0.3.0
|
||||||
sentry-sdk
|
sentry-sdk==1.9.5
|
||||||
wagtail-favicon
|
wagtail-favicon==0.2.0
|
||||||
django-sri
|
django-sri==0.5.0
|
||||||
wagtail-2fa
|
wagtail-2fa==1.6.0
|
||||||
django-health-check
|
django-health-check==3.16.7
|
||||||
|
|
||||||
# Pinned due to lack of Wagtail 3 support
|
# Pinned due to lack of Wagtail 3 support
|
||||||
git+https://github.com/wagtail/wagtail-autocomplete@03f46a0c256989690d0a43fc21fe0f37f9ede765
|
git+https://github.com/wagtail/wagtail-autocomplete@03f46a0c256989690d0a43fc21fe0f37f9ede765
|
||||||
|
|
|
@ -1,22 +1,22 @@
|
||||||
-r base.txt
|
-r base.txt
|
||||||
|
|
||||||
pip-tools
|
pip-tools==6.8.0
|
||||||
|
|
||||||
honcho
|
honcho==1.1.0
|
||||||
flake8
|
flake8==4.0.1
|
||||||
isort
|
isort==5.10.1
|
||||||
black
|
black==22.6.0
|
||||||
django-browser-reload
|
django-browser-reload==1.6.0
|
||||||
django-debug-toolbar
|
django-debug-toolbar==3.5.0
|
||||||
types-requests
|
types-requests==2.28.5
|
||||||
mypy
|
mypy==0.971
|
||||||
curlylint
|
curlylint==0.13.1
|
||||||
djhtml
|
djhtml==1.5.1
|
||||||
wagtail-factories
|
wagtail-factories==3.1.0
|
||||||
coverage
|
coverage==6.4.4
|
||||||
flake8-bugbear
|
flake8-bugbear==22.8.23
|
||||||
flake8-builtins
|
flake8-builtins==1.5.3
|
||||||
flake8-comprehensions
|
flake8-comprehensions==3.10.0
|
||||||
flake8-mutable
|
flake8-mutable==1.2.0
|
||||||
flake8-print
|
flake8-print==5.0.0
|
||||||
flake8-tuple
|
flake8-tuple==0.4.1
|
||||||
|
|
Loading…
Reference in a new issue