From 8859fd41e0828201911d0b9d1258b3086c817ebf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 May 2023 01:58:00 +0000 Subject: [PATCH] Bump django from 4.2 to 4.2.1 in /django Bumps [django](https://github.com/django/django) from 4.2 to 4.2.1. - [Commits](https://github.com/django/django/compare/4.2...4.2.1) --- updated-dependencies: - dependency-name: django dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- django/poetry.lock | 8 ++++---- django/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/django/poetry.lock b/django/poetry.lock index 27f5f17ec..9432f1b25 100644 --- a/django/poetry.lock +++ b/django/poetry.lock @@ -505,14 +505,14 @@ files = [ [[package]] name = "django" -version = "4.2" +version = "4.2.1" description = "A high-level Python web framework that encourages rapid development and clean, pragmatic design." category = "main" 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.1-py3-none-any.whl", hash = "sha256:066b6debb5ac335458d2a713ed995570536c8b59a580005acb0732378d5eb1ee"}, + {file = "Django-4.2.1.tar.gz", hash = "sha256:7efa6b1f781a6119a10ac94b4794ded90db8accbe7802281cd26f8664ffed59c"}, ] [package.dependencies] @@ -1633,4 +1633,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "b36255747e0a3821f662fc0261d0998df9dce9a3821818cfa266ff58e2fcfa33" +content-hash = "d214e3ba09b968063a3c1f6f22fb26de6b33f6dfd707b720d40a35728bc81a85" diff --git a/django/pyproject.toml b/django/pyproject.toml index 8e9ad6935..1a934dd7d 100644 --- a/django/pyproject.toml +++ b/django/pyproject.toml @@ -6,7 +6,7 @@ authors = ["Keith Moss "] [tool.poetry.dependencies] python = "^3.8" -Django = "4.2" +Django = "4.2.1" psycopg2-binary = "2.9.6" djangorestframework = "3.14.0" django-cors-headers = "3.14.0"