From baba947ea58a81493889b87872c96e812c967f08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 11:15:33 +0000 Subject: [PATCH] Bump django from 4.2 to 4.2.3 Bumps [django](https://github.com/django/django) from 4.2 to 4.2.3. - [Commits](https://github.com/django/django/compare/4.2...4.2.3) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 ++++------ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 87b9b99..e8a0a92 100644 --- a/poetry.lock +++ b/poetry.lock @@ -440,13 +440,13 @@ files = [ [[package]] name = "django" -version = "4.2" +version = "4.2.3" description = "A high-level Python web framework that encourages rapid development and clean, pragmatic design." optional = false python-versions = ">=3.8" files = [ - {file = "Django-4.2-py3-none-any.whl", hash = "sha256:ad33ed68db9398f5dfb33282704925bce044bef4261cd4fb59e4e7f9ae505a78"}, - {file = "Django-4.2.tar.gz", hash = "sha256:c36e2ab12824e2ac36afa8b2515a70c53c7742f0d6eaefa7311ec379558db997"}, + {file = "Django-4.2.3-py3-none-any.whl", hash = "sha256:f7c7852a5ac5a3da5a8d5b35cc6168f31b605971441798dac845f17ca8028039"}, + {file = "Django-4.2.3.tar.gz", hash = "sha256:45a747e1c5b3d6df1b141b1481e193b033fd1fdbda3ff52677dc81afdaacbaed"}, ] [package.dependencies] @@ -565,7 +565,6 @@ test = ["celery", "pytest", "pytest-cov", "pytest-django", "redis"] name = "django-json-widget" version = "1.1.1" description = "Django json widget is an alternative widget that makes it easy to edit the jsonfield field of django." -category = "main" optional = false python-versions = "*" files = [ @@ -746,7 +745,6 @@ msgpack = ">1.0" name = "future" version = "0.18.3" description = "Clean single-source support for Python 3 and 2" -category = "main" optional = false python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*" files = [ @@ -1550,4 +1548,4 @@ brotli = ["Brotli"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "02eaf79e96bd331e6f58336a1084a8ce18558817305533322ceab32d7570b482" +content-hash = "de383f9d0ffb41d840faa9d3912e4508885b7eb98a276de412e1618f36df6149" diff --git a/pyproject.toml b/pyproject.toml index 30a96f4..61ceed3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ authors = ["BIMData Team "] [tool.poetry.dependencies] python = "^3.9" bimdata-api-client = "^9.11.2" -django = {extras = ["argon2"], version = "^4.1"} +django = {extras = ["argon2"], version = "^4.2"} django-cors-headers = "^3.7.0" django-environ = "^0.10.0" django-health-check = "^3.16.3"