From 6060f6be5c02f1b24fe318d32b278963f0b8f453 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jul 2024 20:16:10 +0000 Subject: [PATCH] chore(deps): bump django from 5.0.4 to 5.0.7 Bumps [django](https://github.com/django/django) from 5.0.4 to 5.0.7. - [Commits](https://github.com/django/django/compare/5.0.4...5.0.7) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 1ec3cdf..7892593 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "amqp" @@ -458,13 +458,13 @@ files = [ [[package]] name = "django" -version = "5.0.4" +version = "5.0.7" 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.4-py3-none-any.whl", hash = "sha256:916423499d75d62da7aa038d19aef23d23498d8df229775eb0a6309ee1013775"}, - {file = "Django-5.0.4.tar.gz", hash = "sha256:4bd01a8c830bb77a8a3b0e7d8b25b887e536ad17a81ba2dce5476135c73312bd"}, + {file = "Django-5.0.7-py3-none-any.whl", hash = "sha256:f216510ace3de5de01329463a315a629f33480e893a9024fc93d8c32c22913da"}, + {file = "Django-5.0.7.tar.gz", hash = "sha256:bd4505cae0b9bd642313e8fb71810893df5dc2ffcacaa67a33af2d5cd61888f2"}, ] [package.dependencies] @@ -1802,4 +1802,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "cc321552eb55944d8ceb25eb4827f1e5bf4c183ff767b2e1f9f1d051915aa2be" +content-hash = "c89e587590998d562065bb3257ffe12a786d4cc209fb0ecaac4994200ac10c55" diff --git a/pyproject.toml b/pyproject.toml index e763c97..ca644d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.12" -Django = "^5.0.4" +Django = "^5.0.7" djangorestframework = "^3.15.2" psycopg2 = "^2.9.9" celery = "^5.3.6"