Update dependency setuptools to v60.9.3 (develop)

This commit is contained in:
RenovateBot 2022-02-18 06:33:19 +00:00
parent 9328bbc516
commit 42ac68eb4b
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 = "94cb40ef7f589feaf1c4264c95653e2bf529f8e199a87c0abc95007f28529587"
content-hash = "4bd61c867631c1bb2eadc43cd2b591f5a72f63b9ab07f1d71437bdb7562cc6d2"
[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.2"
setuptools = "==60.9.3"
django-environ = "==0.8.1"
Pillow = "==9.0.1"
django-allauth = "==0.42.0"