Compare commits

..

1 Commits

Author SHA1 Message Date
dependabot[bot]
222914c039 [DEPENDABOT] Update: Bump djangorestframework from 3.15.2 to 3.16.0
Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.15.2 to 3.16.0.
- [Release notes](https://github.com/encode/django-rest-framework/releases)
- [Commits](https://github.com/encode/django-rest-framework/compare/3.15.2...3.16.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-31 16:48:02 +00:00
2 changed files with 1 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
# Django and REST framework
Django==5.1.6
djangorestframework==3.15.2
djangorestframework==3.16.0
django-cors-headers==4.7.0
# Authentication

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