diff --git a/api/poetry.lock b/api/poetry.lock index e9ca21e9e..3076b3ca3 100644 --- a/api/poetry.lock +++ b/api/poetry.lock @@ -2166,7 +2166,7 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "9c7b4e8d1ee5bafa6766b78ffde7c703047cf80ed40feca58fa6ba4a0a5c2167" +content-hash = "cf705cc4837e238496e580e10a257c5adc3c047b70e362b32aa358140ee2f86e" [metadata.files] aiohttp = [ diff --git a/api/pyproject.toml b/api/pyproject.toml index a31352c6d..87cf49463 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -8,7 +8,7 @@ license = "GNU AGPLv3" [tool.poetry.dependencies] python = "^3.7" Django = "==3.2.15" -setuptools = "==63.4.1" +setuptools = "==63.4.3" django-environ = "==0.9.0" Pillow = "==9.2.0" django-allauth = "==0.42.0"