File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ default_language_version:
33 python : python3.13
44repos :
55 - repo : https://github.com/adamchainz/django-upgrade
6- rev : 1.24.0
6+ rev : 1.29.1
77 hooks :
88 - id : django-upgrade
9- args : [--target-version, "5.2 "]
9+ args : [--target-version, "6.0 "]
1010
1111 - repo : https://github.com/ambv/black
1212 rev : 24.4.2
Original file line number Diff line number Diff line change 11attrs>=21.4.0
22blessings
3- django
3+ django==6.0
44django-extensions
55django-pygmy
66django-sans-db>=1.2.0
Original file line number Diff line number Diff line change 22# uv pip compile requirements.prod.in --output-file=requirements.prod.txt
33alabaster==1.0.0
44 # via sphinx
5- asgiref==3.8.1
5+ asgiref==3.11.0
66 # via django
77attrs==21.4.0
88 # via -r requirements.prod.in
@@ -18,7 +18,7 @@ dj-database-url==0.5.0
1818 # via environs
1919dj-email-url==1.0.6
2020 # via environs
21- django==5.2
21+ django==6.0
2222 # via
2323 # -r requirements.prod.in
2424 # django-extensions
You can’t perform that action at this time.
0 commit comments