From a4252a422fc8e43a52dfddd503c67bfb53c71991 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 21:31:58 +0000 Subject: [PATCH] chore(deps): bump django from 5.0.7 to 5.0.9 Bumps [django](https://github.com/django/django) from 5.0.7 to 5.0.9. - [Commits](https://github.com/django/django/compare/5.0.7...5.0.9) --- 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 ab8f6f4..564fad1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -286,13 +286,13 @@ dev = ["tox"] [[package]] name = "django" -version = "5.0.7" +version = "5.0.9" 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.9-py3-none-any.whl", hash = "sha256:f219576ba53be4e83f485130a7283f0efde06a9f2e3a7c3c5180327549f078fa"}, + {file = "Django-5.0.9.tar.gz", hash = "sha256:6333870d342329b60174da3a60dbd302e533f3b0bb0971516750e974a99b5a39"}, ] [package.dependencies] @@ -1069,4 +1069,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "b3110f36c0183c560e637aa08aab00b541ed92bfcae11c8bbe9e86056fab5576" +content-hash = "34c5201918d4d96a57f879b13816925456d12f2db14d6ec1f520077ba38e1284" diff --git a/pyproject.toml b/pyproject.toml index dbfaae6..b10a119 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.9" djangorestframework = "^3.15.1" sentry-sdk = "^2.5.1" gunicorn = "^22.0.0"