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
update dependencies for mpcontribs-portal (ubuntu-latest/py3.11)
  • Loading branch information
github-actions committed Sep 19, 2024
commit d3797b80c3dd24d81f9646ecc6a0810c9ff336df
12 changes: 6 additions & 6 deletions mpcontribs-portal/requirements/ubuntu-latest_py3.11.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ boltons==24.0.0
# via
# mpcontribs-client
# mpcontribs-portal (setup.py)
boto3==1.35.21
boto3==1.35.22
# via mpcontribs-portal (setup.py)
botocore==1.35.21
botocore==1.35.22
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -236,7 +236,7 @@ plotly==5.24.1
# pymatgen
prompt-toolkit==3.0.47
# via ipython
protobuf==5.28.1
protobuf==5.28.2
# via ddtrace
psutil==6.0.0
# via ipykernel
Expand All @@ -252,9 +252,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 @@ -344,7 +344,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
12 changes: 6 additions & 6 deletions mpcontribs-portal/requirements/ubuntu-latest_py3.11_extras.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ boltons==24.0.0
# via
# mpcontribs-client
# mpcontribs-portal (setup.py)
boto3==1.35.21
boto3==1.35.22
# via mpcontribs-portal (setup.py)
botocore==1.35.21
botocore==1.35.22
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -245,7 +245,7 @@ pluggy==1.5.0
# via pytest
prompt-toolkit==3.0.47
# via ipython
protobuf==5.28.1
protobuf==5.28.2
# via ddtrace
psutil==6.0.0
# via ipykernel
Expand All @@ -265,9 +265,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 @@ -359,7 +359,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
Loading