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
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ whoosh_index
.env
.env.staging
.env.production
.env.docker-pg
assets

CLAUDE.md
.vscode
test_website
2 changes: 1 addition & 1 deletion requirements.dev.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
pip-tools==7.5.3
flake8==7.3.0
django-webtest==1.9.14
coverage==7.13.5
coverage==7.14.0
2 changes: 1 addition & 1 deletion requirements.dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build==1.2.1
# via pip-tools
click==8.1.7
# via pip-tools
coverage==7.13.5
coverage==7.14.0
# via -r requirements.dev.in
django-webtest==1.9.14
# via -r requirements.dev.in
Expand Down
10 changes: 5 additions & 5 deletions requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ beautifulsoup4==4.14.3
cssmin==0.2.0

Django==4.2.30
django-cms==3.11.10
django-cms==3.11.11
django-countries==8.2.0
django-csp==3.8
django-environ==0.13.0
Expand All @@ -20,7 +20,7 @@ django-pagedown==2.2.1
# instead of the deprecated `pkg_resources`. django-filer pulls it in
# transitively but doesn't pin a specific version, so without this we'd
# resolve to an old 3.x release that breaks on Python 3.12.
django-polymorphic==4.11.2
django-polymorphic==4.11.3
django-reversion==5.1.0
django-sekizai==4.1.0
django-storages==1.14.6
Expand All @@ -34,7 +34,7 @@ djangocms-text-ckeditor==5.1.7

easy-thumbnails==2.10.1
feedparser==6.0.12
google-auth==2.49.2
google-auth==2.52.0
google-cloud-storage==3.10.1
gunicorn==23.0.0
iso3166==2.1.1
Expand All @@ -49,8 +49,8 @@ psycopg2-binary==2.9.12
# we added it here temporarily until google-auth updates their pyasn1 dependency
# TODO drop pyasn1-modules from here when google-auth updates their dependency
pyasn1-modules==0.4.2
requests==2.33.1
requests==2.34.0
# We need to manually force typing-extensions to upgrade
typing-extensions==4.15.0
urllib3==2.6.3
urllib3==2.7.0
whoosh==2.7.4
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ django-classy-tags==4.1.0
# via
# django-cms
# django-sekizai
django-cms==3.11.10
django-cms==3.11.11
# via
# -r requirements.in
# djangocms-attributes-field
Expand Down Expand Up @@ -75,7 +75,7 @@ django-mptt==0.18.0
# via -r requirements.in
django-pagedown==2.2.1
# via -r requirements.in
django-polymorphic==4.11.2
django-polymorphic==4.11.3
# via
# -r requirements.in
# django-filer
Expand Down Expand Up @@ -118,7 +118,7 @@ google-api-core==2.29.0
# via
# google-cloud-core
# google-cloud-storage
google-auth==2.49.2
google-auth==2.52.0
# via
# -r requirements.in
# google-api-core
Expand Down Expand Up @@ -191,7 +191,7 @@ reportlab==4.2.0
# via
# easy-thumbnails
# svglib
requests==2.33.1
requests==2.34.0
# via
# -r requirements.in
# google-api-core
Expand All @@ -218,7 +218,7 @@ typing-extensions==4.15.0
# beautifulsoup4
# django-countries
# django-polymorphic
urllib3==2.6.3
urllib3==2.7.0
# via
# -r requirements.in
# requests
Expand Down
Loading