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.39.4 " ,
29
+ " boto3==1.39.6 " ,
30
30
" Brotli==1.1.0" ,
31
31
" celery[redis]==5.5.3" ,
32
32
" django-configurations==2.5.1" ,
@@ -52,14 +52,14 @@ dependencies = [
52
52
" markdown==3.8.2" ,
53
53
" mozilla-django-oidc==4.0.1" ,
54
54
" nested-multipart-parser==1.5.0" ,
55
- " openai==1.95.0 " ,
55
+ " openai==1.96.1 " ,
56
56
" psycopg[binary]==3.2.9" ,
57
- " pycrdt==0.12.25 " ,
57
+ " pycrdt==0.12.26 " ,
58
58
" PyJWT==2.10.1" ,
59
59
" python-magic==0.4.27" ,
60
60
" redis<6.0.0" ,
61
61
" requests==2.32.4" ,
62
- " sentry-sdk==2.32 .0" ,
62
+ " sentry-sdk==2.33 .0" ,
63
63
" whitenoise==6.9.0" ,
64
64
]
65
65
@@ -74,7 +74,7 @@ dev = [
74
74
" django-extensions==4.1" ,
75
75
" django-test-migrations==1.5.0" ,
76
76
" drf-spectacular-sidecar==2025.7.1" ,
77
- " freezegun==1.5.2 " ,
77
+ " freezegun==1.5.3 " ,
78
78
" ipdb==0.13.13" ,
79
79
" ipython==9.4.0" ,
80
80
" pyfakefs==5.9.1" ,
@@ -86,7 +86,7 @@ dev = [
86
86
" pytest-icdiff==0.9" ,
87
87
" pytest-xdist==3.8.0" ,
88
88
" responses==0.25.7" ,
89
- " ruff==0.12.2 " ,
89
+ " ruff==0.12.3 " ,
90
90
" types-requests==2.32.4.20250611" ,
91
91
]
92
92
You can’t perform that action at this time.
0 commit comments