From bf709a553cd275d7abaab370c38a94790e4d1be0 Mon Sep 17 00:00:00 2001 From: James Turk Date: Sun, 15 Oct 2023 15:32:31 -0500 Subject: [PATCH] allow for latest versions of packaging --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 304226b..3542e99 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ keywords = ["magic link", "authentication", "passwordless"] [tool.poetry.dependencies] python = "^3.6" Django = ">=2.1" -packaging = ">=20.9,<22.0" +packaging = ">=20.9,<24.0" [tool.poetry.dev-dependencies] flake8 = "^4.0.1"