Skip to content

Commit abd7773

Browse files
chore(deps): update python dependencies (#591)
* chore(deps): update python dependencies * fix: 降低 channels 的版本 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: uy_sun <[email protected]>
1 parent 6630c05 commit abd7773

File tree

2 files changed

+217
-70
lines changed

2 files changed

+217
-70
lines changed

Diff for: pyproject.toml

+9-9
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,22 @@ readme = "README.md"
77
license = { file = "LICENSE" }
88
requires-python = ">= 3.12"
99
dependencies = [
10-
"django>=5.1.1",
10+
"django>=5.1.3",
1111
"strawberry-graphql-django>=0.50.0",
12-
"channels>=4.1.0",
13-
"channels-redis>=4.2.0",
12+
"channels==4.1.0",
13+
"channels-redis>=4.2.1",
1414
"celery>=5.4.0",
1515
"django-celery-beat>=2.7.0",
1616
"django-cleanup>=9.0.0",
1717
"django-mptt>=0.16.0",
18-
"boto3>=1.35.10",
18+
"boto3>=1.35.73",
1919
"markdown>=3.7",
2020
"pillow>=11.0.0",
21-
"psycopg[binary]>=3.2.1",
22-
"sentry-sdk>=2.13.0",
23-
"geoip2>=4.8.0",
24-
"httpx>=0.27.2",
25-
"uvicorn[standard]>=0.30.6",
21+
"psycopg[binary]>=3.2.3",
22+
"sentry-sdk>=2.19.0",
23+
"geoip2>=4.8.1",
24+
"httpx>=0.28.0",
25+
"uvicorn[standard]>=0.32.1",
2626
"gunicorn>=23.0.0",
2727
"uvicorn-worker>=0.2.0",
2828
]

0 commit comments

Comments
 (0)