Skip to content
Snippets Groups Projects
Commit 83833235 authored by Nadja Geisler's avatar Nadja Geisler :sunny:
Browse files

Merge branch '520-upgrades' into 'main'

Several dependency upgrades

See merge request kif/akplanning!212
parents b59fbf87 0c247986
No related branches found
No related tags found
No related merge requests found
import pytz
import zoneinfo
from django.apps import apps
from django.test import TestCase, override_settings
from django.urls import reverse
......@@ -22,7 +22,7 @@ class DashboardTests(TestCase):
cls.event = Event.objects.create(
name="Dashboard Test Event",
slug="dashboardtest",
timezone=pytz.utc,
timezone=zoneinfo.ZoneInfo("Europe/Berlin"),
start=now(),
end=now(),
active=True,
......
Django==4.2.7
django-bootstrap5==23.3
fontawesomefree==6.4.2 # Makes static files (css, fonts) available locally
Django==4.2.11
django-bootstrap5==24.1
fontawesomefree==6.5.1 # Makes static files (css, fonts) available locally
django-fontawesome-6==1.0.0.0 # Provides an icon field for models and forms as well as handy shortcuts to render icons
django-split-settings==1.2.0
django-timezone-field==6.0.1
djangorestframework==3.14.0
django-simple-history==3.4.0
django-split-settings==1.3.1
django-timezone-field==6.1.0
djangorestframework==3.15.1
django-simple-history==3.5.0
django-registration-redux==2.13
django-debug-toolbar==4.2.0
django-bootstrap-datepicker-plus==5.0.4
django-debug-toolbar==4.3.0
django-bootstrap-datepicker-plus==5.0.5
django-tex==1.1.10
django-csp==3.7
django-csp==3.8
django-compressor==4.4
django-libsass==0.9
django-betterforms==2.0.0
mysqlclient==2.2.0 # for production deployment
tzdata==2023.3
tzdata==2024.1
# Documentation
sphinxcontrib-django==2.5
sphinxcontrib-apidoc==0.4.0
sphinxcontrib-apidoc==0.5.0
recommonmark==0.7.1
django-docs==0.3.3
sphinx-rtd-theme==1.3.0
sphinx==7.2.6
\ No newline at end of file
sphinx-rtd-theme==2.0.0
sphinx==7.3.7
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment