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
1 change: 0 additions & 1 deletion hooks/post_gen_project.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,5 @@ if [ "$MULTILINGUAL" == "y" ]; then
mkdir -p locale
else
# Remove multilingual features
rm -f apps/pages/views.py
rm -rf apps/core/tests
fi
4 changes: 2 additions & 2 deletions requirements/local.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-r testing.txt

tox==4.14.2
tox-uv==1.7.0
tox==4.27.0
tox-uv==1.26.1
2 changes: 1 addition & 1 deletion requirements/testing.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
cookiecutter==2.1.1
cookiecutter==2.6.0
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ concurrency:
jobs:
test:
name: Test -- tox
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
timeout-minutes: 10
steps:
- name: Checkout
Expand All @@ -18,7 +18,7 @@ jobs:
run: |
sudo apt-get update
sudo DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
libgdal30
libgdal34t64
- name: Setup Python
uses: actions/setup-python@v5
with:
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
tox
services:
postgres:
image: postgis/postgis:15-3.4
image: postgis/postgis:17-3.5-alpine
env:
POSTGRES_PASSWORD: password
ports:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ concurrency:
jobs:
test:
name: Test -- tox
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
timeout-minutes: 10
steps:
- name: Checkout
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
tox
services:
postgres:
image: postgres:15-alpine
image: postgres:17-alpine
env:
POSTGRES_PASSWORD: password
ports:
Expand Down
1 change: 0 additions & 1 deletion {{cookiecutter.project_slug}}/project/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@
"OPTIONS": {
"context_processors": [
"django.contrib.auth.context_processors.auth",
"django.template.context_processors.debug",
"django.template.context_processors.i18n",
"django.template.context_processors.media",
"django.template.context_processors.static",
Expand Down
48 changes: 24 additions & 24 deletions {{cookiecutter.project_slug}}/requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,45 +1,45 @@
Django==5.0.11
asgiref==3.8.1
psycopg==3.1.18
Pillow==10.3.0
Django==5.2.4
asgiref==3.9.1
psycopg==3.2.9
Pillow==11.3.0
olefile==0.47
dj-database-url==2.1.0
sqlparse==0.5.0
typing-extensions==4.11.0
dj-database-url==3.0.1
sqlparse==0.5.3
typing-extensions==4.14.1

# Caching
django-redis==5.4.0
redis==5.0.4
django-redis==6.0.0
redis==6.2.0

# Masked database backups
django-maskpostgresdata==0.2.1

# Storage
devsoc-contentfiles==0.3
django-storages==1.14.2
boto3==1.34.91
botocore==1.34.91
devsoc-contentfiles==0.5
django-storages==1.14.6
boto3==1.39.4
botocore==1.39.4
jmespath==1.0.1
python-dateutil==2.9.0.post0
s3transfer==0.10.1
six==1.16.0
urllib3==2.2.1
s3transfer==0.13.0
six==1.17.0
urllib3==2.5.0

# Reporting (Errors, APM)
elastic-apm==6.22.0
sentry-sdk==1.45.0
certifi==2024.2.2
ecs-logging==2.1.0
wrapt==1.14.1
elastic-apm==6.23.0
sentry-sdk==2.32.0
certifi==2025.7.9
ecs-logging==2.2.0
wrapt==1.17.2

# Axes
django-axes==6.4.0
django-axes==8.0.0

# Form styling
django-crispy-forms==1.14.0
{%- if cookiecutter.multilingual == 'y' %}

# Translations
translate-toolkit==2.3.1
diff-match-patch==20121119
translate-toolkit==3.15.6
diff-match-patch==20241021
{%- endif %}
8 changes: 4 additions & 4 deletions {{cookiecutter.project_slug}}/requirements/local.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-r testing.txt

django-debug-toolbar==4.3.0
django-debug-toolbar==5.2.0
ipdb==0.13.13
pywatchman==2.0.0
tox==4.14.2
tox-uv==1.7.0
pywatchman==3.0.0
tox==4.27.0
tox-uv==1.26.1
14 changes: 6 additions & 8 deletions {{cookiecutter.project_slug}}/requirements/testing.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
-r base.txt

black==24.4.1
coverage==7.5.0
django-extensions==3.2.3
factory-boy==3.3.0
coverage==7.9.2
django-extensions==4.1
djlint==1.36.4
factory-boy==3.3.3
flake8==7.0.0
isort==5.13.2
pipdeptree==2.18.1
pipdeptree==2.27.0
ruff==0.4.1
tblib==3.0.0
tblib==3.1.0
unittest-xml-reporting==3.2.0

# DJ lint
djlint==1.34.1