Skip to content
Merged
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
30 changes: 13 additions & 17 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ charset-normalizer==3.4.4
# via
# -c requirements/main.txt
# requests
coverage==7.13.1
coverage==7.13.2
# via -r requirements/dev.in
cyclonedx-python-lib==11.6.0
# via pip-audit
Expand All @@ -49,7 +49,7 @@ django==6.0.1
# model-mommy
# modelsearch
# wagtail
django-debug-toolbar==6.1.0
django-debug-toolbar==6.2.0
# via -r requirements/dev.in
django-filter==25.2
# via
Expand All @@ -63,7 +63,7 @@ django-permissionedforms==0.1
# via
# -c requirements/main.txt
# wagtail
django-stubs-ext==5.2.8
django-stubs-ext==5.2.9
# via
# -c requirements/main.txt
# django-tasks
Expand Down Expand Up @@ -94,7 +94,7 @@ et-xmlfile==2.0.0
# openpyxl
factory-boy==3.3.3
# via wagtail-factories
faker==40.1.0
faker==40.1.2
# via factory-boy
fakeredis==2.33.0
# via -r requirements/dev.in
Expand Down Expand Up @@ -134,7 +134,7 @@ openpyxl==3.1.5
# wagtail
packageurl-python==0.17.6
# via cyclonedx-python-lib
packaging==25.0
packaging==26.0
# via
# -c requirements/main.txt
# pip-audit
Expand All @@ -145,11 +145,11 @@ pillow==12.1.0
# -c requirements/main.txt
# pillow-heif
# wagtail
pillow-heif==1.1.1
pillow-heif==1.2.0
# via
# -c requirements/main.txt
# willow
pip==25.3
pip==26.0
# via
# pip-api
# pipdeptree
Expand All @@ -167,7 +167,7 @@ py-serializable==2.1.0
# via cyclonedx-python-lib
pygments==2.19.2
# via rich
pyparsing==3.3.1
pyparsing==3.3.2
# via pip-requirements-parser
redis==7.1.0
# via
Expand All @@ -179,15 +179,15 @@ requests==2.32.5
# cachecontrol
# pip-audit
# wagtail
rich==14.2.0
rich==14.3.2
# via pip-audit
ruff==0.14.11
ruff==0.14.14
# via -r requirements/dev.in
sortedcontainers==2.4.0
# via
# cyclonedx-python-lib
# fakeredis
soupsieve==2.8.1
soupsieve==2.8.3
# via
# -c requirements/main.txt
# beautifulsoup4
Expand All @@ -200,7 +200,7 @@ telepath==0.3.1
# via
# -c requirements/main.txt
# wagtail
tomli==2.3.0
tomli==2.4.0
# via pip-audit
tomli-w==1.2.0
# via pip-audit
Expand All @@ -210,15 +210,11 @@ typing-extensions==4.15.0
# beautifulsoup4
# django-stubs-ext
# django-tasks
tzdata==2025.3
# via
# -c requirements/main.txt
# faker
urllib3==2.6.3
# via
# -c requirements/main.txt
# requests
uv==0.9.24
uv==0.9.28
# via -r requirements/dev.in
wagtail==7.2.1
# via
Expand Down
25 changes: 11 additions & 14 deletions requirements/main.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ anyascii==0.3.3
# via wagtail
asgiref==3.11.0
# via django
babel==2.17.0
babel==2.18.0
# via delorean
beautifulsoup4==4.14.3
# via wagtail
boto3==1.42.25
boto3==1.42.40
# via -r requirements/main.in
botocore==1.42.25
botocore==1.42.40
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -71,7 +71,7 @@ django-permissionedforms==0.1
# via wagtail
django-storages==1.14.6
# via -r requirements/main.in
django-stubs-ext==5.2.8
django-stubs-ext==5.2.9
# via django-tasks
django-taggit==6.1.0
# via
Expand All @@ -91,15 +91,15 @@ et-xmlfile==2.0.0
# via openpyxl
filetype==1.2.0
# via willow
gunicorn==23.0.0
gunicorn==25.0.1
# via -r requirements/main.in
humanize==4.15.0
# via delorean
idna==3.11
# via requests
iso8601==2.1.0
# via colander
jmespath==1.0.1
jmespath==1.1.0
# via
# boto3
# botocore
Expand All @@ -109,19 +109,19 @@ libsass==0.23.0
# via django-libsass
modelsearch==1.1.1
# via wagtail
numpy==2.4.1
numpy==2.4.2
# via pandas
openpyxl==3.1.5
# via wagtail
packaging==25.0
packaging==26.0
# via gunicorn
pandas==2.3.3
pandas==3.0.0
# via -r requirements/main.in
pillow==12.1.0
# via
# pillow-heif
# wagtail
pillow-heif==1.1.1
pillow-heif==1.2.0
# via willow
psycopg==3.3.2
# via -r requirements/main.in
Expand All @@ -141,7 +141,6 @@ pytz==2025.2
# via
# -r requirements/main.in
# delorean
# pandas
rcssmin==1.2.2
# via django-compressor
redis==7.1.0
Expand All @@ -156,7 +155,7 @@ s3transfer==0.16.0
# via boto3
six==1.17.0
# via python-dateutil
soupsieve==2.8.1
soupsieve==2.8.3
# via beautifulsoup4
sqlparse==0.5.5
# via django
Expand All @@ -176,8 +175,6 @@ typing-extensions==4.15.0
# typing-inspection
typing-inspection==0.4.2
# via pydantic
tzdata==2025.3
# via pandas
tzlocal==5.3.1
# via delorean
urllib3==2.6.3
Expand Down