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