Update dependency setuptools to v61 (develop)

This commit is contained in:
RenovateBot 2022-04-02 11:36:37 +00:00 committed by Georg Krause
parent ab18f97f20
commit 44e07b5fbd
2 changed files with 2 additions and 2 deletions

2
api/poetry.lock generated
View File

@ -2108,7 +2108,7 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
[metadata] [metadata]
lock-version = "1.1" lock-version = "1.1"
python-versions = "^3.7" python-versions = "^3.7"
content-hash = "1b1f70021b2edfd357f7b199de8ba9884090b8132c16be465ffcc51aff069a24" content-hash = "b95c00cef5eb692a67cf088c8fe7617f6d034bbaa020c311c798e75f6c55530f"
[metadata.files] [metadata.files]
aiohttp = [ aiohttp = [

View File

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