From ec5cf08eefbc55a6086e89f201c49b3f9891a36d Mon Sep 17 00:00:00 2001 From: Joel Falknau Date: Fri, 13 Sep 2024 23:09:12 +1000 Subject: [PATCH] update classifiers and dependencies --- pyproject.toml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 68092df9..18b47caa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ classifiers = [ "Environment :: Web Environment", "Framework :: Celery", "Framework :: Django", - "Framework :: Django :: 4.2", + "Framework :: Django :: 5.1", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License v2 (GPLv2)", "Operating System :: POSIX :: Linux", @@ -39,15 +39,15 @@ dynamic = [ dependencies = [ "bcrypt", "beautifulsoup4", - "celery<6,>=5.2", + "celery<6,>=5.4", "celery-once>=3.0.1", "django<5.2,>=5.1", "django-bootstrap-form", "django-bootstrap5>=23.3", "django-celery-beat>=2.7", "django-esi>=5", - "django-redis>=5.2", - "django-registration<3.4,>=3.3", + "django-redis>=5.4", + "django-registration<4,>=3.3", "django-solo", "django-sortedm2m", "dnspython", @@ -57,17 +57,17 @@ dependencies = [ "passlib", "pydiscourse", "python-slugify>=1.2", - "redis>=4", + "redis>=5", "requests>=2.9.1", "requests-oauthlib", "semantic-version", "slixmpp", ] optional-dependencies.docs = [ - "myst-parser", - "sphinx", + "myst-parser>=4", + "sphinx>=8", "sphinx-copybutton", - "sphinx-rtd-theme<3,>=2", + "sphinx-rtd-theme<4,>=3.0.0rc1", "sphinx-tabs", "sphinxcontrib-django", ]