Skip to content

Commit 4d80e81

Browse files
Update Django (#677)
2 parents 60fa442 + 3e6b3e9 commit 4d80e81

3 files changed

Lines changed: 8 additions & 5 deletions

File tree

backend/poetry.lock

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

backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ channels = {version = "^4.1.0"}
1919
channels-redis = "^4.2"
2020
cryptography = "^44.0.1"
2121
dj-database-url = "~2.1.0"
22-
django = "^5.1.8"
22+
django = "^5.2.11"
2323
django-anymail = {extras = ["mailgun"], version = "~10.3"}
2424
django-celery-results = "~2.5.0"
2525
django-cloudinary-storage = "~0.3.0"

flake.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,9 @@
179179
pkgs.gettext
180180
pkgs.stripe-cli
181181

182+
# License
183+
pkgs.reuse
184+
182185
# For frontend and backend
183186
self.outputs.packages.${system}.projectify-frontend-node.passthru.nodejs
184187
];

0 commit comments

Comments
 (0)