diff --git a/django/pyproject.toml b/django/pyproject.toml index c8441d1..6c6ad3c 100644 --- a/django/pyproject.toml +++ b/django/pyproject.toml @@ -10,30 +10,30 @@ packages = [{include = "test_app1"}] dependencies = [ #"python >= 3.13", - "python-dotenv ~= 1.0.1", + "python-dotenv ~= 1.2.1", "daphne ~= 4.2.1", "whitenoise ~= 6.11.0", - "django ~= 5.2.7", + "django ~= 6.0.0", "django-environ ~= 0.12.0", # allauth "requests", "django-allauth ~= 65.13.0", - "django-tailwind ~= 4.3.1", + "django-tailwind ~= 4.4.2", # postgres "psycopg2-binary ~= 2.9.11", # obj storage "django-storages ~= 1.14.6", - "boto3 ~= 1.40.64", + "boto3 ~= 1.42.11", ] [dependency-groups] dev = [ - "black ~= 24.10.0", + "black ~= 25.12.0", "djhtml ~= 3.0.7", - "pre-commit ~= 4.0.1", + "pre-commit ~= 4.5.1", "django-debug-toolbar >= 6.1.0", "pytest-django ~= 4.11.1", "pylint-django ~= 2.6.1",