Skip to content

Commit

Permalink
upgrade dependencies for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 3, 2023
1 parent 4fafba6 commit 72d685e
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 35 deletions.
18 changes: 7 additions & 11 deletions mpcontribs-api/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ click==8.1.7
# rq
comm==0.1.4
# via ipykernel
contourpy==1.1.1
contourpy==1.2.0
# via matplotlib
crontab==1.0.1
# via rq-scheduler
Expand All @@ -79,7 +79,7 @@ dateparser==1.1.8
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
ddsketch==2.0.4
# via ddtrace
ddtrace==2.0.6
ddtrace==2.0.7
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
debugpy==1.8.0
# via ipykernel
Expand Down Expand Up @@ -134,7 +134,7 @@ flask-sse==1.0.0
# via flask-mongorest-mpcontribs
flatten-dict==0.4.2
# via flask-mongorest-mpcontribs
fonttools==4.43.1
fonttools==4.44.0
# via matplotlib
fqdn==1.5.1
# via jsonschema
Expand Down Expand Up @@ -257,7 +257,7 @@ mongoengine==0.27.0
# atlasq-tschaume
# flask-mongoengine-tschaume
# marshmallow-mongoengine
monty==2023.9.25
monty==2023.11.3
# via pymatgen
more-itertools==10.1.0
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
Expand Down Expand Up @@ -349,9 +349,7 @@ protobuf==4.25.0
# ddsketch
# ddtrace
psutil==5.9.6
# via
# ddtrace
# ipykernel
# via ipykernel
psycopg2-binary==2.9.9
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
ptyprocess==0.7.0
Expand Down Expand Up @@ -445,7 +443,7 @@ rq==1.15.1
# rq-scheduler
rq-scheduler==0.13.1
# via flask-rq2
ruamel-yaml==0.18.4
ruamel-yaml==0.18.5
# via pymatgen
ruamel-yaml-clib==0.2.8
# via ruamel-yaml
Expand Down Expand Up @@ -561,9 +559,7 @@ werkzeug==3.0.1
# flasgger-tschaume
# flask
wrapt==1.15.0
# via
# ddtrace
# deprecated
# via deprecated
xmltodict==0.13.0
# via ddtrace
zipp==3.17.0
Expand Down
8 changes: 4 additions & 4 deletions mpcontribs-client/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ certifi==2023.7.22
# via requests
charset-normalizer==3.3.2
# via requests
contourpy==1.1.1
contourpy==1.2.0
# via matplotlib
cycler==0.12.1
# via matplotlib
Expand All @@ -40,7 +40,7 @@ filetype==1.2.0
# via mpcontribs-client (MPContribs/mpcontribs-client/setup.py)
flatten-dict==0.4.2
# via mpcontribs-client (MPContribs/mpcontribs-client/setup.py)
fonttools==4.43.1
fonttools==4.44.0
# via matplotlib
fqdn==1.5.1
# via jsonschema
Expand Down Expand Up @@ -82,7 +82,7 @@ matplotlib-inline==0.1.6
# via ipython
monotonic==1.6
# via bravado
monty==2023.9.25
monty==2023.11.3
# via pymatgen
mpmath==1.3.0
# via sympy
Expand Down Expand Up @@ -179,7 +179,7 @@ rpds-py==0.10.6
# via
# jsonschema
# referencing
ruamel-yaml==0.18.4
ruamel-yaml==0.18.5
# via pymatgen
ruamel-yaml-clib==0.2.8
# via ruamel-yaml
Expand Down
15 changes: 6 additions & 9 deletions mpcontribs-kernel-gateway/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@ comm==0.1.4
# via
# ipykernel
# ipywidgets
contourpy==1.1.1
contourpy==1.2.0
# via matplotlib
cycler==0.12.1
# via matplotlib
ddsketch==2.0.4
# via ddtrace
ddtrace==2.0.6
ddtrace==2.0.7
# via -r MPContribs/mpcontribs-kernel-gateway/requirements.in
debugpy==1.8.0
# via ipykernel
Expand Down Expand Up @@ -86,7 +86,7 @@ filetype==1.2.0
# via mpcontribs-client
flatten-dict==0.4.2
# via mpcontribs-client
fonttools==4.43.1
fonttools==4.44.0
# via matplotlib
fqdn==1.5.1
# via jsonschema
Expand Down Expand Up @@ -196,7 +196,7 @@ mistune==3.0.2
# via nbconvert
monotonic==1.6
# via bravado
monty==2023.9.25
monty==2023.11.3
# via pymatgen
mpcontribs-client==5.5.3
# via -r MPContribs/mpcontribs-kernel-gateway/requirements.in
Expand Down Expand Up @@ -291,7 +291,6 @@ protobuf==4.25.0
psutil==5.9.6
# via
# -r MPContribs/mpcontribs-kernel-gateway/requirements.in
# ddtrace
# ipykernel
ptyprocess==0.7.0
# via
Expand Down Expand Up @@ -371,7 +370,7 @@ rpds-py==0.10.6
# via
# jsonschema
# referencing
ruamel-yaml==0.18.4
ruamel-yaml==0.18.5
# via pymatgen
ruamel-yaml-clib==0.2.8
# via ruamel-yaml
Expand Down Expand Up @@ -488,9 +487,7 @@ websocket-client==1.6.4
widgetsnbextension==4.0.9
# via ipywidgets
wrapt==1.15.0
# via
# ddtrace
# deprecated
# via deprecated
xmltodict==0.13.0
# via ddtrace
zipp==3.17.0
Expand Down
18 changes: 7 additions & 11 deletions mpcontribs-portal/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@ charset-normalizer==3.3.2
# via requests
comm==0.1.4
# via ipykernel
contourpy==1.1.1
contourpy==1.2.0
# via matplotlib
cycler==0.12.1
# via matplotlib
ddsketch==2.0.4
# via ddtrace
ddtrace==2.0.6
ddtrace==2.0.7
# via mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
debugpy==1.8.0
# via ipykernel
Expand Down Expand Up @@ -93,7 +93,7 @@ filetype==1.2.0
# via mpcontribs-client
flatten-dict==0.4.2
# via mpcontribs-client
fonttools==4.43.1
fonttools==4.44.0
# via matplotlib
fqdn==1.5.1
# via jsonschema
Expand Down Expand Up @@ -181,7 +181,7 @@ mistune==3.0.2
# via nbconvert
monotonic==1.6
# via bravado
monty==2023.9.25
monty==2023.11.3
# via
# mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
# pymatgen
Expand Down Expand Up @@ -254,9 +254,7 @@ protobuf==4.25.0
# ddsketch
# ddtrace
psutil==5.9.6
# via
# ddtrace
# ipykernel
# via ipykernel
ptyprocess==0.7.0
# via pexpect
pure-eval==0.2.2
Expand Down Expand Up @@ -321,7 +319,7 @@ rpds-py==0.10.6
# via
# jsonschema
# referencing
ruamel-yaml==0.18.4
ruamel-yaml==0.18.5
# via pymatgen
ruamel-yaml-clib==0.2.8
# via ruamel-yaml
Expand Down Expand Up @@ -422,9 +420,7 @@ webencodings==0.5.1
whitenoise==6.6.0
# via mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
wrapt==1.15.0
# via
# ddtrace
# deprecated
# via deprecated
xmltodict==0.13.0
# via ddtrace
zipp==3.17.0
Expand Down

0 comments on commit 72d685e

Please sign in to comment.