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 0b8e5aa commit 40cc2e3Copy full SHA for 40cc2e3
.pre-commit-config.yaml
@@ -35,7 +35,7 @@ repos:
35
rev: "1.22.1"
36
hooks:
37
- id: django-upgrade
38
- args: [--target-version, "4.2"]
+ args: [--target-version, "5.0"]
39
- repo: https://github.com/psf/black
40
rev: 24.10.0
41
requirements/common.txt
@@ -7,7 +7,7 @@ django-push @ git+https://github.com/brutasse/django-push.git@22fda99641cfbd2f30
7
django-read-only==1.16.0
8
django-recaptcha==4.0.0
9
django-registration-redux==2.13
10
-Django==4.2.16
+Django==5.0.9
11
docutils==0.21.2
12
feedparser==6.0.11
13
Jinja2==3.1.4
0 commit comments