Skip to content

Commit bbc62ac

Browse files
authored
Update Django 6.1 dependency to stable release. (#10016)
1 parent f780434 commit bbc62ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ optional = [
7272
]
7373
django52 = [ "django>=5.2,<6.0" ]
7474
django60 = [ "django>=6.0,<6.1" ]
75-
django61 = [ "django>=6.1rc1,<6.2" ]
75+
django61 = [ "django>=6.1,<6.2" ]
7676
djangomain = [ "django @ https://github.com/django/django/archive/main.tar.gz" ]
7777

7878
[tool.setuptools]

0 commit comments

Comments
 (0)