Skip to content

Commit f6c2282

Browse files
authored
Update django and django-webtest (#2427)
* update django-webtest for 5.2 compatibility * update django and re-dump test_data
1 parent 134feaa commit f6c2282

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

evap/development/fixtures/test_data.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -720,7 +720,7 @@
720720
"fields": {
721721
"name_de": "Vorlesung",
722722
"name_en": "Lecture",
723-
"import_names": "[\"Vorlesung\", \"V\", \"V/\\u00dc\"]",
723+
"import_names": "[\"Vorlesung\", \"V\", \"V/Ü\"]",
724724
"order": 1
725725
}
726726
},
@@ -155333,7 +155333,7 @@
155333155333
"fields": {
155334155334
"warning_text_de": "Es sieht so aus, als ob du auf eine andere Antwort verweist. Alle Antworten werden unabhängig voneinander gespeichert, also werden andere nicht wissen, worauf du dich beziehst.",
155335155335
"warning_text_en": "It looks like you are referencing another answer. All answers are saved independently of each other, so others won't know which answer you are referring to.",
155336-
"trigger_strings": "[\"s.o.\", \"s. o.\", \"siehe oben\", \"wie oben\", \"see above\", \"bereits erw\\u00e4hnt\", \"already stated\"]",
155336+
"trigger_strings": "[\"s.o.\", \"s. o.\", \"siehe oben\", \"wie oben\", \"see above\", \"bereits erwähnt\", \"already stated\"]",
155337155337
"order": 0
155338155338
}
155339155339
},

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ requires-python = "~=3.11.0"
77
dependencies = [
88
"django-extensions~=3.2.3",
99
"django-fsm~=2.8.2",
10-
"Django~=5.1.0",
10+
"Django~=5.2.0",
1111
"mozilla-django-oidc~=4.0.1",
1212
"openpyxl~=3.1.5",
1313
"psycopg~=3.2.3",
@@ -26,7 +26,7 @@ dev = [
2626
"coverage[toml]~=7.6.8",
2727
"django-debug-toolbar~=4.4",
2828
"django-stubs~=5.1.1",
29-
"django-webtest~=1.9.10",
29+
"django-webtest~=1.9.13",
3030
"isort~=5.13.1",
3131
"model-bakery~=1.20.0",
3232
"mypy~=1.13.0",

uv.lock

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

0 commit comments

Comments
 (0)