File tree Expand file tree Collapse file tree 3 files changed +17
-5
lines changed
Expand file tree Collapse file tree 3 files changed +17
-5
lines changed Original file line number Diff line number Diff line change @@ -31,8 +31,10 @@ djangorestframework==3.15.1
3131 # drf-yasg
3232drf-yasg == 1.21.10
3333 # via -r requirements-dev.in
34- exceptiongroup == 1.2.2
35- # via pytest
34+ exceptiongroup == 1.3.1
35+ # via
36+ # -c requirements.txt
37+ # pytest
3638faker == 12.0.1
3739 # via mixer
3840filelock == 3.16.1
@@ -111,6 +113,10 @@ tomli==1.2.3
111113 # build
112114 # pip-tools
113115 # pytest
116+ typing-extensions == 4.15.0
117+ # via
118+ # -c requirements.txt
119+ # exceptiongroup
114120uritemplate == 3.0.1
115121 # via drf-yasg
116122virtualenv == 20.26.6
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ le-utils>=0.2.12
99gunicorn==23.0.0
1010django-postmark==0.1.6
1111jsonfield==3.1.0
12- celery==5.5.3
12+ celery==5.6.0
1313redis
1414python-postmark==0.7.0
1515Django==3.2.24
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ botocore==1.20.75
2828 # s3transfer
2929cachetools == 4.2.2
3030 # via google-auth
31- celery == 5.5.3
31+ celery == 5.6.0
3232 # via
3333 # -r requirements.in
3434 # django-celery-results
@@ -95,6 +95,8 @@ django-webpack-loader==0.7.0
9595 # via -r requirements.in
9696djangorestframework == 3.15.1
9797 # via -r requirements.in
98+ exceptiongroup == 1.3.1
99+ # via celery
98100google-api-core [grpc ]== 1.27.0
99101 # via
100102 # google-cloud-core
@@ -154,7 +156,7 @@ jsonschema==4.25.1
154156 # via -r requirements.in
155157jsonschema-specifications == 2024.10.1
156158 # via jsonschema
157- kombu == 5.5.2
159+ kombu == 5.6.1
158160 # via celery
159161langcodes == 3.5.1
160162 # via -r requirements.in
@@ -174,6 +176,7 @@ packaging==25.0
174176 # google-cloud-error-reporting
175177 # google-cloud-kms
176178 # gunicorn
179+ # kombu
177180pillow == 12.0.0
178181 # via -r requirements.in
179182prometheus-client == 0.10.1
@@ -254,6 +257,7 @@ sqlparse==0.4.1
254257 # via django
255258typing-extensions == 4.15.0
256259 # via
260+ # exceptiongroup
257261 # pydantic
258262 # pydantic-core
259263 # referencing
@@ -262,6 +266,8 @@ typing-inspection==0.4.2
262266 # via pydantic
263267tzdata == 2025.2
264268 # via kombu
269+ tzlocal == 5.3.1
270+ # via celery
265271urllib3 == 1.26.18
266272 # via
267273 # botocore
You can’t perform that action at this time.
0 commit comments