diff --git a/backend/poetry.lock b/backend/poetry.lock index ba200e4be..4429f8527 100644 --- a/backend/poetry.lock +++ b/backend/poetry.lock @@ -773,14 +773,14 @@ files = [ [[package]] name = "django" -version = "6.0.2" +version = "6.0.3" description = "A high-level Python web framework that encourages rapid development and clean, pragmatic design." optional = false python-versions = ">=3.12" groups = ["main", "debug", "test"] files = [ - {file = "django-6.0.2-py3-none-any.whl", hash = "sha256:610dd3b13d15ec3f1e1d257caedd751db8033c5ad8ea0e2d1219a8acf446ecc6"}, - {file = "django-6.0.2.tar.gz", hash = "sha256:3046a53b0e40d4b676c3b774c73411d7184ae2745fe8ce5e45c0f33d3ddb71a7"}, + {file = "django-6.0.3-py3-none-any.whl", hash = "sha256:2e5974441491ddb34c3f13d5e7a9f97b07ba03bf70234c0a9c68b79bbb235bc3"}, + {file = "django-6.0.3.tar.gz", hash = "sha256:90be765ee756af8a6cbd6693e56452404b5ad15294f4d5e40c0a55a0f4870fe1"}, ] [package.dependencies] @@ -2714,4 +2714,4 @@ brotli = ["brotli"] [metadata] lock-version = "2.1" python-versions = ">=3.14" -content-hash = "26d978842cee1ce30c7930462eadbed2235496e007510f18c7c0ec38bd4eda01" +content-hash = "3bff4405339e236669ec083a7260851cb349f7ec915aacde52a76afa0b8ec75f" diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 5c87e5ab4..2b0a402a0 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -11,7 +11,7 @@ description = "Workflow Support System for managing video shooting, filming and requires-python = ">=3.14" dependencies = [ "celery[redis]==5.6.2", - "django==6.0.2", + "django==6.0.3", "djangorestframework==3.16.1", "djangorestframework_simplejwt==5.5.1", "django-cacheops==7.2",