diff --git a/pyproject.toml b/pyproject.toml index 5b8197a..35f8eee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,11 +12,11 @@ description = "Django Reference Implementation, a boilerplate Django project." version = "0.1.4" requires-python = ">=3.12" dependencies = [ - "asgiref==3.9.1", + "asgiref==3.9.2", "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", @@ -36,14 +36,14 @@ dependencies = [ [project.optional-dependencies] dev = [ - "ruff==0.12.9", + "ruff==0.13.2", "pre-commit==4.3.0", "commitizen>=3.0.0", "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]