Update dependency Django to v3.2.16 (develop)

This commit is contained in:
RenovateBot 2022-10-22 08:28:42 +00:00 committed by Georg Krause
parent 254bfbb2c5
commit d4eefb0659
2 changed files with 7 additions and 7 deletions

12
api/poetry.lock generated
View File

@ -580,8 +580,8 @@ djangorestframework = ">=3.7.0"
with-social = ["django-allauth (>=0.40.0,<0.51.0)"]
[[package]]
name = "Django"
version = "3.2.15"
name = "django"
version = "3.2.16"
description = "A high-level Python Web framework that encourages rapid development and clean, pragmatic design."
category = "main"
optional = false
@ -2193,7 +2193,7 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
[metadata]
lock-version = "1.1"
python-versions = "^3.7"
content-hash = "3570a65f5a72461191e294701d9add30db54a2f6fd0fdcdf70ee0c2ad7c276a4"
content-hash = "351127007141c52816c997ba3f6c14905e6fc07597cd36395a107440f1689f35"
[metadata.files]
aiohttp = [
@ -2614,9 +2614,9 @@ Deprecated = [
dj-rest-auth = [
{file = "dj-rest-auth-2.2.5.tar.gz", hash = "sha256:c9a0dd9c79c33a2d4c723d1e4c1a60ab4657b6333aa2539b6781fe25a01c41b6"},
]
Django = [
{file = "Django-3.2.15-py3-none-any.whl", hash = "sha256:115baf5049d5cf4163e43492cdc7139c306ed6d451e7d3571fe9612903903713"},
{file = "Django-3.2.15.tar.gz", hash = "sha256:f71934b1a822f14a86c9ac9634053689279cd04ae69cb6ade4a59471b886582b"},
django = [
{file = "Django-3.2.16-py3-none-any.whl", hash = "sha256:18ba8efa36b69cfcd4b670d0fa187c6fe7506596f0ababe580e16909bcdec121"},
{file = "Django-3.2.16.tar.gz", hash = "sha256:3adc285124244724a394fa9b9839cc8cd116faf7d159554c43ecdaa8cdf0b94d"},
]
django-allauth = [
{file = "django-allauth-0.42.0.tar.gz", hash = "sha256:f17209410b7f87da0a84639fd79d3771b596a6d3fc1a8e48ce50dabc7f441d30"},

View File

@ -7,7 +7,7 @@ license = "GNU AGPLv3"
[tool.poetry.dependencies]
python = "^3.7"
Django = "==3.2.15"
Django = "==3.2.16"
django-environ = "==0.9.0"
Pillow = "==9.2.0"
django-allauth = "==0.42.0"