Bump django from 4.1.6 to 4.1.7 (#5401)

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-02-15 13:27:13 -08:00 коммит произвёл GitHub
Родитель 2375fc24e9
Коммит 767661e553
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 5 добавлений и 5 удалений

8
poetry.lock сгенерированный
Просмотреть файл

@ -881,14 +881,14 @@ Django = ">=3.2"
[[package]]
name = "django"
version = "4.1.6"
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.6-py3-none-any.whl", hash = "sha256:c6fe7ebe7c017fe59f1029821dae0acb5a2ddcd6c9a0138fd20a8bfefac914bc"},
{file = "Django-4.1.6.tar.gz", hash = "sha256:bceb0fe1a386781af0788cae4108622756cd05e7775448deec04a71ddf87685d"},
{file = "Django-4.1.7-py3-none-any.whl", hash = "sha256:f2f431e75adc40039ace496ad3b9f17227022e8b11566f4b363da44c7e44761e"},
{file = "Django-4.1.7.tar.gz", hash = "sha256:44f714b81c5f190d9d2ddad01a532fe502fa01c4cb8faf1d081f4264ed15dcd8"},
]
[package.dependencies]
@ -4264,4 +4264,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
[metadata]
lock-version = "2.0"
python-versions = "^3.11"
content-hash = "a39cffa3462f5a2fa1ce28b3080855e41adc91f594e022606cf1e5ca1b9fb33c"
content-hash = "b51e76492daddce15b8d1a30800d5d387d6dff0e0d48c5852c9afad3667b5712"

Просмотреть файл

@ -16,7 +16,7 @@ license = "BSD 3-Clause"
[tool.poetry.dependencies]
python = "^3.11"
APScheduler = "^3.10.0"
Django = "^4.1.6"
Django = "^4.1.7"
babis = "^0.2.4"
Pillow = "^9.4.0"
bleach = {version = "^6.0.0", extras = ["css"]}