From 43c9e70a65e56bcb6baaca5c79f97bdd74dd0364 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2024 10:57:10 -0400 Subject: [PATCH] chore(deps): bump django from 5.0.7 to 5.0.8 (#26) Bumps [django](https://github.com/django/django) from 5.0.7 to 5.0.8. - [Commits](https://github.com/django/django/compare/5.0.7...5.0.8) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 9be604e6cf..218c421c95 100644 --- a/poetry.lock +++ b/poetry.lock @@ -422,13 +422,13 @@ profile = ["gprof2dot (>=2022.7.29)"] [[package]] name = "django" -version = "5.0.7" +version = "5.0.8" 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.7-py3-none-any.whl", hash = "sha256:f216510ace3de5de01329463a315a629f33480e893a9024fc93d8c32c22913da"}, - {file = "Django-5.0.7.tar.gz", hash = "sha256:bd4505cae0b9bd642313e8fb71810893df5dc2ffcacaa67a33af2d5cd61888f2"}, + {file = "Django-5.0.8-py3-none-any.whl", hash = "sha256:333a7988f7ca4bc14d360d3d8f6b793704517761ae3813b95432043daec22a45"}, + {file = "Django-5.0.8.tar.gz", hash = "sha256:ebe859c9da6fead9c9ee6dbfa4943b04f41342f4cea2c4d8c978ef0d10694f2b"}, ] [package.dependencies] @@ -1960,4 +1960,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "bcabe584efc23c940efe1296b50b42e031f0e38c84d845b324d71070be96b361" +content-hash = "fb57be7e4380e0d07465e7ff5798f99dbf58df528408c3cc0128741107281a09" diff --git a/pyproject.toml b/pyproject.toml index ab708dc3b6..3e83ec93c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ package-mode = false version = "1.0.0" [tool.poetry.dependencies] -django = "5.0.7" +django = "5.0.8" django-cors-headers = "4.4.0" django-environ = "0.11.2" django-filter = "24.2"