Skip to content

Commit 643b9cf

Browse files
author
github-actions
committed
upgrade dependencies for deployment
1 parent abb15d4 commit 643b9cf

4 files changed

Lines changed: 12 additions & 15 deletions

File tree

mpcontribs-api/requirements/deployment.txt

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ blinker==1.9.0
3838
# via mpcontribs-api (MPContribs/mpcontribs-api/pyproject.toml)
3939
boltons==25.0.0
4040
# via mpcontribs-api (MPContribs/mpcontribs-api/pyproject.toml)
41-
boto3==1.42.96
41+
boto3==1.42.97
4242
# via flask-mongorest-mpcontribs
43-
botocore==1.42.96
43+
botocore==1.42.97
4444
# via
4545
# boto3
4646
# s3transfer
@@ -122,7 +122,7 @@ flask-rq2==18.3
122122
# via mpcontribs-api (MPContribs/mpcontribs-api/pyproject.toml)
123123
flask-sse==1.0.0
124124
# via flask-mongorest-mpcontribs
125-
flatten-dict==0.4.2
125+
flatten-dict==0.5.0
126126
# via flask-mongorest-mpcontribs
127127
flexcache==0.3
128128
# via pint
@@ -458,7 +458,6 @@ six==1.17.0
458458
# via
459459
# flasgger-tschaume
460460
# flask-sse
461-
# flatten-dict
462461
# python-dateutil
463462
# rfc3339-validator
464463
soupsieve==2.8.3
@@ -548,7 +547,7 @@ wrapt==2.1.2
548547
# via ddtrace
549548
zipp==3.23.1
550549
# via importlib-metadata
551-
zope-event==6.1
550+
zope-event==6.2
552551
# via gevent
553552
zope-interface==8.4
554553
# via gevent

mpcontribs-client/requirements/deployment.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ executing==2.2.1
4040
# via stack-data
4141
filetype==1.2.0
4242
# via mpcontribs-client (MPContribs/mpcontribs-client/pyproject.toml)
43-
flatten-dict==0.4.2
43+
flatten-dict==0.5.0
4444
# via mpcontribs-client (MPContribs/mpcontribs-client/pyproject.toml)
4545
flexcache==0.3
4646
# via pint
@@ -216,7 +216,6 @@ six==1.17.0
216216
# via
217217
# bravado
218218
# bravado-core
219-
# flatten-dict
220219
# python-dateutil
221220
# rfc3339-validator
222221
spglib==2.7.0

mpcontribs-kernel-gateway/requirements/deployment.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ cffi==2.0.0
4242
# via argon2-cffi-bindings
4343
charset-normalizer==3.4.7
4444
# via requests
45-
choreographer==1.2.1
45+
choreographer==1.3.0
4646
# via kaleido
4747
comm==0.2.3
4848
# via
@@ -72,7 +72,7 @@ fastjsonschema==2.21.2
7272
# via nbformat
7373
filetype==1.2.0
7474
# via mpcontribs-client
75-
flatten-dict==0.4.2
75+
flatten-dict==0.5.0
7676
# via mpcontribs-client
7777
flexcache==0.3
7878
# via pint
@@ -257,6 +257,7 @@ pint==0.25.3
257257
# via mpcontribs-client
258258
platformdirs==4.9.6
259259
# via
260+
# choreographer
260261
# jupyter-core
261262
# pint
262263
plotly==6.7.0
@@ -372,7 +373,6 @@ six==1.17.0
372373
# via
373374
# bravado
374375
# bravado-core
375-
# flatten-dict
376376
# python-dateutil
377377
# rfc3339-validator
378378
soupsieve==2.8.3

mpcontribs-portal/requirements/deployment.txt

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ boltons==25.0.0
2424
# via
2525
# mpcontribs-client
2626
# mpcontribs-portal (MPContribs/mpcontribs-portal/pyproject.toml)
27-
boto3==1.42.96
27+
boto3==1.42.97
2828
# via mpcontribs-portal (MPContribs/mpcontribs-portal/pyproject.toml)
29-
botocore==1.42.96
29+
botocore==1.42.97
3030
# via
3131
# boto3
3232
# s3transfer
@@ -81,7 +81,7 @@ fastnumbers==5.1.1
8181
# via mpcontribs-portal (MPContribs/mpcontribs-portal/pyproject.toml)
8282
filetype==1.2.0
8383
# via mpcontribs-client
84-
flatten-dict==0.4.2
84+
flatten-dict==0.5.0
8585
# via mpcontribs-client
8686
flexcache==0.3
8787
# via pint
@@ -345,7 +345,6 @@ six==1.17.0
345345
# via
346346
# bravado
347347
# bravado-core
348-
# flatten-dict
349348
# python-dateutil
350349
# rfc3339-validator
351350
soupsieve==2.8.3
@@ -422,7 +421,7 @@ wrapt==2.1.2
422421
# via ddtrace
423422
zipp==3.23.1
424423
# via importlib-metadata
425-
zope-event==6.1
424+
zope-event==6.2
426425
# via gevent
427426
zope-interface==8.4
428427
# via gevent

0 commit comments

Comments
 (0)