Skip to content

Commit c6f9b91

Browse files
committed
Upgrades
1 parent b7766f8 commit c6f9b91

File tree

6 files changed

+28
-36
lines changed

6 files changed

+28
-36
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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

cli/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
]
2223
dependencies = [
2324
"click",

frontend/styles/reset.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ dd {
3636
/* Set core body defaults */
3737
body {
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;

requirements-to-freeze.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
blacknoise
22
coverage
3+
django
34
django-authlib
45
django-canonical-domain
56
django-debug-toolbar
67
django-ratelimit
7-
django>=5.1b1
88
granian
99
polib
1010
psycopg[binary]
11-
sentry-sdk
11+
sentry-sdk<3
1212
speckenv
1313
time-machine

requirements.txt

Lines changed: 18 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,29 @@
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
55
blacknoise==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
1111
django-authlib==0.17.2
1212
django-canonical-domain==0.11.0
13-
django-debug-toolbar==6.0.0
13+
django-debug-toolbar==6.2.0
1414
django-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
1817
oauthlib==3.3.1
19-
opentelemetry-api==1.36.0
20-
opentelemetry-sdk==1.36.0
21-
opentelemetry-semantic-conventions==0.57b0
2218
polib==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
2621
requests==2.32.5
2722
requests-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
3124
speckenv==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

0 commit comments

Comments
 (0)