Compare commits

..

1 Commits

Author SHA1 Message Date
dependabot[bot]
11bd1471ce [DEPENDABOT] Update: Bump django from 5.1.6 to 5.2.1
Bumps [django](https://github.com/django/django) from 5.1.6 to 5.2.1.
- [Commits](https://github.com/django/django/compare/5.1.6...5.2.1)

---
updated-dependencies:
- dependency-name: django
  dependency-version: 5.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-12 16:52:22 +00:00
2 changed files with 1 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
# Django and REST framework
Django==5.1.6
Django==5.2.1
djangorestframework==3.15.2
django-cors-headers==4.7.0

View File

@@ -226,4 +226,3 @@ TAILWIND_CLI_DIST_CSS = os.path.join(BASE_DIR, "static/css/tailwind.css")
TURNSTILE_SITE_KEY = "0x4AAAAAAAyqVp3RjccrC9Kz"
TURNSTILE_SECRET_KEY = "0x4AAAAAAAyqVrQolYsrAFGJ39PXHJ_HQzY"
TURNSTILE_VERIFY_URL = "https://challenges.cloudflare.com/turnstile/v0/siteverify"
SESSION_COOKIE_SECURE = True