diff --git a/requirements/base.txt b/requirements/base.txt index f48d0f1..1f10967 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -1,4 +1,4 @@ -setuptools>=68.2.2,<82 +setuptools>=82.0.1,<83 whitenoise==6.6.0 # https://github.com/evansd/whitenoise redis==5.0.1 # https://github.com/redis/redis-py celery==5.3.6 # pyup: < 6.0 # https://github.com/celery/celery diff --git a/requirements/production.txt b/requirements/production.txt index 3bde9f4..4ba7ec8 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -10,7 +10,7 @@ sentry-sdk[django]==2.5.1 # https://github.com/getsentry/sentry-python # Django # ------------------------------------------------------------------------------ django-anymail # https://github.com/anymail/django-anymail -setuptools>=68.2.2,<82 +setuptools>=82.0.1,<83 # Elastic-APM # https://pypi.org/project/elastic-apm/