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

Merged
merged 12 commits into from
Nov 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions mpcontribs-api/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.0.0
anyio==4.1.0
# via jupyter-server
apispec==5.2.2
# via mpcontribs-api (setup.py)
Expand Down Expand Up @@ -39,9 +39,9 @@ blinker==1.7.0
# via mpcontribs-api (setup.py)
boltons==23.1.1
# via mpcontribs-api (setup.py)
boto3==1.29.5
boto3==1.29.7
# via flask-mongorest-mpcontribs
botocore==1.32.5
botocore==1.32.7
# via
# boto3
# s3transfer
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.45.0
fonttools==4.45.1
# via matplotlib
fqdn==1.5.1
# via jsonschema
Expand All @@ -148,18 +148,18 @@ greenlet==3.0.1
# via gevent
gunicorn[gevent]==21.2.0
# via mpcontribs-api (setup.py)
idna==3.4
idna==3.6
# via
# anyio
# jsonschema
# requests
importlib-metadata==6.8.0
# via opentelemetry-api
ipykernel==6.27.0
ipykernel==6.26.0
# via
# nbclassic
# notebook
ipython==8.17.2
ipython==8.18.0
# via ipykernel
ipython-genutils==0.2.0
# via
Expand Down Expand Up @@ -215,13 +215,13 @@ jupyter-core==5.5.0
# notebook
jupyter-events==0.9.0
# via jupyter-server
jupyter-server==2.11.0
jupyter-server==2.10.1
# via
# nbclassic
# notebook-shim
jupyter-server-terminals==0.4.4
# via jupyter-server
jupyterlab-pygments==0.2.2
jupyterlab-pygments==0.3.0
# via nbconvert
kiwisolver==1.4.5
# via matplotlib
Expand Down Expand Up @@ -322,7 +322,7 @@ pandocfilters==1.5.0
# via nbconvert
parso==0.8.3
# via jedi
pexpect==4.8.0
pexpect==4.9.0
# via ipython
pillow==10.1.0
# via matplotlib
Expand Down Expand Up @@ -442,7 +442,7 @@ ruamel-yaml==0.18.5
# via pymatgen
ruamel-yaml-clib==0.2.8
# via ruamel-yaml
s3transfer==0.7.0
s3transfer==0.8.0
# via boto3
scipy==1.11.4
# via pymatgen
Expand Down
22 changes: 11 additions & 11 deletions mpcontribs-api/requirements/ubuntu-latest_py3.10_extras.txt
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.0.0
anyio==4.1.0
# via jupyter-server
apispec==5.2.2
# via mpcontribs-api (setup.py)
Expand Down Expand Up @@ -39,9 +39,9 @@ blinker==1.7.0
# via mpcontribs-api (setup.py)
boltons==23.1.1
# via mpcontribs-api (setup.py)
boto3==1.29.5
boto3==1.29.7
# via flask-mongorest-mpcontribs
botocore==1.32.5
botocore==1.32.7
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -137,7 +137,7 @@ flask-sse==1.0.0
# via flask-mongorest-mpcontribs
flatten-dict==0.4.2
# via flask-mongorest-mpcontribs
fonttools==4.45.0
fonttools==4.45.1
# via matplotlib
fqdn==1.5.1
# via jsonschema
Expand All @@ -151,7 +151,7 @@ greenlet==3.0.1
# via gevent
gunicorn[gevent]==21.2.0
# via mpcontribs-api (setup.py)
idna==3.4
idna==3.6
# via
# anyio
# jsonschema
Expand All @@ -160,11 +160,11 @@ importlib-metadata==6.8.0
# via opentelemetry-api
iniconfig==2.0.0
# via pytest
ipykernel==6.27.0
ipykernel==6.26.0
# via
# nbclassic
# notebook
ipython==8.17.2
ipython==8.18.0
# via ipykernel
ipython-genutils==0.2.0
# via
Expand Down Expand Up @@ -220,13 +220,13 @@ jupyter-core==5.5.0
# notebook
jupyter-events==0.9.0
# via jupyter-server
jupyter-server==2.11.0
jupyter-server==2.10.1
# via
# nbclassic
# notebook-shim
jupyter-server-terminals==0.4.4
# via jupyter-server
jupyterlab-pygments==0.2.2
jupyterlab-pygments==0.3.0
# via nbconvert
kiwisolver==1.4.5
# via matplotlib
Expand Down Expand Up @@ -330,7 +330,7 @@ pandocfilters==1.5.0
# via nbconvert
parso==0.8.3
# via jedi
pexpect==4.8.0
pexpect==4.9.0
# via ipython
pillow==10.1.0
# via matplotlib
Expand Down Expand Up @@ -458,7 +458,7 @@ ruamel-yaml==0.18.5
# via pymatgen
ruamel-yaml-clib==0.2.8
# via ruamel-yaml
s3transfer==0.7.0
s3transfer==0.8.0
# via boto3
scipy==1.11.4
# via pymatgen
Expand Down
20 changes: 10 additions & 10 deletions mpcontribs-api/requirements/ubuntu-latest_py3.8.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.8.txt
#
anyio==4.0.0
anyio==4.1.0
# via jupyter-server
apispec==5.2.2
# via mpcontribs-api (setup.py)
Expand Down Expand Up @@ -43,9 +43,9 @@ blinker==1.7.0
# via mpcontribs-api (setup.py)
boltons==23.1.1
# via mpcontribs-api (setup.py)
boto3==1.29.5
boto3==1.29.7
# via flask-mongorest-mpcontribs
botocore==1.32.5
botocore==1.32.7
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -139,7 +139,7 @@ flask-sse==1.0.0
# via flask-mongorest-mpcontribs
flatten-dict==0.4.2
# via flask-mongorest-mpcontribs
fonttools==4.45.0
fonttools==4.45.1
# via matplotlib
fqdn==1.5.1
# via jsonschema
Expand All @@ -153,7 +153,7 @@ greenlet==3.0.1
# via gevent
gunicorn[gevent]==21.2.0
# via mpcontribs-api (setup.py)
idna==3.4
idna==3.6
# via
# anyio
# jsonschema
Expand All @@ -168,7 +168,7 @@ importlib-resources==6.1.1
# jsonschema
# jsonschema-specifications
# matplotlib
ipykernel==6.27.0
ipykernel==6.26.0
# via
# nbclassic
# notebook
Expand Down Expand Up @@ -228,13 +228,13 @@ jupyter-core==5.5.0
# notebook
jupyter-events==0.9.0
# via jupyter-server
jupyter-server==2.11.0
jupyter-server==2.10.1
# via
# nbclassic
# notebook-shim
jupyter-server-terminals==0.4.4
# via jupyter-server
jupyterlab-pygments==0.2.2
jupyterlab-pygments==0.3.0
# via nbconvert
kiwisolver==1.4.5
# via matplotlib
Expand Down Expand Up @@ -342,7 +342,7 @@ pandocfilters==1.5.0
# via nbconvert
parso==0.8.3
# via jedi
pexpect==4.8.0
pexpect==4.9.0
# via ipython
pickleshare==0.7.5
# via ipython
Expand Down Expand Up @@ -476,7 +476,7 @@ ruamel-yaml==0.18.5
# via pymatgen
ruamel-yaml-clib==0.2.8
# via ruamel-yaml
s3transfer==0.7.0
s3transfer==0.8.0
# via boto3
scipy==1.10.1
# via pymatgen
Expand Down
20 changes: 10 additions & 10 deletions mpcontribs-api/requirements/ubuntu-latest_py3.8_extras.txt
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.8_extras.txt
#
anyio==4.0.0
anyio==4.1.0
# via jupyter-server
apispec==5.2.2
# via mpcontribs-api (setup.py)
Expand Down Expand Up @@ -43,9 +43,9 @@ blinker==1.7.0
# via mpcontribs-api (setup.py)
boltons==23.1.1
# via mpcontribs-api (setup.py)
boto3==1.29.5
boto3==1.29.7
# via flask-mongorest-mpcontribs
botocore==1.32.5
botocore==1.32.7
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -142,7 +142,7 @@ flask-sse==1.0.0
# via flask-mongorest-mpcontribs
flatten-dict==0.4.2
# via flask-mongorest-mpcontribs
fonttools==4.45.0
fonttools==4.45.1
# via matplotlib
fqdn==1.5.1
# via jsonschema
Expand All @@ -156,7 +156,7 @@ greenlet==3.0.1
# via gevent
gunicorn[gevent]==21.2.0
# via mpcontribs-api (setup.py)
idna==3.4
idna==3.6
# via
# anyio
# jsonschema
Expand All @@ -173,7 +173,7 @@ importlib-resources==6.1.1
# matplotlib
iniconfig==2.0.0
# via pytest
ipykernel==6.27.0
ipykernel==6.26.0
# via
# nbclassic
# notebook
Expand Down Expand Up @@ -233,13 +233,13 @@ jupyter-core==5.5.0
# notebook
jupyter-events==0.9.0
# via jupyter-server
jupyter-server==2.11.0
jupyter-server==2.10.1
# via
# nbclassic
# notebook-shim
jupyter-server-terminals==0.4.4
# via jupyter-server
jupyterlab-pygments==0.2.2
jupyterlab-pygments==0.3.0
# via nbconvert
kiwisolver==1.4.5
# via matplotlib
Expand Down Expand Up @@ -350,7 +350,7 @@ pandocfilters==1.5.0
# via nbconvert
parso==0.8.3
# via jedi
pexpect==4.8.0
pexpect==4.9.0
# via ipython
pickleshare==0.7.5
# via ipython
Expand Down Expand Up @@ -492,7 +492,7 @@ ruamel-yaml==0.18.5
# via pymatgen
ruamel-yaml-clib==0.2.8
# via ruamel-yaml
s3transfer==0.7.0
s3transfer==0.8.0
# via boto3
scipy==1.10.1
# via pymatgen
Expand Down
Loading
Loading