We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c5ce0a commit fabb4bcCopy full SHA for fabb4bc
.pre-commit-config.yaml
@@ -36,6 +36,7 @@ repos:
36
rev: "1.22.2"
37
hooks:
38
- id: django-upgrade
39
+ # TODO: Update to 5.2 when django-upgrade supports it
40
args: [--target-version, "5.1"]
41
- repo: https://github.com/psf/black
42
rev: 24.10.0
requirements/common.txt
@@ -7,7 +7,7 @@ django-push @ git+https://github.com/brutasse/django-push.git@22fda99641cfbd2f30
7
django-read-only==1.18.0
8
django-recaptcha==4.0.0
9
django-registration-redux==2.13
10
-Django==5.1.5
+Django==5.2a1
11
docutils==0.21.2
12
feedparser==6.0.11
13
Jinja2==3.1.5
0 commit comments