Skip to content

Commit 4e63b46

Browse files
authored
Update pyproject.toml
Updating max Django bound to < 6
1 parent e8c97f6 commit 4e63b46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ include = [
4343

4444
[tool.poetry.dependencies]
4545
python = ">=3.8, <4.0"
46-
django = "> 2.2, < 5.2"
46+
django = "> 2.2, < 6"
4747
pyotp = '^2.9'
4848
fido2 = ">=1.2.0,<1.3"
4949

0 commit comments

Comments
 (0)