Skip to content

Commit 5ab77f6

Browse files
Update setuptools requirement from <82,>=68.2.2 to >=82.0.1,<83
Updates the requirements on [setuptools](https://github.com/pypa/setuptools) to permit the latest version. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v68.2.2...v82.0.1) --- updated-dependencies: - dependency-name: setuptools dependency-version: 82.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1359be4 commit 5ab77f6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
setuptools>=68.2.2,<82
1+
setuptools>=82.0.1,<83
22
whitenoise==6.6.0 # https://github.com/evansd/whitenoise
33
redis==5.0.1 # https://github.com/redis/redis-py
44
celery==5.3.6 # pyup: < 6.0 # https://github.com/celery/celery

requirements/production.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ sentry-sdk[django]==2.5.1 # https://github.com/getsentry/sentry-python
1010
# Django
1111
# ------------------------------------------------------------------------------
1212
django-anymail # https://github.com/anymail/django-anymail
13-
setuptools>=68.2.2,<82
13+
setuptools>=82.0.1,<83
1414

1515

1616
# Elastic-APM # https://pypi.org/project/elastic-apm/

0 commit comments

Comments
 (0)