Bump django from 4.2 to 4.2.2

Bumps [django](https://github.com/django/django) from 4.2 to 4.2.2.
- [Commits](https://github.com/django/django/compare/4.2...4.2.2)

---
updated-dependencies:
- dependency-name: django
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-06-05 18:02:48 +00:00 committed by GitHub
parent c7313fb63e
commit 13dd44b941
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -197,14 +197,14 @@ graph = ["objgraph (>=1.7.2)"]
[[package]]
name = "django"
version = "4.2"
version = "4.2.2"
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.2-py3-none-any.whl", hash = "sha256:672b3fa81e1f853bb58be1b51754108ab4ffa12a77c06db86aa8df9ed0c46fe5"},
{file = "Django-4.2.2.tar.gz", hash = "sha256:2a6b6fbff5b59dd07bef10bcb019bee2ea97a30b2a656d51346596724324badf"},
]
[package.dependencies]
@ -1166,4 +1166,4 @@ files = [
[metadata]
lock-version = "2.0"
python-versions = "^3.9"
content-hash = "48db57321f84c2360090998ff69b2430ce6154151b12903fc0018a0e5c3aa7f7"
content-hash = "3b4b50ffbcfdd17766b287c18cdf6babf8c9c8a4091b93d55a049967c2300090"

View File

@ -13,7 +13,7 @@ packages = [
[tool.poetry.group.main.dependencies]
python = "^3.9"
Django = "^4.1.3"
Django = "^4.2.2"
django-crispy-forms = "^1.14.0"
django-filter = "^22.1"
django-floppyforms = "^1.9.0"