Bump django from 4.1.5 to 4.1.7

Bumps [django](https://github.com/django/django) from 4.1.5 to 4.1.7.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/4.1.5...4.1.7)

---
updated-dependencies:
- dependency-name: django
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-02-15 20:30:47 +00:00 committed by GitHub
parent ed35a4913a
commit ac528934b9
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

@ -216,14 +216,14 @@ graph = ["objgraph (>=1.7.2)"]
[[package]]
name = "django"
version = "4.1.5"
version = "4.1.7"
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.1.5-py3-none-any.whl", hash = "sha256:4b214a05fe4c99476e99e2445c8b978c8369c18d4dea8e22ec412862715ad763"},
{file = "Django-4.1.5.tar.gz", hash = "sha256:ff56ebd7ead0fd5dbe06fe157b0024a7aaea2e0593bb3785fb594cf94dad58ef"},
{file = "Django-4.1.7-py3-none-any.whl", hash = "sha256:f2f431e75adc40039ace496ad3b9f17227022e8b11566f4b363da44c7e44761e"},
{file = "Django-4.1.7.tar.gz", hash = "sha256:44f714b81c5f190d9d2ddad01a532fe502fa01c4cb8faf1d081f4264ed15dcd8"},
]
[package.dependencies]
@ -1179,4 +1179,4 @@ files = [
[metadata]
lock-version = "2.0"
python-versions = "^3.9"
content-hash = "48db57321f84c2360090998ff69b2430ce6154151b12903fc0018a0e5c3aa7f7"
content-hash = "6dba5e70dca22c7fe7c4ea040b57ca99f00aae11a1332c853a52d665f970ff62"

View File

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