From 730e101ac0d6c1992d2633f0431c8fd328ae4234 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jul 2023 22:58:06 +0000 Subject: [PATCH] Bump django from 4.2.2 to 4.2.3 in /django Bumps [django](https://github.com/django/django) from 4.2.2 to 4.2.3. - [Commits](https://github.com/django/django/compare/4.2.2...4.2.3) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... 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 55cc8b23b..aae0324c6 100644 --- a/django/poetry.lock +++ b/django/poetry.lock @@ -483,13 +483,13 @@ files = [ [[package]] name = "django" -version = "4.2.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.2-py3-none-any.whl", hash = "sha256:672b3fa81e1f853bb58be1b51754108ab4ffa12a77c06db86aa8df9ed0c46fe5"}, - {file = "Django-4.2.2.tar.gz", hash = "sha256:2a6b6fbff5b59dd07bef10bcb019bee2ea97a30b2a656d51346596724324badf"}, + {file = "Django-4.2.3-py3-none-any.whl", hash = "sha256:f7c7852a5ac5a3da5a8d5b35cc6168f31b605971441798dac845f17ca8028039"}, + {file = "Django-4.2.3.tar.gz", hash = "sha256:45a747e1c5b3d6df1b141b1481e193b033fd1fdbda3ff52677dc81afdaacbaed"}, ] [package.dependencies] @@ -1585,4 +1585,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "a77629c81ae57b82168bc776d1238213dab233df6dedc76d469add82db897222" +content-hash = "fd87c4e87c093f54cacf3db4ab37d5172fa6ed0db12655b6ea6cdbdfbf1c8736" diff --git a/django/pyproject.toml b/django/pyproject.toml index 14fc52f09..32ca5f630 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.2" +Django = "4.2.3" psycopg2-binary = "2.9.6" djangorestframework = "3.14.0" django-cors-headers = "4.1.0"