Update dependency setuptools to v57.5.0
This commit is contained in:
parent
822054348c
commit
714ce3b600
|
@ -2089,6 +2089,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 = "91022f41266dd789640d901ec0ba36a0499bb33c641cfee3d9ad0d3e472af12d"
|
||||||
|
|
||||||
[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.4.0"
|
setuptools = "==57.5.0"
|
||||||
django-environ = "==0.8.1"
|
django-environ = "==0.8.1"
|
||||||
Pillow = "==8.4.0"
|
Pillow = "==8.4.0"
|
||||||
django-allauth = "==0.42.0"
|
django-allauth = "==0.42.0"
|
||||||
|
|
Loading…
Reference in New Issue