diff --git a/pyproject.toml b/pyproject.toml index 30bbbff..4c3c0cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,22 +12,22 @@ description = "Django Reference Implementation, a boilerplate Django project." version = "0.1.4" requires-python = ">=3.12" dependencies = [ - "asgiref==3.9.1", - "certifi==2025.8.3", - "charset-normalizer==3.4.3", + "asgiref==3.11.0", + "certifi==2025.11.12", + "charset-normalizer==3.4.4", "django-environ==0.12.0", - "Django==5.2.5", + "Django==5.2.8", "django-solo==2.4.0", "gunicorn==23.0.0", - "idna==3.10", + "idna==3.11", "packaging==25.0", - "psycopg2-binary==2.9.10", + "psycopg2-binary==2.9.11", "pytz==2025.2", "requests==2.32.5", - "sqlparse==0.5.3", - "typing_extensions==4.14.1", + "sqlparse==0.5.4", + "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", @@ -35,14 +35,14 @@ dependencies = [ [project.optional-dependencies] dev = [ - "ruff==0.12.9", - "pre-commit==4.3.0", + "ruff==0.14.7", + "pre-commit==4.5.0", "commitizen>=3.0.0", - "bandit==1.8.6", + "bandit==1.9.2", "radon==6.0.1", "vulture==2.14", - "mypy==1.17.1", - "django-stubs[compatible-mypy]==5.2.2", + "mypy==1.19.0", + "django-stubs[compatible-mypy]==5.2.8", ] [tool.hatch.build.targets.wheel]