Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automated dependency upgrades #1829

Merged
merged 8 commits into from
Sep 19, 2024
Prev Previous commit
Next Next commit
update dependencies for mpcontribs-kernel-gateway (ubuntu-latest/py3.10)
  • Loading branch information
github-actions committed Sep 19, 2024
commit 47118e2624780c973d1aa8829a4d8fe1871c63a5
10 changes: 5 additions & 5 deletions mpcontribs-kernel-gateway/requirements/ubuntu-latest_py3.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --output-file=requirements/ubuntu-latest_py3.10.txt
#
anyio==4.4.0
anyio==4.5.0
# via jupyter-server
argon2-cffi==23.1.0
# via jupyter-server
Expand Down Expand Up @@ -239,7 +239,7 @@ prometheus-client==0.20.0
# via jupyter-server
prompt-toolkit==3.0.47
# via ipython
protobuf==5.28.1
protobuf==5.28.2
# via ddtrace
psutil==6.0.0
# via
Expand All @@ -261,9 +261,9 @@ pygments==2.18.0
# nbconvert
pyisemail==2.0.1
# via mpcontribs-client
pymatgen==2024.9.17
pymatgen==2024.9.17.1
# via mpcontribs-client
pymongo==4.8.0
pymongo==4.9.1
# via mpcontribs-client
pyparsing==3.1.4
# via matplotlib
Expand Down Expand Up @@ -355,7 +355,7 @@ swagger-spec-validator==3.0.4
# via
# bravado-core
# mpcontribs-client
sympy==1.13.2
sympy==1.13.3
# via pymatgen
tabulate==0.9.0
# via pymatgen
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --all-extras --output-file=requirements/ubuntu-latest_py3.10_extras.txt
#
anyio==4.4.0
anyio==4.5.0
# via jupyter-server
argon2-cffi==23.1.0
# via jupyter-server
Expand Down Expand Up @@ -239,7 +239,7 @@ prometheus-client==0.20.0
# via jupyter-server
prompt-toolkit==3.0.47
# via ipython
protobuf==5.28.1
protobuf==5.28.2
# via ddtrace
psutil==6.0.0
# via
Expand All @@ -261,9 +261,9 @@ pygments==2.18.0
# nbconvert
pyisemail==2.0.1
# via mpcontribs-client
pymatgen==2024.9.17
pymatgen==2024.9.17.1
# via mpcontribs-client
pymongo==4.8.0
pymongo==4.9.1
# via mpcontribs-client
pyparsing==3.1.4
# via matplotlib
Expand Down Expand Up @@ -355,7 +355,7 @@ swagger-spec-validator==3.0.4
# via
# bravado-core
# mpcontribs-client
sympy==1.13.2
sympy==1.13.3
# via pymatgen
tabulate==0.9.0
# via pymatgen
Expand Down