Skip to content

Commit d01ed18

Browse files
chore(deps): update python dependencies
1 parent e0889a7 commit d01ed18

File tree

2 files changed

+127
-119
lines changed

2 files changed

+127
-119
lines changed

pyproject.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,24 +7,24 @@ readme = "README.md"
77
license = { file = "LICENSE" }
88
requires-python = ">= 3.12"
99
dependencies = [
10-
"django>=5.1.3",
11-
"strawberry-graphql-django>=0.50.0",
12-
"channels==4.1.0",
10+
"django>=5.1.5",
11+
"strawberry-graphql-django>=0.55.1",
12+
"channels==4.2.0",
1313
"channels-redis[cryptography]>=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.73",
18+
"boto3>=1.36.11",
1919
"markdown>=3.7",
20-
"pillow>=11.0.0",
21-
"psycopg[binary]>=3.2.3",
22-
"sentry-sdk>=2.19.0",
20+
"pillow>=11.1.0",
21+
"psycopg[binary]>=3.2.4",
22+
"sentry-sdk>=2.20.0",
2323
"geoip2>=4.8.1",
24-
"httpx>=0.28.0",
25-
"uvicorn[standard]>=0.32.1",
24+
"httpx>=0.28.1",
25+
"uvicorn[standard]>=0.34.0",
2626
"gunicorn>=23.0.0",
27-
"uvicorn-worker>=0.2.0",
27+
"uvicorn-worker>=0.3.0",
2828
]
2929

3030
[project.urls]

0 commit comments

Comments
 (0)