From 2467bc86298ebc146c8344603492155a85ab6f2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Apr 2025 17:36:53 +0000 Subject: [PATCH] chore(deps): bump django in /examples/django_example Bumps [django](https://github.com/django/django) from 5.0.11 to 5.0.14. - [Commits](https://github.com/django/django/compare/5.0.11...5.0.14) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/django_example/poetry.lock | 8 ++++---- examples/django_example/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/django_example/poetry.lock b/examples/django_example/poetry.lock index 9fe7020ee..5f45befb0 100644 --- a/examples/django_example/poetry.lock +++ b/examples/django_example/poetry.lock @@ -116,14 +116,14 @@ files = [ [[package]] name = "django" -version = "5.0.11" +version = "5.0.14" 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.0.11-py3-none-any.whl", hash = "sha256:09e8128f717266bf382d82ffa4933f13da05d82579abf008ede86acb15dec88b"}, - {file = "Django-5.0.11.tar.gz", hash = "sha256:e7d98fa05ce09cb3e8d5ad6472fb602322acd1740bfdadc29c8404182d664f65"}, + {file = "Django-5.0.14-py3-none-any.whl", hash = "sha256:e762bef8629ee704de215ebbd32062b84f4e56327eed412e5544f6f6eb1dfd74"}, + {file = "Django-5.0.14.tar.gz", hash = "sha256:29019a5763dbd48da1720d687c3522ef40d1c61be6fb2fad27ed79e9f655bc11"}, ] [package.dependencies] @@ -542,4 +542,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.10" -content-hash = "50262a5ce4770994435421458f255accba11afb55d61b73263bac19980887419" +content-hash = "b681fb90e982271dc9b2a0157f5052c87347acddde3eb7221d2993a5af61ce90" diff --git a/examples/django_example/pyproject.toml b/examples/django_example/pyproject.toml index 909f99cf0..f8bf1b846 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.11" +django = "^5.0.14" langfuse = "^2.13.3"