File tree 5 files changed +18
-15
lines changed
5 files changed +18
-15
lines changed Original file line number Diff line number Diff line change @@ -14,4 +14,7 @@ updates:
14
14
dependency-name : pylint-pytest
15
15
versions :
16
16
- " > 1.1.2"
17
+ dependency-name : mail-parser
18
+ versions :
19
+ - " > 4.1.2"
17
20
rebase-strategy : disabled
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ requests-mock==1.12.1
13
13
pip-tools==7.4.1
14
14
piprot==0.9.11
15
15
pre-commit==3.8.0
16
- moto==5.0.20
16
+ moto==5.0.21
17
17
18
18
# Code static analysis
19
19
flake8==7.1.1
Original file line number Diff line number Diff line change @@ -33,15 +33,15 @@ backoff==2.2.1
33
33
# opentelemetry-exporter-otlp-proto-common
34
34
# opentelemetry-exporter-otlp-proto-grpc
35
35
# opentelemetry-exporter-otlp-proto-http
36
- bigtree == 0.22.1
36
+ bigtree == 0.22.3
37
37
# via -r requirements.in
38
38
billiard == 4.2.0
39
39
# via celery
40
- boto3 == 1.35.57
40
+ boto3 == 1.35.63
41
41
# via
42
42
# -r requirements.in
43
43
# moto
44
- botocore == 1.35.57
44
+ botocore == 1.35.63
45
45
# via
46
46
# boto3
47
47
# moto
@@ -201,7 +201,7 @@ frozenlist==1.3.3
201
201
# via
202
202
# aiohttp
203
203
# aiosignal
204
- gevent == 24.10.3
204
+ gevent == 24.11.1
205
205
# via -r requirements.in
206
206
googleapis-common-protos == 1.63.0
207
207
# via
@@ -253,7 +253,7 @@ mccabe==0.7.0
253
253
# pylint
254
254
mohawk == 1.1.0
255
255
# via -r requirements.in
256
- moto == 5.0.20
256
+ moto == 5.0.21
257
257
# via -r requirements-dev.in
258
258
multidict == 6.0.4
259
259
# via
@@ -467,7 +467,7 @@ rq-scheduler==0.13.1
467
467
# via -r requirements.in
468
468
s3transfer == 0.10.0
469
469
# via boto3
470
- sentry-sdk == 2.17 .0
470
+ sentry-sdk == 2.18 .0
471
471
# via -r requirements.in
472
472
simplejson == 3.18.0
473
473
# via mail-parser
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ dj-database-url==2.3.0
27
27
psycopg2-binary==2.9.10
28
28
psycogreen==1.0.2
29
29
30
- boto3==1.35.57
30
+ boto3==1.35.63
31
31
32
32
notifications-python-client==10.0.0
33
33
@@ -56,11 +56,11 @@ django-debug-toolbar==4.4.6
56
56
werkzeug==3.1.3 # Required by runserver_plus - useful for local dev
57
57
58
58
WSGIserver==1.3
59
- gevent==24.10.3
59
+ gevent==24.11.1
60
60
mohawk==1.1.0
61
61
requests==2.32.3
62
62
requests_toolbelt==1.0.0
63
- sentry_sdk==2.17 .0
63
+ sentry_sdk==2.18 .0
64
64
65
65
# RQ and associated helpers
66
66
rq==1.16.2
Original file line number Diff line number Diff line change @@ -27,13 +27,13 @@ backoff==2.2.1
27
27
# opentelemetry-exporter-otlp-proto-common
28
28
# opentelemetry-exporter-otlp-proto-grpc
29
29
# opentelemetry-exporter-otlp-proto-http
30
- bigtree == 0.22.1
30
+ bigtree == 0.22.3
31
31
# via -r requirements.in
32
32
billiard == 4.2.0
33
33
# via celery
34
- boto3 == 1.35.57
34
+ boto3 == 1.35.63
35
35
# via -r requirements.in
36
- botocore == 1.35.57
36
+ botocore == 1.35.63
37
37
# via
38
38
# boto3
39
39
# s3transfer
@@ -138,7 +138,7 @@ frozenlist==1.3.3
138
138
# via
139
139
# aiohttp
140
140
# aiosignal
141
- gevent == 24.10.3
141
+ gevent == 24.11.1
142
142
# via -r requirements.in
143
143
googleapis-common-protos == 1.63.0
144
144
# via
@@ -296,7 +296,7 @@ rq-scheduler==0.13.1
296
296
# via -r requirements.in
297
297
s3transfer == 0.10.0
298
298
# via boto3
299
- sentry-sdk == 2.17 .0
299
+ sentry-sdk == 2.18 .0
300
300
# via -r requirements.in
301
301
simplejson == 3.18.0
302
302
# via mail-parser
You can’t perform that action at this time.
0 commit comments