From d9af197801376fae178761cac12d57178a738cf4 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Tue, 28 Jan 2025 08:02:13 +0100 Subject: Refs #36005 -- Bumped minimum supported versions of 3rd-party packages. This bumps minimum supported versions of 3rd-party packages to the first releases to support Python 3.12. --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index 540e64d951..f10d15d20d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ dynamic = ["version"] requires-python = ">= 3.12" dependencies = [ "asgiref>=3.8.1", - "sqlparse>=0.3.1", + "sqlparse>=0.5.0", "tzdata; sys_platform == 'win32'", ] authors = [ @@ -37,8 +37,8 @@ classifiers = [ ] [project.optional-dependencies] -argon2 = ["argon2-cffi>=19.1.0"] -bcrypt = ["bcrypt"] +argon2 = ["argon2-cffi>=23.1.0"] +bcrypt = ["bcrypt>=4.1.1"] [project.scripts] django-admin = "django.core.management:execute_from_command_line" -- cgit v1.3