diff --git a/poetry.lock b/poetry.lock index 71048ac14..ea006e789 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.3.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.4.1 and should not be changed by hand. [[package]] name = "accelerate" @@ -2198,14 +2198,14 @@ files = [ [[package]] name = "django" -version = "5.2.13" +version = "5.2.15" description = "A high-level Python web framework that encourages rapid development and clean, pragmatic design." optional = false python-versions = ">=3.10" groups = ["main"] files = [ - {file = "django-5.2.13-py3-none-any.whl", hash = "sha256:5788fce61da23788a8ce6f02583765ab060d396720924789f97fa42119d37f7a"}, - {file = "django-5.2.13.tar.gz", hash = "sha256:a31589db5188d074c63f0945c3888fad104627dfcc236fb2b97f71f89da33bc4"}, + {file = "django-5.2.15-py3-none-any.whl", hash = "sha256:0eb4a9bb1853a35b0286dbc6d916bd352c8c2687195a7f2d6f80cefd840e4970"}, + {file = "django-5.2.15.tar.gz", hash = "sha256:5154a9bf84ac01dde011e367f355c07dbb329532e06810dcf3ef2af269e236e7"}, ] [package.dependencies] @@ -10555,4 +10555,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.12,<3.13" -content-hash = "51d47613605e10651f246bf674602f731818af13e0eebd0f958b76a8c58244ba" +content-hash = "9eb5a1e50088c51579278e1a893d6aafb979d3c6b9a50f64deec1c169c1e9ff1" diff --git a/pyproject.toml b/pyproject.toml index 22c611f0b..67d666a5e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ package-mode = false [tool.poetry.dependencies] python = ">=3.12,<3.13" -django = "5.2.13" +django = "5.2.15" django-staff-sso-client = "^5.2.0" dbt-copilot-python = "^2.1.0" uwotm8 = "^0.1.6"