File tree Expand file tree Collapse file tree 2 files changed +127
-119
lines changed Expand file tree Collapse file tree 2 files changed +127
-119
lines changed Original file line number Diff line number Diff line change @@ -7,24 +7,24 @@ readme = "README.md"
7
7
license = { file = " LICENSE" }
8
8
requires-python = " >= 3.12"
9
9
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" ,
13
13
" channels-redis[cryptography]>=4.2.1" ,
14
14
" celery>=5.4.0" ,
15
15
" django-celery-beat>=2.7.0" ,
16
16
" django-cleanup>=9.0.0" ,
17
17
" django-mptt>=0.16.0" ,
18
- " boto3>=1.35.73 " ,
18
+ " boto3>=1.36.11 " ,
19
19
" 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" ,
23
23
" 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 " ,
26
26
" gunicorn>=23.0.0" ,
27
- " uvicorn-worker>=0.2 .0" ,
27
+ " uvicorn-worker>=0.3 .0" ,
28
28
]
29
29
30
30
[project .urls ]
You can’t perform that action at this time.
0 commit comments