File tree Expand file tree Collapse file tree 6 files changed +28
-36
lines changed
Expand file tree Collapse file tree 6 files changed +28
-36
lines changed Original file line number Diff line number Diff line change @@ -31,38 +31,38 @@ repos:
3131 types_or : [scss]
3232 require_serial : true
3333 - repo : https://github.com/adamchainz/django-upgrade
34- rev : 1.25.0
34+ rev : 1.29.1
3535 hooks :
3636 - id : django-upgrade
3737 args : [--target-version, "5.1"]
3838 - repo : https://github.com/adamchainz/djade-pre-commit
39- rev : " 1.4 .0"
39+ rev : " 1.7 .0"
4040 hooks :
4141 - id : djade
4242 args : [--target-version, "5.1"]
4343 - repo : https://github.com/astral-sh/ruff-pre-commit
44- rev : " v0.12.9 "
44+ rev : " v0.14.14 "
4545 hooks :
4646 - id : ruff
4747 args : [--unsafe-fixes]
4848 - id : ruff-format
4949 - repo : https://github.com/tox-dev/pyproject-fmt
50- rev : v2.6.0
50+ rev : v2.11.1
5151 hooks :
5252 - id : pyproject-fmt
5353 - repo : https://github.com/abravalheri/validate-pyproject
5454 rev : v0.24.1
5555 hooks :
5656 - id : validate-pyproject
5757 - repo : https://github.com/biomejs/pre-commit
58- rev : " v2.2.0 "
58+ rev : " v2.3.13 "
5959 hooks :
6060 - id : biome-check
6161 args : [--unsafe]
6262 types_or : [css, javascript, json]
6363 verbose : true
6464 - repo : https://github.com/boidolr/pre-commit-images
65- rev : v1.9 .0
65+ rev : v1.11 .0
6666 hooks :
6767 - id : optimize-avif
6868 - id : optimize-jpg
Original file line number Diff line number Diff line change 11{
2- "$schema" : " https://biomejs.dev/schemas/2.1.1 /schema.json" ,
2+ "$schema" : " https://biomejs.dev/schemas/2.3.13 /schema.json" ,
33 "formatter" : {
44 "enabled" : true ,
55 "useEditorconfig" : true
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ classifiers = [
1818 " Programming Language :: Python :: 3 :: Only" ,
1919 " Programming Language :: Python :: 3.12" ,
2020 " Programming Language :: Python :: 3.13" ,
21+ " Programming Language :: Python :: 3.14" ,
2122]
2223dependencies = [
2324 " click" ,
Original file line number Diff line number Diff line change 3636/* Set core body defaults */
3737body {
3838 min-height : 100vh ;
39- /* biome-ignore lint/suspicious/noDuplicateProperties: May be unsupported */
4039 min-height : -webkit-fill-available;
4140 scroll-behavior : smooth;
4241 text-rendering : optimizespeed;
Original file line number Diff line number Diff line change 11blacknoise
22coverage
3+ django
34django-authlib
45django-canonical-domain
56django-debug-toolbar
67django-ratelimit
7- django>=5.1b1
88granian
99polib
1010psycopg[binary]
11- sentry-sdk
11+ sentry-sdk<3
1212speckenv
1313time-machine
Original file line number Diff line number Diff line change 11# AUTOGENERATED, DO NOT EDIT
22
3- anyio == 4.10.0
4- asgiref == 3.9.1
3+ anyio == 4.12.1
4+ asgiref == 3.11.0
55blacknoise == 1.2.0
6- certifi == 2025.8.3
7- charset-normalizer == 3.4.3
8- click == 8.2 .1
9- coverage == 7.10.4
10- django == 5.2.5
6+ certifi == 2026.1.4
7+ charset-normalizer == 3.4.4
8+ click == 8.3 .1
9+ coverage == 7.13.2
10+ django == 6.0.1
1111django-authlib == 0.17.2
1212django-canonical-domain == 0.11.0
13- django-debug-toolbar == 6.0 .0
13+ django-debug-toolbar == 6.2 .0
1414django-ratelimit == 4.1.0
15- granian == 2.5.0
16- idna == 3.10
17- importlib-metadata == 8.7.0
15+ granian == 2.6.1
16+ idna == 3.11
1817oauthlib == 3.3.1
19- opentelemetry-api == 1.36.0
20- opentelemetry-sdk == 1.36.0
21- opentelemetry-semantic-conventions == 0.57b0
2218polib == 1.2.0
23- psycopg == 3.2.9
24- psycopg-binary == 3.2.9
25- python-dateutil == 2.9.0.post0
19+ psycopg == 3.3.2
20+ psycopg-binary == 3.3.2
2621requests == 2.32.5
2722requests-oauthlib == 2.0.0
28- sentry-sdk == 3.0.0a5
29- six == 1.17.0
30- sniffio == 1.3.1
23+ sentry-sdk == 2.51.0a1
3124speckenv == 6.2
32- sqlparse == 0.5.3
33- starlette == 0.47.2
34- time-machine == 2.19.0
35- typing-extensions == 4.15.0rc1
36- urllib3 == 2.5.0
37- zipp == 3.23.0
25+ sqlparse == 0.5.5
26+ starlette == 0.52.1
27+ time-machine == 3.2.0
28+ typing-extensions == 4.15.0
29+ urllib3 == 2.6.3
You can’t perform that action at this time.
0 commit comments