diff --git a/pyproject.toml b/pyproject.toml index 5b8197a..1db69bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ dependencies = [ "certifi==2025.8.3", "charset-normalizer==3.4.3", "django-environ==0.12.0", - "Django==5.2.5", + "Django==5.2.6", "django-bootstrap5==25.2", "django-solo==2.4.0", "gunicorn==23.0.0", @@ -26,9 +26,9 @@ dependencies = [ "pytz==2025.2", "requests==2.32.5", "sqlparse==0.5.3", - "typing_extensions==4.14.1", + "typing_extensions==4.15.0", "urllib3==2.5.0", - "whitenoise==6.9.0", + "whitenoise==6.11.0", "PyJWT==2.10.1", "django-allauth[mfa,socialaccount]", "django-allauth-require2fa", @@ -42,8 +42,8 @@ dev = [ "bandit==1.8.6", "radon==6.0.1", "vulture==2.14", - "mypy==1.17.1", - "django-stubs[compatible-mypy]==5.2.2", + "mypy==1.18.2", + "django-stubs[compatible-mypy]==5.2.5", ] [tool.hatch.build.targets.wheel]