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

Merged
merged 8 commits into from
Jun 6, 2024
26 changes: 13 additions & 13 deletions mpcontribs-api/requirements/ubuntu-latest_py3.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ blinker==1.8.2
# via mpcontribs-api (setup.py)
boltons==24.0.0
# via mpcontribs-api (setup.py)
boto3==1.34.118
boto3==1.34.121
# via flask-mongorest-mpcontribs
botocore==1.34.118
botocore==1.34.121
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -70,7 +70,7 @@ cramjam==2.8.3
# via python-snappy
crontab==1.0.1
# via rq-scheduler
cryptography==42.0.7
cryptography==42.0.8
# via pyopenssl
css-html-js-minify==2.5.5
# via mpcontribs-api (setup.py)
Expand Down Expand Up @@ -226,7 +226,7 @@ markupsafe==2.1.5
# jinja2
# nbconvert
# werkzeug
marshmallow==3.21.2
marshmallow==3.21.3
# via
# flask-marshmallow
# marshmallow-mongoengine
Expand Down Expand Up @@ -327,9 +327,9 @@ prometheus-client==0.20.0
# via
# jupyter-server
# notebook
prompt-toolkit==3.0.45
prompt-toolkit==3.0.46
# via ipython
protobuf==5.27.0
protobuf==5.27.1
# via ddtrace
psutil==5.9.8
# via ipykernel
Expand All @@ -349,9 +349,9 @@ pygments==2.18.0
# via
# ipython
# nbconvert
pymatgen==2024.5.31
pymatgen==2024.6.4
# via mpcontribs-api (setup.py)
pymongo==4.7.2
pymongo==4.7.3
# via
# flask-mongorest-mpcontribs
# mongoengine
Expand Down Expand Up @@ -391,7 +391,7 @@ pyzmq==26.0.3
# jupyter-client
# jupyter-server
# notebook
redis==5.0.4
redis==5.0.5
# via
# flask-rq2
# flask-sse
Expand Down Expand Up @@ -478,14 +478,14 @@ terminado==0.18.1
# notebook
tinycss2==1.3.0
# via nbconvert
tornado==6.4
tornado==6.4.1
# via
# ipykernel
# jupyter-client
# jupyter-server
# notebook
# terminado
tqdm==4.66.3
tqdm==4.66.4
# via pymatgen
traitlets==5.14.3
# via
Expand Down Expand Up @@ -525,7 +525,7 @@ urllib3==2.2.1
# requests
wcwidth==0.2.13
# via prompt-toolkit
webcolors==1.13
webcolors==24.6.0
# via jsonschema
webencodings==0.5.1
# via
Expand All @@ -543,7 +543,7 @@ wrapt==1.16.0
# via deprecated
xmltodict==0.13.0
# via ddtrace
zipp==3.19.1
zipp==3.19.2
# via importlib-metadata
zope-event==5.0
# via gevent
Expand Down
28 changes: 14 additions & 14 deletions mpcontribs-api/requirements/ubuntu-latest_py3.10_extras.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ blinker==1.8.2
# via mpcontribs-api (setup.py)
boltons==24.0.0
# via mpcontribs-api (setup.py)
boto3==1.34.118
boto3==1.34.121
# via flask-mongorest-mpcontribs
botocore==1.34.118
botocore==1.34.121
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -70,7 +70,7 @@ cramjam==2.8.3
# via python-snappy
crontab==1.0.1
# via rq-scheduler
cryptography==42.0.7
cryptography==42.0.8
# via pyopenssl
css-html-js-minify==2.5.5
# via mpcontribs-api (setup.py)
Expand Down Expand Up @@ -231,7 +231,7 @@ markupsafe==2.1.5
# jinja2
# nbconvert
# werkzeug
marshmallow==3.21.2
marshmallow==3.21.3
# via
# flask-marshmallow
# marshmallow-mongoengine
Expand Down Expand Up @@ -337,9 +337,9 @@ prometheus-client==0.20.0
# via
# jupyter-server
# notebook
prompt-toolkit==3.0.45
prompt-toolkit==3.0.46
# via ipython
protobuf==5.27.0
protobuf==5.27.1
# via ddtrace
psutil==5.9.8
# via ipykernel
Expand All @@ -363,17 +363,17 @@ pygments==2.18.0
# via
# ipython
# nbconvert
pymatgen==2024.5.31
pymatgen==2024.6.4
# via mpcontribs-api (setup.py)
pymongo==4.7.2
pymongo==4.7.3
# via
# flask-mongorest-mpcontribs
# mongoengine
pyopenssl==24.1.0
# via mpcontribs-api (setup.py)
pyparsing==3.1.2
# via matplotlib
pytest==8.2.1
pytest==8.2.2
# via mpcontribs-api (setup.py)
python-dateutil==2.9.0.post0
# via
Expand Down Expand Up @@ -407,7 +407,7 @@ pyzmq==26.0.3
# jupyter-client
# jupyter-server
# notebook
redis==5.0.4
redis==5.0.5
# via
# flask-rq2
# flask-sse
Expand Down Expand Up @@ -496,14 +496,14 @@ tinycss2==1.3.0
# via nbconvert
tomli==2.0.1
# via pytest
tornado==6.4
tornado==6.4.1
# via
# ipykernel
# jupyter-client
# jupyter-server
# notebook
# terminado
tqdm==4.66.3
tqdm==4.66.4
# via pymatgen
traitlets==5.14.3
# via
Expand Down Expand Up @@ -543,7 +543,7 @@ urllib3==2.2.1
# requests
wcwidth==0.2.13
# via prompt-toolkit
webcolors==1.13
webcolors==24.6.0
# via jsonschema
webencodings==0.5.1
# via
Expand All @@ -561,7 +561,7 @@ wrapt==1.16.0
# via deprecated
xmltodict==0.13.0
# via ddtrace
zipp==3.19.1
zipp==3.19.2
# via importlib-metadata
zope-event==5.0
# via gevent
Expand Down
26 changes: 13 additions & 13 deletions mpcontribs-api/requirements/ubuntu-latest_py3.11.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ blinker==1.8.2
# via mpcontribs-api (setup.py)
boltons==24.0.0
# via mpcontribs-api (setup.py)
boto3==1.34.118
boto3==1.34.121
# via flask-mongorest-mpcontribs
botocore==1.34.118
botocore==1.34.121
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -68,7 +68,7 @@ cramjam==2.8.3
# via python-snappy
crontab==1.0.1
# via rq-scheduler
cryptography==42.0.7
cryptography==42.0.8
# via pyopenssl
css-html-js-minify==2.5.5
# via mpcontribs-api (setup.py)
Expand Down Expand Up @@ -219,7 +219,7 @@ markupsafe==2.1.5
# jinja2
# nbconvert
# werkzeug
marshmallow==3.21.2
marshmallow==3.21.3
# via
# flask-marshmallow
# marshmallow-mongoengine
Expand Down Expand Up @@ -320,9 +320,9 @@ prometheus-client==0.20.0
# via
# jupyter-server
# notebook
prompt-toolkit==3.0.45
prompt-toolkit==3.0.46
# via ipython
protobuf==5.27.0
protobuf==5.27.1
# via ddtrace
psutil==5.9.8
# via ipykernel
Expand All @@ -342,9 +342,9 @@ pygments==2.18.0
# via
# ipython
# nbconvert
pymatgen==2024.5.31
pymatgen==2024.6.4
# via mpcontribs-api (setup.py)
pymongo==4.7.2
pymongo==4.7.3
# via
# flask-mongorest-mpcontribs
# mongoengine
Expand Down Expand Up @@ -384,7 +384,7 @@ pyzmq==26.0.3
# jupyter-client
# jupyter-server
# notebook
redis==5.0.4
redis==5.0.5
# via
# flask-rq2
# flask-sse
Expand Down Expand Up @@ -471,14 +471,14 @@ terminado==0.18.1
# notebook
tinycss2==1.3.0
# via nbconvert
tornado==6.4
tornado==6.4.1
# via
# ipykernel
# jupyter-client
# jupyter-server
# notebook
# terminado
tqdm==4.66.3
tqdm==4.66.4
# via pymatgen
traitlets==5.14.3
# via
Expand Down Expand Up @@ -516,7 +516,7 @@ urllib3==2.2.1
# requests
wcwidth==0.2.13
# via prompt-toolkit
webcolors==1.13
webcolors==24.6.0
# via jsonschema
webencodings==0.5.1
# via
Expand All @@ -534,7 +534,7 @@ wrapt==1.16.0
# via deprecated
xmltodict==0.13.0
# via ddtrace
zipp==3.19.1
zipp==3.19.2
# via importlib-metadata
zope-event==5.0
# via gevent
Expand Down
Loading
Loading