Skip to content

Commit 7a38e85

Browse files
Merge pull request #187 from kinde-oss/renovate/django-6.x
chore(deps): update dependency django to v6
2 parents a550b17 + 973356d commit 7a38e85

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
requests~=2.32.5; python_version < "3.10"
22
requests~=2.34.2; python_version >= "3.10"
33
# Core dependencies
4-
django>=4.2.0,<5.0.0
4+
django>=4.2.0,<5.0.0; python_version < "3.12"
5+
django>=6.0.6,<6.1.0; python_version >= "3.12"
56
python-dotenv>=1.0.0
67
cryptography>=48.0.1,<48.1
78
pyjwt>=2.10.0

0 commit comments

Comments
 (0)