Skip to content

Commit fd7f09d

Browse files
committed
Merge branch 'main' into prod
2 parents a3e615e + 3574c3e commit fd7f09d

5 files changed

Lines changed: 164 additions & 152 deletions

File tree

alumni/fields/year.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ class ClassField(CustomIntegerChoiceField):
2929
C_2023 = 2023
3030
C_2024 = 2024
3131
C_2025 = 2025
32+
C_2026 = 2026
33+
C_2027 = 2027
34+
C_2028 = 2028
3235
CHOICES = (
3336
(OTHER, "Other (Please specify in comments)"),
3437
(C_2004, "Class of 2004"),
@@ -53,6 +56,9 @@ class ClassField(CustomIntegerChoiceField):
5356
(C_2023, "Class of 2023"),
5457
(C_2024, "Class of 2024"),
5558
(C_2025, "Class of 2025"),
59+
(C_2026, "Class of 2026"),
60+
(C_2027, "Class of 2027"),
61+
(C_2028, "Class of 2028"),
5662
)
5763

5864
DEFAULT_CHOICE = OTHER

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"vue-multiselect": "^2.1.6",
3535
"vue-property-decorator": "^9.1.2",
3636
"vue-template-compiler": "^2.6.11",
37-
"webpack": "^5.36.2",
37+
"webpack": "^5.94.0",
3838
"webpack-cli": "^4.7.0",
3939
"webpack4-bundle-tracker": "https://github.com/JacobsAlumni/webpack-bundle-tracker#v0.4.2-portal"
4040
},

poetry.lock

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "GPL3"
77

88
[tool.poetry.dependencies]
99
python = "^3.10"
10-
Django = "~=4.2.10"
10+
Django = "~=4.2.17"
1111
django-countries = "^7.5.0"
1212
django-cookie-law = "^2.2.0"
1313
django-impersonate = "^1.9.1"

0 commit comments

Comments
 (0)