Skip to content

Commit ca8cd82

Browse files
committed
Update Django version to 5.2.6
# Conflicts: # requirements.txt
1 parent 4bed622 commit ca8cd82

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ repos:
3131
args: [--py312]
3232

3333
- repo: https://github.com/adamchainz/django-upgrade
34-
rev: "1.22.2"
34+
rev: "1.28.0"
3535
hooks:
3636
- id: django-upgrade
37-
args: [--target-version, "5.0"]
37+
args: [--target-version, "5.2"]
3838

3939
- repo: https://github.com/psf/black
4040
rev: 24.10.0

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# rest is needed to support wiki pages written in rst
33
Trac[babel, pygments, rest]==1.6.0
44
psycopg2==2.9.9 --no-binary=psycopg2
5-
Django==5.1.7
5+
Django==5.2.6
66
libsass==0.23.0
77

88
# Optional Trac dependencies that make DeprecationWarning go away.

0 commit comments

Comments
 (0)