Update dependency setuptools to v60 (develop)
This commit is contained in:
parent
a0253b669c
commit
eba91e749e
|
@ -2088,7 +2088,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 = "9da5a9d1e0ae3f60f340a211a657775be35e35a757b7720f8eb1f1e3ce8cdb56"
|
content-hash = "98cc9886e8421bc7b8c5c2c2a19ed6c1ed3c553b3862f3b81bb0ff1ba24e1c72"
|
||||||
|
|
||||||
[metadata.files]
|
[metadata.files]
|
||||||
aiohttp = [
|
aiohttp = [
|
||||||
|
|
|
@ -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 = "==57.5.0"
|
setuptools = "==60.9.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"
|
||||||
|
|
Loading…
Reference in New Issue