chore(deps): bump django from 3.2.4 to 3.2.5 in /app (#5881)

This commit is contained in:
dependabot[bot] 2021-07-06 16:04:56 +00:00 коммит произвёл GitHub
Родитель 96df7f4f8f
Коммит bdc0e313ba
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 5 добавлений и 5 удалений

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

@ -330,7 +330,7 @@ python-versions = ">=2.6, !=3.0.*, !=3.1.*"
[[package]]
name = "django"
version = "3.2.4"
version = "3.2.5"
description = "A high-level Python Web framework that encourages rapid development and clean, pragmatic design."
category = "main"
optional = false
@ -1574,7 +1574,7 @@ multidict = ">=4.0"
[metadata]
lock-version = "1.1"
python-versions = "^3.9"
content-hash = "e2daa4158e6813ba6271b19b64fd8452ccd18179917d41cfc72a164cadb9bf00"
content-hash = "5a6470abda5e8520e86e0904d19b15db6c2cbdff47b5dab09de46378aa3e1d88"
[metadata.files]
aiohttp = [
@ -1799,8 +1799,8 @@ decorator = [
{file = "decorator-4.4.2.tar.gz", hash = "sha256:e3a62f0520172440ca0dcc823749319382e377f37f140a0b99ef45fecb84bfe7"},
]
django = [
{file = "Django-3.2.4-py3-none-any.whl", hash = "sha256:ea735cbbbb3b2fba6d4da4784a0043d84c67c92f1fdf15ad6db69900e792c10f"},
{file = "Django-3.2.4.tar.gz", hash = "sha256:66c9d8db8cc6fe938a28b7887c1596e42d522e27618562517cc8929eb7e7f296"},
{file = "Django-3.2.5-py3-none-any.whl", hash = "sha256:c58b5f19c5ae0afe6d75cbdd7df561e6eb929339985dbbda2565e1cabb19a62e"},
{file = "Django-3.2.5.tar.gz", hash = "sha256:3da05fea54fdec2315b54a563d5b59f3b4e2b1e69c3a5841dda35019c01855cd"},
]
django-cors-headers = [
{file = "django-cors-headers-3.7.0.tar.gz", hash = "sha256:96069c4aaacace786a34ee7894ff680780ec2644e4268b31181044410fecd12e"},

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

@ -6,7 +6,7 @@ authors = [""]
[tool.poetry.dependencies]
python = "^3.9"
Django = "3.2.4"
Django = "3.2.5"
black = "21.6b0"
celery = "5.1.2"
coverage = "5.5"