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 7da4e24 commit 4257af9Copy full SHA for 4257af9
.pre-commit-config.yaml
@@ -36,7 +36,7 @@ repos:
36
rev: "1.24.0"
37
hooks:
38
- id: django-upgrade
39
- args: [--target-version, "5.1"]
+ args: [--target-version, "5.2"]
40
- repo: https://github.com/psf/black
41
rev: 25.1.0
42
requirements/common.txt
@@ -7,7 +7,7 @@ django-push @ git+https://github.com/brutasse/django-push.git@22fda99641cfbd2f30
7
django-read-only==1.19.0
8
django-recaptcha==4.0.0
9
django-registration-redux==2.13
10
-Django==5.1.7
+Django==5.2
11
docutils==0.21.2
12
feedparser==6.0.11
13
Jinja2==3.1.6
0 commit comments