File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ dependencies = [
22
22
" django-ninja>=1.3.0" ,
23
23
" django-polymorphic @ git+https://github.com/jazzband/django-polymorphic/@v4.0.0a" ,
24
24
" django-redis>=5.4.0" ,
25
- " django-rq> =3.0.0" ,
25
+ " django-rq= =3.0.0" ,
26
26
" django-sass-processor>=1.4.1" ,
27
27
" django-storages[boto3]>=1.14.2" ,
28
28
" django-tz-detect>=0.5.0" ,
@@ -55,7 +55,7 @@ dependencies = [
55
55
" discord-py>=2.4.0" ,
56
56
" libsass>=0.23.0" ,
57
57
" django-storages>=1.14.5" ,
58
- " urllib3<2.4.0 " ,
58
+ " certifi==2025.1.31 " ,
59
59
]
60
60
61
61
[tool .rye ]
Original file line number Diff line number Diff line change @@ -31,13 +31,13 @@ beautifulsoup4==4.13.4
31
31
bleach==5.0.1
32
32
# via django-bleach
33
33
blurhash-python==1.2.2
34
- boto3==1.38.7
34
+ boto3==1.38.8
35
35
# via django-storages
36
- botocore==1.38.7
36
+ botocore==1.38.8
37
37
# via boto3
38
38
# via s3transfer
39
39
cachetools==5.5.2
40
- certifi==2025.4.26
40
+ certifi==2025.1.31
41
41
# via httpcore
42
42
# via httpx
43
43
# via requests
@@ -55,7 +55,7 @@ click==8.1.8
55
55
# via rq
56
56
colorama==0.4.6
57
57
# via djlint
58
- cryptography==44.0.2
58
+ cryptography==44.0.3
59
59
# via atproto
60
60
cssbeautifier==1.15.4
61
61
# via djlint
@@ -259,7 +259,7 @@ typing-inspection==0.4.0
259
259
# via pydantic
260
260
tzlocal==5.3.1
261
261
# via dateparser
262
- urllib3==2.3 .0
262
+ urllib3==2.4 .0
263
263
# via botocore
264
264
# via django-anymail
265
265
# via requests
Original file line number Diff line number Diff line change @@ -30,13 +30,13 @@ beautifulsoup4==4.13.4
30
30
bleach==5.0.1
31
31
# via django-bleach
32
32
blurhash-python==1.2.2
33
- boto3==1.38.7
33
+ boto3==1.38.8
34
34
# via django-storages
35
- botocore==1.38.7
35
+ botocore==1.38.8
36
36
# via boto3
37
37
# via s3transfer
38
38
cachetools==5.5.2
39
- certifi==2025.4.26
39
+ certifi==2025.1.31
40
40
# via httpcore
41
41
# via httpx
42
42
# via requests
@@ -49,7 +49,7 @@ charset-normalizer==3.4.2
49
49
click==8.1.8
50
50
# via atproto
51
51
# via rq
52
- cryptography==44.0.2
52
+ cryptography==44.0.3
53
53
# via atproto
54
54
dateparser==1.2.1
55
55
deepmerge==2.0
@@ -208,7 +208,7 @@ typing-inspection==0.4.0
208
208
# via pydantic
209
209
tzlocal==5.3.1
210
210
# via dateparser
211
- urllib3==2.3 .0
211
+ urllib3==2.4 .0
212
212
# via botocore
213
213
# via django-anymail
214
214
# via requests
You can’t perform that action at this time.
0 commit comments