diff --git a/examples/django_example/poetry.lock b/examples/django_example/poetry.lock index db36d81e5..e5de2fb01 100644 --- a/examples/django_example/poetry.lock +++ b/examples/django_example/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "annotated-types" @@ -107,13 +107,13 @@ files = [ [[package]] name = "django" -version = "5.0.10" +version = "5.0.11" description = "A high-level Python web framework that encourages rapid development and clean, pragmatic design." optional = false python-versions = ">=3.10" files = [ - {file = "Django-5.0.10-py3-none-any.whl", hash = "sha256:c8fab2c553750933c8e7f5f95e5507e138e6acf6c2b4581cb691e70fe3ed747b"}, - {file = "Django-5.0.10.tar.gz", hash = "sha256:0f6cbc56cc298b0451d20a5120c6a8731e9073330fb5d84295c23c151a1eb300"}, + {file = "Django-5.0.11-py3-none-any.whl", hash = "sha256:09e8128f717266bf382d82ffa4933f13da05d82579abf008ede86acb15dec88b"}, + {file = "Django-5.0.11.tar.gz", hash = "sha256:e7d98fa05ce09cb3e8d5ad6472fb602322acd1740bfdadc29c8404182d664f65"}, ] [package.dependencies] @@ -517,4 +517,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "bc9d57b0e38f10c041ffe91da3795a1b20787dbbc3bc1c4680e985d0609c821a" +content-hash = "50262a5ce4770994435421458f255accba11afb55d61b73263bac19980887419" diff --git a/examples/django_example/pyproject.toml b/examples/django_example/pyproject.toml index f822b2791..909f99cf0 100644 --- a/examples/django_example/pyproject.toml +++ b/examples/django_example/pyproject.toml @@ -7,7 +7,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.10" -django = "^5.0.10" +django = "^5.0.11" langfuse = "^2.13.3"