From 6b4471d8aad1c2de56cb54b9ad9aa9bfc79fc33b Mon Sep 17 00:00:00 2001 From: Gabriel Moreira Date: Wed, 27 Nov 2024 14:41:37 +0100 Subject: [PATCH] bump: django from 5.0.6 to 5.0.8 - Fixes dependabot#36 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index a5834e8..a7d917a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -671,13 +671,13 @@ typing-extensions = ">=3.10.0.0" [[package]] name = "django" -version = "5.0.6" +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.6-py3-none-any.whl", hash = "sha256:8363ac062bb4ef7c3f12d078f6fa5d154031d129a15170a1066412af49d30905"}, - {file = "Django-5.0.6.tar.gz", hash = "sha256:ff1b61005004e476e0aeea47c7f79b85864c70124030e95146315396f1e7951f"}, + {file = "Django-5.0.8-py3-none-any.whl", hash = "sha256:333a7988f7ca4bc14d360d3d8f6b793704517761ae3813b95432043daec22a45"}, + {file = "Django-5.0.8.tar.gz", hash = "sha256:ebe859c9da6fead9c9ee6dbfa4943b04f41342f4cea2c4d8c978ef0d10694f2b"}, ] [package.dependencies] @@ -2494,4 +2494,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "5e5be827f5649906d1e7d39fc916e03facd7dba689a6b34d93860dea1401bf89" +content-hash = "db934c183281b21ce3cd8167327371f4c90115a6799467b246e9a1d082922cc9" diff --git a/pyproject.toml b/pyproject.toml index fc829d5..2243aef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ psycopg2-binary = "^2.9.9" requests = "^2.31.0" [tool.poetry.group.backend.dependencies] -django = "^5.0.6" +django = "5.0.8" djangorestframework = "^3.14.0" django-filter = "^23.5" django-cors-headers = "^4.3.1"