Commit e630027 1 parent b96a08b commit e630027 Copy full SHA for e630027
File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -225,6 +225,8 @@ inflection==0.5.1
225
225
# via -r requirements.in
226
226
iniconfig == 1.1.1
227
227
# via pytest
228
+ ipaddress == 1.0.23
229
+ # via mail-parser
228
230
ipython == 8.29.0
229
231
# via -r requirements-dev.in
230
232
isort == 5.11.4
@@ -239,7 +241,7 @@ jmespath==1.0.1
239
241
# botocore
240
242
kombu == 5.3.7
241
243
# via celery
242
- mail-parser == 3.15.0
244
+ mail-parser == 4.1.2
243
245
# via -r requirements.in
244
246
markupsafe == 2.1.2
245
247
# via
@@ -469,8 +471,6 @@ s3transfer==0.10.0
469
471
# via boto3
470
472
sentry-sdk == 2.17.0
471
473
# via -r requirements.in
472
- simplejson == 3.18.0
473
- # via mail-parser
474
474
six == 1.16.0
475
475
# via
476
476
# asttokens
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ notifications-python-client==10.0.0
35
35
statsd==4.0.1
36
36
37
37
# Email
38
- mail-parser==3.15.0
38
+ mail-parser==4.1.2
39
39
icalendar==6.0.1
40
40
41
41
# Slack
Original file line number Diff line number Diff line change @@ -160,13 +160,15 @@ importlib-metadata==6.11.0
160
160
# via opentelemetry-api
161
161
inflection == 0.5.1
162
162
# via -r requirements.in
163
+ ipaddress == 1.0.23
164
+ # via mail-parser
163
165
jmespath == 1.0.1
164
166
# via
165
167
# boto3
166
168
# botocore
167
169
kombu == 5.3.7
168
170
# via celery
169
- mail-parser == 3.15.0
171
+ mail-parser == 4.1.2
170
172
# via -r requirements.in
171
173
markupsafe == 2.1.2
172
174
# via werkzeug
@@ -298,8 +300,6 @@ s3transfer==0.10.0
298
300
# via boto3
299
301
sentry-sdk == 2.17.0
300
302
# via -r requirements.in
301
- simplejson == 3.18.0
302
- # via mail-parser
303
303
six == 1.16.0
304
304
# via
305
305
# django-pglocks
You can’t perform that action at this time.
0 commit comments