File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ readme = "README.md"
26
26
requires-python = " >=3.12"
27
27
dependencies = [
28
28
" beautifulsoup4==4.13.4" ,
29
- " boto3==1.38.18 " ,
29
+ " boto3==1.38.23 " ,
30
30
" Brotli==1.1.0" ,
31
31
" celery[redis]==5.5.2" ,
32
32
" django-configurations==2.5.1" ,
@@ -51,14 +51,14 @@ dependencies = [
51
51
" markdown==3.8" ,
52
52
" mozilla-django-oidc==4.0.1" ,
53
53
" nested-multipart-parser==1.5.0" ,
54
- " openai==1.79 .0" ,
54
+ " openai==1.82 .0" ,
55
55
" psycopg[binary]==3.2.9" ,
56
- " pycrdt==0.12.19 " ,
56
+ " pycrdt==0.12.20 " ,
57
57
" PyJWT==2.10.1" ,
58
58
" python-magic==0.4.27" ,
59
59
" redis<6.0.0" ,
60
60
" requests==2.32.3" ,
61
- " sentry-sdk==2.28.0 " ,
61
+ " sentry-sdk==2.29.1 " ,
62
62
" whitenoise==6.9.0" ,
63
63
]
64
64
@@ -73,7 +73,7 @@ dev = [
73
73
" django-extensions==4.1" ,
74
74
" django-test-migrations==1.5.0" ,
75
75
" drf-spectacular-sidecar==2025.5.1" ,
76
- " freezegun==1.5.1 " ,
76
+ " freezegun==1.5.2 " ,
77
77
" ipdb==0.13.13" ,
78
78
" ipython==9.2.0" ,
79
79
" pyfakefs==5.8.0" ,
@@ -85,7 +85,7 @@ dev = [
85
85
" pytest-icdiff==0.9" ,
86
86
" pytest-xdist==3.6.1" ,
87
87
" responses==0.25.7" ,
88
- " ruff==0.11.10 " ,
88
+ " ruff==0.11.11 " ,
89
89
" types-requests==2.32.0.20250515" ,
90
90
]
91
91
You can’t perform that action at this time.
0 commit comments