Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ PyGithub
psycopg2-binary
requests
wagtail-modeltranslation
wagtail>=4.1,<4.2
wagtail>=4.1,<5.3
Wand
whitenoise
wrapt
16 changes: 11 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ django-compressor==4.4
# via -r requirements.in
django-extensions==3.2.3
# via -r requirements.in
django-filter==22.1
django-filter==23.5
# via wagtail
django-haystack==3.3.0
# via -r requirements.in
Expand Down Expand Up @@ -153,7 +153,11 @@ packaging==24.1
# django-haystack
# gunicorn
pillow==10.4.0
# via wagtail
# via
# pillow-heif
# wagtail
pillow-heif==0.18.0
# via willow
portalocker==2.10.1
# via msal-extensions
proto-plus==1.24.0
Expand Down Expand Up @@ -238,7 +242,7 @@ urllib3==2.2.2
# elasticsearch
# pygithub
# requests
wagtail==4.1.9
wagtail==5.2.6
# via
# -r requirements.in
# wagtail-modeltranslation
Expand All @@ -252,8 +256,10 @@ webencodings==0.5.1
# html5lib
whitenoise==6.7.0
# via -r requirements.in
willow==1.6.3
# via wagtail
willow[heif]==1.6.3
# via
# wagtail
# willow
wrapt==1.16.0
# via
# -r requirements.in
Expand Down
11 changes: 8 additions & 3 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ django-debug-toolbar==4.3.0
# via -r requirements_dev.in
django-extensions==3.2.3
# via -r requirements.txt
django-filter==22.1
django-filter==23.5
# via
# -r requirements.txt
# wagtail
Expand Down Expand Up @@ -263,7 +263,12 @@ packaging==24.1
pillow==10.4.0
# via
# -r requirements.txt
# pillow-heif
# wagtail
pillow-heif==0.18.0
# via
# -r requirements.txt
# willow
pluggy==1.5.0
# via pytest
portalocker==2.10.1
Expand Down Expand Up @@ -450,7 +455,7 @@ urllib3[socks]==2.2.2
# responses
# selenium
# splinter
wagtail==4.1.9
wagtail==5.2.6
# via
# -r requirements.txt
# wagtail-factories
Expand All @@ -470,7 +475,7 @@ websocket-client==1.8.0
# via selenium
whitenoise==6.7.0
# via -r requirements.txt
willow==1.6.3
willow[heif]==1.6.3
# via
# -r requirements.txt
# wagtail
Expand Down