Update dependency setuptools to v60.10.0 (develop)

This commit is contained in:
RenovateBot 2022-03-18 18:11:45 +00:00 committed by Georg Krause
parent 842071c13b
commit f5cee5f085
2 changed files with 2 additions and 2 deletions

2
api/poetry.lock generated
View File

@ -2088,7 +2088,7 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
[metadata]
lock-version = "1.1"
python-versions = "^3.7"
content-hash = "196f4ce2b5dffc92ea5c2229afa6345f5fdc8d0ad171f06f25fb8e3e03a0f85b"
content-hash = "9c96a619f75053a244bea2f75e296664c37d38d3638f4e4bb44f8179e62749c1"
[metadata.files]
aiohttp = [

View File

@ -8,7 +8,7 @@ license = "GNU AGPLv3"
[tool.poetry.dependencies]
python = "^3.7"
Django = "==3.2.12"
setuptools = "==60.9.3"
setuptools = "==60.10.0"
django-environ = "==0.8.1"
Pillow = "==9.0.1"
django-allauth = "==0.42.0"