File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -26,16 +26,16 @@ readme = "README.md"
26
26
requires-python = " >=3.12"
27
27
dependencies = [
28
28
" beautifulsoup4==4.13.4" ,
29
- " boto3==1.38.36 " ,
29
+ " boto3==1.38.44 " ,
30
30
" Brotli==1.1.0" ,
31
31
" celery[redis]==5.5.3" ,
32
32
" django-configurations==2.5.1" ,
33
33
" django-cors-headers==4.7.0" ,
34
34
" django-countries==7.6.1" ,
35
35
" django-filter==25.1" ,
36
- " django-lasuite[all]==0.0.9 " ,
36
+ " django-lasuite[all]==0.0.10 " ,
37
37
" django-parler==2.3" ,
38
- " django-redis==5.4 .0" ,
38
+ " django-redis==6.0 .0" ,
39
39
" django-storages[s3]==1.14.6" ,
40
40
" django-timezone-field>=5.1" ,
41
41
" django==5.2.3" ,
@@ -48,17 +48,17 @@ dependencies = [
48
48
" gunicorn==23.0.0" ,
49
49
" jsonschema==4.24.0" ,
50
50
" lxml==5.4.0" ,
51
- " markdown==3.8" ,
51
+ " markdown==3.8.2 " ,
52
52
" mozilla-django-oidc==4.0.1" ,
53
53
" nested-multipart-parser==1.5.0" ,
54
- " openai==1.86 .0" ,
54
+ " openai==1.91 .0" ,
55
55
" psycopg[binary]==3.2.9" ,
56
- " pycrdt==0.12.21 " ,
56
+ " pycrdt==0.12.22 " ,
57
57
" PyJWT==2.10.1" ,
58
58
" python-magic==0.4.27" ,
59
59
" redis<6.0.0" ,
60
60
" requests==2.32.4" ,
61
- " sentry-sdk==2.30 .0" ,
61
+ " sentry-sdk==2.31 .0" ,
62
62
" whitenoise==6.9.0" ,
63
63
]
64
64
@@ -76,16 +76,16 @@ dev = [
76
76
" freezegun==1.5.2" ,
77
77
" ipdb==0.13.13" ,
78
78
" ipython==9.3.0" ,
79
- " pyfakefs==5.8.0 " ,
79
+ " pyfakefs==5.9.1 " ,
80
80
" pylint-django==2.6.1" ,
81
81
" pylint==3.3.7" ,
82
82
" pytest-cov==6.2.1" ,
83
83
" pytest-django==4.11.1" ,
84
- " pytest==8.4.0 " ,
84
+ " pytest==8.4.1 " ,
85
85
" pytest-icdiff==0.9" ,
86
86
" pytest-xdist==3.7.0" ,
87
87
" responses==0.25.7" ,
88
- " ruff==0.11.13 " ,
88
+ " ruff==0.12.0 " ,
89
89
" types-requests==2.32.4.20250611" ,
90
90
]
91
91
You can’t perform that action at this time.
0 commit comments