Skip to content

Commit

Permalink
Upgrade Django version to 5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ulgens committed Jan 24, 2025
1 parent 8e8f283 commit 94cfd76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ repos:
rev: "1.22.2"
hooks:
- id: django-upgrade
# TODO: Update to 5.2 when django-upgrade supports it
args: [--target-version, "5.1"]
- repo: https://github.com/psf/black
rev: 24.10.0
Expand Down
2 changes: 1 addition & 1 deletion requirements/common.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ django-push @ git+https://github.com/brutasse/django-push.git@22fda99641cfbd2f30
django-read-only==1.18.0
django-recaptcha==4.0.0
django-registration-redux==2.13
Django==5.1.5
Django==5.2a1
docutils==0.21.2
feedparser==6.0.11
Jinja2==3.1.5
Expand Down

0 comments on commit 94cfd76

Please sign in to comment.