File tree 2 files changed +217
-70
lines changed
2 files changed +217
-70
lines changed Original file line number Diff line number Diff line change @@ -7,22 +7,22 @@ readme = "README.md"
7
7
license = { file = " LICENSE" }
8
8
requires-python = " >= 3.12"
9
9
dependencies = [
10
- " django>=5.1.1 " ,
10
+ " django>=5.1.3 " ,
11
11
" 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 " ,
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.10 " ,
18
+ " boto3>=1.35.73 " ,
19
19
" markdown>=3.7" ,
20
20
" 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 " ,
26
26
" gunicorn>=23.0.0" ,
27
27
" uvicorn-worker>=0.2.0" ,
28
28
]
You can’t perform that action at this time.
0 commit comments