diff --git a/pyproject.toml b/pyproject.toml index 9f3d3a0d3..d91539804 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ license = {file = "LICENSE.md"} requires-python = ">=3.13,<3.14" dependencies = [ - "Django==5.1.2", + "Django==5.1.3", "django-localflavor==4.0", "djangorestframework==3.15.2", "django-ical==1.9.2", @@ -28,7 +28,7 @@ dependencies = [ "django-thumbnails==0.8.0", "django-ratelimit==4.1.0", "django-sass-processor==1.4.1", - "django-otp==1.5.1", + "django-otp==1.5.4", "django-formtools==2.5.1", "django-two-factor-auth[webauthn,phonenumbers]~=1.16.0", "bleach[css]~=6.1.0", @@ -44,7 +44,7 @@ dependencies = [ "qrcode[pil]~=7.4.2", "freezegun==1.5.1", "celery[redis]~=5.3.6", - "PyYAML==6.0.1", + "PyYAML==6.0.2", "inflection~=0.5.1", "uritemplate~=4.1.1", "puremagic~=1.27",