From af55f3f041fe6173ed866a28362cc2d72929d383 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 09:25:58 +0000 Subject: [PATCH] build(deps): bump django from 3.2.18 to 3.2.25 in /packages/p4pi-web Bumps [django](https://github.com/django/django) from 3.2.18 to 3.2.25. - [Commits](https://github.com/django/django/compare/3.2.18...3.2.25) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/p4pi-web/poetry.lock | 8 ++++---- packages/p4pi-web/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/p4pi-web/poetry.lock b/packages/p4pi-web/poetry.lock index c27ff27..ce4a0c8 100644 --- a/packages/p4pi-web/poetry.lock +++ b/packages/p4pi-web/poetry.lock @@ -271,13 +271,13 @@ tests = ["hypothesis (==4.23)", "pytest (>=3.10,<4.0)", "pytest-asyncio (>=0.8,< [[package]] name = "django" -version = "3.2.19" +version = "3.2.25" description = "A high-level Python Web framework that encourages rapid development and clean, pragmatic design." optional = false python-versions = ">=3.6" files = [ - {file = "Django-3.2.19-py3-none-any.whl", hash = "sha256:21cc991466245d659ab79cb01204f9515690f8dae00e5eabde307f14d24d4d7d"}, - {file = "Django-3.2.19.tar.gz", hash = "sha256:031365bae96814da19c10706218c44dff3b654cc4de20a98bd2d29b9bde469f0"}, + {file = "Django-3.2.25-py3-none-any.whl", hash = "sha256:a52ea7fcf280b16f7b739cec38fa6d3f8953a5456986944c3ca97e79882b4e38"}, + {file = "Django-3.2.25.tar.gz", hash = "sha256:7ca38a78654aee72378594d63e51636c04b8e28574f5505dff630895b5472777"}, ] [package.dependencies] @@ -894,4 +894,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "~3.9" -content-hash = "056656efa68de3c4f01fa390eb80194b87c44e2194d66db1903db88e894fb550" +content-hash = "1421afaaf523146b525a916656bbb39c7eac7cbc4055ed7e617953bed3836d39" diff --git a/packages/p4pi-web/pyproject.toml b/packages/p4pi-web/pyproject.toml index c9c137b..fcf67f5 100644 --- a/packages/p4pi-web/pyproject.toml +++ b/packages/p4pi-web/pyproject.toml @@ -16,7 +16,7 @@ include = [ [tool.poetry.dependencies] python = "~3.9" -Django = "~=3.2.18" +Django = "~=3.2.25" django-environ = "~=0.4.5" gunicorn = "^22.0.0" uvicorn = "^0.14.0"