Skip to content

Commit acecddf

Browse files
authored
Update Django, Wagtail and Strawberry (#4090)
1 parent c78a65a commit acecddf

File tree

3 files changed

+22
-22
lines changed

3 files changed

+22
-22
lines changed

backend/pdm.lock

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

backend/pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ authors = [
3939
]
4040
requires-python = "<3.13,>=3.11"
4141
dependencies = [
42-
"django==5.0.8",
42+
"django==5.1.1",
4343
"django-environ==0.10.0",
4444
"django-model-utils==4.5.1",
4545
"django-timezone-field==7.0",
@@ -63,7 +63,7 @@ dependencies = [
6363
"django-queryinspect<2.0.0,>=1.1.0",
6464
"lxml<5.0.0,>=4.5.0",
6565
"unidecode<2.0.0,>=1.1.1",
66-
"strawberry-graphql==0.237.1",
66+
"strawberry-graphql==0.243.1",
6767
"Werkzeug<2.0.0,>=1.0.1",
6868
"django-import-export<4.0.0,>=3.2.0",
6969
"dal-admin-filters==1.1.0",
@@ -79,8 +79,8 @@ dependencies = [
7979
"stripe==10.5.0",
8080
"djangorestframework==3.15.2",
8181
"l18n<2022.0,>=2021.3",
82-
"wagtail==6.1.3",
83-
"wagtail-localize==1.9",
82+
"wagtail==6.2.2",
83+
"wagtail-localize==1.10",
8484
"celery==5.4.0",
8585
"wagtail-headless-preview==0.8.0",
8686
"Jinja2>=3.1.3",

infrastructure/applications/pycon_backend/worker.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ data "template_file" "user_data" {
259259

260260
resource "aws_instance" "instance_1" {
261261
ami = var.ecs_arm_ami
262-
instance_type = "t4g.micro"
262+
instance_type = local.is_prod ? "t4g.micro" : "t4g.nano"
263263
subnet_id = data.aws_subnet.private_1a.id
264264
availability_zone = "eu-central-1a"
265265
vpc_security_group_ids = [

0 commit comments

Comments
 (0)