Skip to content

Commit a9f83ca

Browse files
committed
Dependency upgrades
Only thing holding back from Django 5.2 is django-simple-bulma, @lemonsaurus can you have a look at the PR when possible?
1 parent 7549187 commit a9f83ca

File tree

2 files changed

+190
-181
lines changed

2 files changed

+190
-181
lines changed

pyproject.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,33 +6,33 @@ authors = [{ name = "Python Discord", email = "[email protected]" }]
66
requires-python = "==3.11.*"
77
license = "MIT"
88
dependencies = [
9-
"django==5.1.9",
9+
"django==5.1.11",
1010
"django-distill==3.2.7",
11-
"django-environ==0.11.2",
11+
"django-environ==0.12.0",
1212
"django-filter==25.1",
13-
"django-prometheus==2.3.1",
13+
"django-prometheus==2.4.1",
1414
"django-simple-bulma==2.6.0",
1515
"djangorestframework==3.16.0",
1616
"gunicorn==23.0.0",
1717
"httpx==0.28.1",
18-
"markdown==3.8",
19-
"psycopg[binary]==3.2.6",
18+
"markdown==3.8.2",
19+
"psycopg[binary]==3.2.9",
2020
"pyjwt[crypto]==2.10.1",
21-
"pymdown-extensions==10.14.3",
21+
"pymdown-extensions==10.16",
2222
"python-frontmatter==1.1.0",
2323
"pyyaml==6.0.2",
24-
"sentry-sdk==2.22.0",
24+
"sentry-sdk==2.33.0",
2525
"whitenoise==6.9.0",
2626
]
2727

2828
[dependency-groups]
2929
dev = [
30-
"python-dotenv==1.1.0",
30+
"python-dotenv==1.1.1",
3131
"taskipy==1.14.1",
32-
"ruff==0.9.10",
32+
"ruff==0.12.4",
3333
]
3434
lint = ["pre-commit==4.2.0"]
35-
test = ["coverage==7.8.0"]
35+
test = ["coverage==7.9.2"]
3636

3737
[tool.uv]
3838
package = false

0 commit comments

Comments
 (0)