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 #1852

Merged
merged 8 commits into from
Nov 12, 2024
Prev Previous commit
Next Next commit
update dependencies for mpcontribs-portal (ubuntu-latest/py3.10)
  • Loading branch information
github-actions committed Nov 11, 2024
commit 2930ddae78e81ace0b8da1f88ecf180417e73ca5
22 changes: 11 additions & 11 deletions mpcontribs-portal/requirements/ubuntu-latest_py3.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ asgiref==3.8.1
# via django
asttokens==2.4.1
# via stack-data
async-timeout==5.0.0
async-timeout==5.0.1
# via redis
attrs==24.2.0
# via
Expand All @@ -24,9 +24,9 @@ boltons==24.1.0
# via
# mpcontribs-client
# mpcontribs-portal (setup.py)
boto3==1.35.54
boto3==1.35.57
# via mpcontribs-portal (setup.py)
botocore==1.35.54
botocore==1.35.57
# via
# boto3
# s3transfer
Expand All @@ -50,7 +50,7 @@ cycler==0.12.1
# via matplotlib
ddtrace==2.16.0
# via mpcontribs-portal (setup.py)
debugpy==1.8.7
debugpy==1.8.8
# via ipykernel
decorator==5.1.1
# via ipython
Expand Down Expand Up @@ -115,7 +115,7 @@ ipython-genutils==0.2.0
# via mpcontribs-portal (setup.py)
isoduration==20.11.0
# via jsonschema
jedi==0.19.1
jedi==0.19.2
# via ipython
jinja2==3.1.4
# via
Expand Down Expand Up @@ -208,9 +208,9 @@ numpy==1.26.4
# pymatgen
# scipy
# spglib
opentelemetry-api==1.28.0
opentelemetry-api==1.28.1
# via ddtrace
packaging==24.1
packaging==24.2
# via
# gunicorn
# ipykernel
Expand Down Expand Up @@ -305,7 +305,7 @@ rfc3339-validator==0.1.4
# via jsonschema
rfc3986-validator==0.1.1
# via jsonschema
rpds-py==0.20.1
rpds-py==0.21.0
# via
# jsonschema
# referencing
Expand Down Expand Up @@ -362,7 +362,7 @@ tornado==6.4.1
# via
# ipykernel
# jupyter-client
tqdm==4.66.6
tqdm==4.67.0
# via
# mpcontribs-client
# pymatgen
Expand Down Expand Up @@ -400,7 +400,7 @@ urllib3==2.2.3
# requests
wcwidth==0.2.13
# via prompt-toolkit
webcolors==24.8.0
webcolors==24.11.1
# via jsonschema
webencodings==0.5.1
# via
Expand All @@ -414,7 +414,7 @@ wrapt==1.16.0
# deprecated
xmltodict==0.14.2
# via ddtrace
zipp==3.20.2
zipp==3.21.0
# via importlib-metadata
zope-event==5.0
# via gevent
Expand Down
22 changes: 11 additions & 11 deletions mpcontribs-portal/requirements/ubuntu-latest_py3.10_extras.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ asgiref==3.8.1
# via django
asttokens==2.4.1
# via stack-data
async-timeout==5.0.0
async-timeout==5.0.1
# via redis
attrs==24.2.0
# via
Expand All @@ -24,9 +24,9 @@ boltons==24.1.0
# via
# mpcontribs-client
# mpcontribs-portal (setup.py)
boto3==1.35.54
boto3==1.35.57
# via mpcontribs-portal (setup.py)
botocore==1.35.54
botocore==1.35.57
# via
# boto3
# s3transfer
Expand All @@ -50,7 +50,7 @@ cycler==0.12.1
# via matplotlib
ddtrace==2.16.0
# via mpcontribs-portal (setup.py)
debugpy==1.8.7
debugpy==1.8.8
# via ipykernel
decorator==5.1.1
# via ipython
Expand Down Expand Up @@ -121,7 +121,7 @@ ipython-genutils==0.2.0
# via mpcontribs-portal (setup.py)
isoduration==20.11.0
# via jsonschema
jedi==0.19.1
jedi==0.19.2
# via ipython
jinja2==3.1.4
# via
Expand Down Expand Up @@ -216,9 +216,9 @@ numpy==1.26.4
# pymatgen
# scipy
# spglib
opentelemetry-api==1.28.0
opentelemetry-api==1.28.1
# via ddtrace
packaging==24.1
packaging==24.2
# via
# gunicorn
# ipykernel
Expand Down Expand Up @@ -322,7 +322,7 @@ rfc3339-validator==0.1.4
# via jsonschema
rfc3986-validator==0.1.1
# via jsonschema
rpds-py==0.20.1
rpds-py==0.21.0
# via
# jsonschema
# referencing
Expand Down Expand Up @@ -381,7 +381,7 @@ tornado==6.4.1
# via
# ipykernel
# jupyter-client
tqdm==4.66.6
tqdm==4.67.0
# via
# mpcontribs-client
# pymatgen
Expand Down Expand Up @@ -419,7 +419,7 @@ urllib3==2.2.3
# requests
wcwidth==0.2.13
# via prompt-toolkit
webcolors==24.8.0
webcolors==24.11.1
# via jsonschema
webencodings==0.5.1
# via
Expand All @@ -433,7 +433,7 @@ wrapt==1.16.0
# deprecated
xmltodict==0.14.2
# via ddtrace
zipp==3.20.2
zipp==3.21.0
# via importlib-metadata
zope-event==5.0
# via gevent
Expand Down