Skip to content

Commit 751f077

Browse files
committed
Update to DJ Press and plugins to 0.20
1 parent f2bb185 commit 751f077

File tree

2 files changed

+68
-68
lines changed

2 files changed

+68
-68
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[project]
22
name = "stuartm-nz"
3-
version = "0.19"
3+
version = "0.21"
44
description = "stuartm.nz"
55
readme = "README.md"
66
requires-python = ">=3.13"
77
dependencies = [
88
"django-environ>=0.11.2",
99
"django~=5.2.0",
10-
"djpress~=0.19",
10+
"djpress~=0.20",
1111
"whitenoise>=6.7.0",
1212
"gunicorn>=23.0.0",
1313
"rich>=13.8.1",
@@ -17,12 +17,12 @@ dependencies = [
1717
"pytest-django>=4.9.0",
1818
"mistune>=3.0.2",
1919
"pygments>=2.18.0",
20-
"djpress-publish-mastodon>=1.0.0",
20+
"djpress-publish-mastodon>=1.2.0",
2121
"httpx>=0.27.2",
2222
"uvicorn>=0.32.1",
2323
"uvicorn-worker>=0.2.0",
2424
"logfire[asgi,django]>=2.5.0",
25-
"djpress-publish-bluesky>=1.0.0",
25+
"djpress-publish-bluesky>=1.1.0",
2626
"django-storages[s3]>=1.14.6",
2727
"posthog>=4.4.0",
2828
]

0 commit comments

Comments
 (0)