From ddade5cacdeacfbbd2d0262d3989344cbc88ba2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 22:25:23 +0000 Subject: [PATCH] chore(deps): bump django from 5.0.6 to 5.0.7 Bumps [django](https://github.com/django/django) from 5.0.6 to 5.0.7. - [Commits](https://github.com/django/django/compare/5.0.6...5.0.7) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 42b5f4d..350567b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -286,13 +286,13 @@ dev = ["tox"] [[package]] name = "django" -version = "5.0.6" +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.6-py3-none-any.whl", hash = "sha256:8363ac062bb4ef7c3f12d078f6fa5d154031d129a15170a1066412af49d30905"}, - {file = "Django-5.0.6.tar.gz", hash = "sha256:ff1b61005004e476e0aeea47c7f79b85864c70124030e95146315396f1e7951f"}, + {file = "Django-5.0.7-py3-none-any.whl", hash = "sha256:f216510ace3de5de01329463a315a629f33480e893a9024fc93d8c32c22913da"}, + {file = "Django-5.0.7.tar.gz", hash = "sha256:bd4505cae0b9bd642313e8fb71810893df5dc2ffcacaa67a33af2d5cd61888f2"}, ] [package.dependencies] @@ -1058,4 +1058,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "b3110f36c0183c560e637aa08aab00b541ed92bfcae11c8bbe9e86056fab5576" +content-hash = "130a33321b747d79700eb76614a79d9bd4f03e57afb054b5d6a3019264358bc9" diff --git a/pyproject.toml b/pyproject.toml index dbfaae6..d8c7b46 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ package-mode = false [tool.poetry.dependencies] python = "^3.12" -django = "^5.0.6" +django = "^5.0.7" djangorestframework = "^3.15.1" sentry-sdk = "^2.5.1" gunicorn = "^22.0.0"