Skip to content

Commit 252c5c6

Browse files
author
github-actions
committed
upgrade dependencies for deployment
1 parent f7fcce6 commit 252c5c6

4 files changed

Lines changed: 24 additions & 24 deletions

File tree

mpcontribs-api/requirements/deployment.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,25 +38,25 @@ 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.92
41+
boto3==1.42.94
4242
# via flask-mongorest-mpcontribs
43-
botocore==1.42.92
43+
botocore==1.42.94
4444
# via
4545
# boto3
4646
# s3transfer
4747
brotli==1.2.0
4848
# via flask-compress
4949
bytecode==0.17.0
5050
# via ddtrace
51-
certifi==2026.2.25
51+
certifi==2026.4.22
5252
# via requests
5353
cffi==2.0.0
5454
# via
5555
# argon2-cffi-bindings
5656
# cryptography
5757
charset-normalizer==3.4.7
5858
# via requests
59-
click==8.3.2
59+
click==8.3.3
6060
# via
6161
# flask
6262
# rq
@@ -140,7 +140,7 @@ greenlet==3.4.0
140140
# via gevent
141141
gunicorn[gevent]==24.1.1
142142
# via mpcontribs-api (MPContribs/mpcontribs-api/pyproject.toml)
143-
idna==3.11
143+
idna==3.13
144144
# via
145145
# anyio
146146
# jsonschema
@@ -204,7 +204,7 @@ jupyter-core==5.9.1
204204
# nbconvert
205205
# nbformat
206206
# notebook
207-
jupyter-events==0.12.0
207+
jupyter-events==0.12.1
208208
# via jupyter-server
209209
jupyter-server==2.17.0
210210
# via notebook-shim
@@ -343,7 +343,7 @@ prompt-toolkit==3.0.52
343343
# via ipython
344344
psutil==7.2.2
345345
# via ipykernel
346-
psycopg2-binary==2.9.11
346+
psycopg2-binary==2.9.12
347347
# via mpcontribs-api (MPContribs/mpcontribs-api/pyproject.toml)
348348
ptyprocess==0.7.0
349349
# via
@@ -440,7 +440,7 @@ rq-scheduler==0.14.0
440440
# via flask-rq2
441441
ruamel-yaml==0.19.1
442442
# via monty
443-
s3transfer==0.16.0
443+
s3transfer==0.16.1
444444
# via boto3
445445
scipy==1.17.1
446446
# via

mpcontribs-client/requirements/deployment.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ boltons==25.0.0
1818
# via mpcontribs-client (MPContribs/mpcontribs-client/pyproject.toml)
1919
bravado==12.0.1
2020
# via mpcontribs-client (MPContribs/mpcontribs-client/pyproject.toml)
21-
bravado-core==6.1.1
21+
bravado-core==6.3.1
2222
# via bravado
2323
cachetools==7.0.6
2424
# via mpcontribs-client (MPContribs/mpcontribs-client/pyproject.toml)
25-
certifi==2026.2.25
25+
certifi==2026.4.22
2626
# via requests
2727
charset-normalizer==3.4.7
2828
# via requests
@@ -50,7 +50,7 @@ fonttools==4.62.1
5050
# via matplotlib
5151
fqdn==1.5.1
5252
# via jsonschema
53-
idna==3.11
53+
idna==3.13
5454
# via
5555
# jsonschema
5656
# requests
@@ -206,7 +206,7 @@ scipy==1.17.1
206206
# via
207207
# -r python/requirements.txt
208208
# pymatgen-core
209-
simplejson==4.0.1
209+
simplejson==4.1.0
210210
# via
211211
# bravado
212212
# bravado-core

mpcontribs-kernel-gateway/requirements/deployment.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ boltons==25.0.0
3030
# via mpcontribs-client
3131
bravado==12.0.1
3232
# via mpcontribs-client
33-
bravado-core==6.1.1
33+
bravado-core==6.3.1
3434
# via bravado
3535
bytecode==0.17.0
3636
# via ddtrace
3737
cachetools==7.0.6
3838
# via mpcontribs-client
39-
certifi==2026.2.25
39+
certifi==2026.4.22
4040
# via requests
4141
cffi==2.0.0
4242
# via argon2-cffi-bindings
@@ -82,7 +82,7 @@ fonttools==4.62.1
8282
# via matplotlib
8383
fqdn==1.5.1
8484
# via jsonschema
85-
idna==3.11
85+
idna==3.13
8686
# via
8787
# anyio
8888
# jsonschema
@@ -144,7 +144,7 @@ jupyter-core==5.9.1
144144
# nbclient
145145
# nbconvert
146146
# nbformat
147-
jupyter-events==0.12.0
147+
jupyter-events==0.12.1
148148
# via jupyter-server
149149
jupyter-kernel-gateway==3.0.1
150150
# via -r MPContribs/mpcontribs-kernel-gateway/requirements.in
@@ -362,7 +362,7 @@ scipy==1.17.1
362362
# pymatgen-core
363363
send2trash==2.1.0
364364
# via jupyter-server
365-
simplejson==4.0.1
365+
simplejson==4.1.0
366366
# via
367367
# bravado
368368
# bravado-core

mpcontribs-portal/requirements/deployment.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,21 +24,21 @@ boltons==25.0.0
2424
# via
2525
# mpcontribs-client
2626
# mpcontribs-portal (MPContribs/mpcontribs-portal/pyproject.toml)
27-
boto3==1.42.92
27+
boto3==1.42.94
2828
# via mpcontribs-portal (MPContribs/mpcontribs-portal/pyproject.toml)
29-
botocore==1.42.92
29+
botocore==1.42.94
3030
# via
3131
# boto3
3232
# s3transfer
3333
bravado==12.0.1
3434
# via mpcontribs-client
35-
bravado-core==6.1.1
35+
bravado-core==6.3.1
3636
# via bravado
3737
bytecode==0.17.0
3838
# via ddtrace
3939
cachetools==7.0.6
4040
# via mpcontribs-client
41-
certifi==2026.2.25
41+
certifi==2026.4.22
4242
# via requests
4343
charset-normalizer==3.4.7
4444
# via requests
@@ -97,7 +97,7 @@ greenlet==3.4.0
9797
# via gevent
9898
gunicorn[gevent]==24.1.1
9999
# via mpcontribs-portal (MPContribs/mpcontribs-portal/pyproject.toml)
100-
idna==3.11
100+
idna==3.13
101101
# via
102102
# jsonschema
103103
# requests
@@ -326,7 +326,7 @@ rpds-py==0.30.0
326326
# referencing
327327
ruamel-yaml==0.19.1
328328
# via monty
329-
s3transfer==0.16.0
329+
s3transfer==0.16.1
330330
# via boto3
331331
scipy==1.17.1
332332
# via
@@ -335,7 +335,7 @@ scipy==1.17.1
335335
# pymatgen-core
336336
setproctitle==1.3.7
337337
# via mpcontribs-portal (MPContribs/mpcontribs-portal/pyproject.toml)
338-
simplejson==4.0.1
338+
simplejson==4.1.0
339339
# via
340340
# bravado
341341
# bravado-core

0 commit comments

Comments
 (0)