diff --git a/mpcontribs-api/requirements/ubuntu-latest_py3.11.txt b/mpcontribs-api/requirements/ubuntu-latest_py3.11.txt index d618c577b..75ffec555 100644 --- a/mpcontribs-api/requirements/ubuntu-latest_py3.11.txt +++ b/mpcontribs-api/requirements/ubuntu-latest_py3.11.txt @@ -26,7 +26,7 @@ attrs==25.3.0 # via # jsonschema # referencing -beautifulsoup4==4.13.4 +beautifulsoup4==4.13.5 # via nbconvert bibtexparser==1.4.3 # via pymatgen @@ -36,9 +36,9 @@ blinker==1.9.0 # via mpcontribs-api (setup.py) boltons==25.0.0 # via mpcontribs-api (setup.py) -boto3==1.40.10 +boto3==1.40.17 # via flask-mongorest-mpcontribs -botocore==1.40.10 +botocore==1.40.17 # via # boto3 # s3transfer @@ -64,6 +64,8 @@ contourpy==1.3.3 # via matplotlib cramjam==2.11.0 # via python-snappy +croniter==6.0.0 + # via rq crontab==1.0.5 # via rq-scheduler cryptography==45.0.6 @@ -180,7 +182,7 @@ json2html==1.3.0 # via mpcontribs-api (setup.py) jsonpointer==3.0.0 # via jsonschema -jsonschema[format-nongpl]==4.25.0 +jsonschema[format-nongpl]==4.25.1 # via # flasgger-tschaume # jupyter-events @@ -204,7 +206,7 @@ jupyter-core==5.8.1 # notebook jupyter-events==0.12.0 # via jupyter-server -jupyter-server==2.16.0 +jupyter-server==2.17.0 # via notebook-shim jupyter-server-terminals==0.5.3 # via jupyter-server @@ -249,7 +251,7 @@ more-itertools==10.7.0 # via mpcontribs-api (setup.py) mpmath==1.3.0 # via sympy -narwhals==2.1.1 +narwhals==2.2.0 # via plotly nbclassic==1.3.1 # via notebook @@ -308,17 +310,17 @@ packaging==25.0 # plotly palettable==3.3.3 # via pymatgen -pandas==2.3.1 +pandas==2.3.2 # via pymatgen pandocfilters==1.5.1 # via nbconvert -parso==0.8.4 +parso==0.8.5 # via jedi pexpect==4.9.0 # via ipython pillow==11.3.0 # via matplotlib -pint==0.24.4 +pint==0.25 # via mpcontribs-api (setup.py) platformdirs==4.3.8 # via @@ -353,7 +355,7 @@ pygments==2.19.2 # nbconvert pymatgen==2025.6.14 # via mpcontribs-api (setup.py) -pymongo==4.14.0 +pymongo==4.14.1 # via # flask-mongorest-mpcontribs # mongoengine @@ -367,6 +369,7 @@ python-dateutil==2.9.0.post0 # via # arrow # botocore + # croniter # dateparser # flask-mongorest-mpcontribs # freezegun @@ -382,13 +385,14 @@ python-snappy==0.7.3 # via mpcontribs-api (setup.py) pytz==2025.2 # via + # croniter # dateparser # pandas pyyaml==6.0.2 # via # flasgger-tschaume # jupyter-events -pyzmq==27.0.1 +pyzmq==27.0.2 # via # ipykernel # jupyter-client @@ -408,7 +412,7 @@ referencing==0.36.2 # jupyter-events regex==2025.7.34 # via dateparser -requests==2.32.4 +requests==2.32.5 # via # atlasq-tschaume # pymatgen @@ -426,13 +430,13 @@ rpds-py==0.27.0 # via # jsonschema # referencing -rq==2.4.1 +rq==2.5.0 # via # flask-rq2 # rq-scheduler rq-scheduler==0.14.0 # via flask-rq2 -ruamel-yaml==0.18.14 +ruamel-yaml==0.18.15 # via # monty # pymatgen @@ -465,7 +469,7 @@ spglib==2.6.0 # via pymatgen stack-data==0.6.3 # via ipython -supervisor==4.2.5 +supervisor==4.3.0 # via mpcontribs-api (setup.py) sympy==1.14.0 # via pymatgen @@ -500,9 +504,9 @@ traitlets==5.14.3 # nbconvert # nbformat # notebook -types-python-dateutil==2.9.0.20250809 +types-python-dateutil==2.9.0.20250822 # via arrow -typing-extensions==4.14.1 +typing-extensions==4.15.0 # via # anyio # beautifulsoup4 @@ -556,7 +560,7 @@ zope-event==5.1.1 # via gevent zope-interface==7.2 # via gevent -zstandard==0.23.0 +zstandard==0.24.0 # via mpcontribs-api (setup.py) # The following packages are considered to be unsafe in a requirements file: diff --git a/mpcontribs-api/requirements/ubuntu-latest_py3.11_extras.txt b/mpcontribs-api/requirements/ubuntu-latest_py3.11_extras.txt index 65ca42111..d6a1e5b99 100644 --- a/mpcontribs-api/requirements/ubuntu-latest_py3.11_extras.txt +++ b/mpcontribs-api/requirements/ubuntu-latest_py3.11_extras.txt @@ -26,7 +26,7 @@ attrs==25.3.0 # via # jsonschema # referencing -beautifulsoup4==4.13.4 +beautifulsoup4==4.13.5 # via nbconvert bibtexparser==1.4.3 # via pymatgen @@ -36,9 +36,9 @@ blinker==1.9.0 # via mpcontribs-api (setup.py) boltons==25.0.0 # via mpcontribs-api (setup.py) -boto3==1.40.10 +boto3==1.40.17 # via flask-mongorest-mpcontribs -botocore==1.40.10 +botocore==1.40.17 # via # boto3 # s3transfer @@ -64,6 +64,8 @@ contourpy==1.3.3 # via matplotlib cramjam==2.11.0 # via python-snappy +croniter==6.0.0 + # via rq crontab==1.0.5 # via rq-scheduler cryptography==45.0.6 @@ -184,7 +186,7 @@ json2html==1.3.0 # via mpcontribs-api (setup.py) jsonpointer==3.0.0 # via jsonschema -jsonschema[format-nongpl]==4.25.0 +jsonschema[format-nongpl]==4.25.1 # via # flasgger-tschaume # jupyter-events @@ -208,7 +210,7 @@ jupyter-core==5.8.1 # notebook jupyter-events==0.12.0 # via jupyter-server -jupyter-server==2.16.0 +jupyter-server==2.17.0 # via notebook-shim jupyter-server-terminals==0.5.3 # via jupyter-server @@ -255,7 +257,7 @@ more-itertools==10.7.0 # via mpcontribs-api (setup.py) mpmath==1.3.0 # via sympy -narwhals==2.1.1 +narwhals==2.2.0 # via plotly nbclassic==1.3.1 # via notebook @@ -315,17 +317,17 @@ packaging==25.0 # pytest palettable==3.3.3 # via pymatgen -pandas==2.3.1 +pandas==2.3.2 # via pymatgen pandocfilters==1.5.1 # via nbconvert -parso==0.8.4 +parso==0.8.5 # via jedi pexpect==4.9.0 # via ipython pillow==11.3.0 # via matplotlib -pint==0.24.4 +pint==0.25 # via mpcontribs-api (setup.py) platformdirs==4.3.8 # via @@ -367,7 +369,7 @@ pygments==2.19.2 # pytest pymatgen==2025.6.14 # via mpcontribs-api (setup.py) -pymongo==4.14.0 +pymongo==4.14.1 # via # flask-mongorest-mpcontribs # mongoengine @@ -383,6 +385,7 @@ python-dateutil==2.9.0.post0 # via # arrow # botocore + # croniter # dateparser # flask-mongorest-mpcontribs # freezegun @@ -398,13 +401,14 @@ python-snappy==0.7.3 # via mpcontribs-api (setup.py) pytz==2025.2 # via + # croniter # dateparser # pandas pyyaml==6.0.2 # via # flasgger-tschaume # jupyter-events -pyzmq==27.0.1 +pyzmq==27.0.2 # via # ipykernel # jupyter-client @@ -424,7 +428,7 @@ referencing==0.36.2 # jupyter-events regex==2025.7.34 # via dateparser -requests==2.32.4 +requests==2.32.5 # via # atlasq-tschaume # pymatgen @@ -442,13 +446,13 @@ rpds-py==0.27.0 # via # jsonschema # referencing -rq==2.4.1 +rq==2.5.0 # via # flask-rq2 # rq-scheduler rq-scheduler==0.14.0 # via flask-rq2 -ruamel-yaml==0.18.14 +ruamel-yaml==0.18.15 # via # monty # pymatgen @@ -481,7 +485,7 @@ spglib==2.6.0 # via pymatgen stack-data==0.6.3 # via ipython -supervisor==4.2.5 +supervisor==4.3.0 # via mpcontribs-api (setup.py) sympy==1.14.0 # via pymatgen @@ -516,9 +520,9 @@ traitlets==5.14.3 # nbconvert # nbformat # notebook -types-python-dateutil==2.9.0.20250809 +types-python-dateutil==2.9.0.20250822 # via arrow -typing-extensions==4.14.1 +typing-extensions==4.15.0 # via # anyio # beautifulsoup4 @@ -572,7 +576,7 @@ zope-event==5.1.1 # via gevent zope-interface==7.2 # via gevent -zstandard==0.23.0 +zstandard==0.24.0 # via mpcontribs-api (setup.py) # The following packages are considered to be unsafe in a requirements file: diff --git a/mpcontribs-api/requirements/ubuntu-latest_py3.12.txt b/mpcontribs-api/requirements/ubuntu-latest_py3.12.txt index 7404f9d49..fe435b27e 100644 --- a/mpcontribs-api/requirements/ubuntu-latest_py3.12.txt +++ b/mpcontribs-api/requirements/ubuntu-latest_py3.12.txt @@ -26,7 +26,7 @@ attrs==25.3.0 # via # jsonschema # referencing -beautifulsoup4==4.13.4 +beautifulsoup4==4.13.5 # via nbconvert bibtexparser==1.4.3 # via pymatgen @@ -36,9 +36,9 @@ blinker==1.9.0 # via mpcontribs-api (setup.py) boltons==25.0.0 # via mpcontribs-api (setup.py) -boto3==1.40.10 +boto3==1.40.17 # via flask-mongorest-mpcontribs -botocore==1.40.10 +botocore==1.40.17 # via # boto3 # s3transfer @@ -64,6 +64,8 @@ contourpy==1.3.3 # via matplotlib cramjam==2.11.0 # via python-snappy +croniter==6.0.0 + # via rq crontab==1.0.5 # via rq-scheduler cryptography==45.0.6 @@ -180,7 +182,7 @@ json2html==1.3.0 # via mpcontribs-api (setup.py) jsonpointer==3.0.0 # via jsonschema -jsonschema[format-nongpl]==4.25.0 +jsonschema[format-nongpl]==4.25.1 # via # flasgger-tschaume # jupyter-events @@ -204,7 +206,7 @@ jupyter-core==5.8.1 # notebook jupyter-events==0.12.0 # via jupyter-server -jupyter-server==2.16.0 +jupyter-server==2.17.0 # via notebook-shim jupyter-server-terminals==0.5.3 # via jupyter-server @@ -249,7 +251,7 @@ more-itertools==10.7.0 # via mpcontribs-api (setup.py) mpmath==1.3.0 # via sympy -narwhals==2.1.1 +narwhals==2.2.0 # via plotly nbclassic==1.3.1 # via notebook @@ -294,8 +296,6 @@ orjson==3.11.2 # via # flask-mongorest-mpcontribs # pymatgen -overrides==7.7.0 - # via jupyter-server packaging==25.0 # via # gunicorn @@ -308,17 +308,17 @@ packaging==25.0 # plotly palettable==3.3.3 # via pymatgen -pandas==2.3.1 +pandas==2.3.2 # via pymatgen pandocfilters==1.5.1 # via nbconvert -parso==0.8.4 +parso==0.8.5 # via jedi pexpect==4.9.0 # via ipython pillow==11.3.0 # via matplotlib -pint==0.24.4 +pint==0.25 # via mpcontribs-api (setup.py) platformdirs==4.3.8 # via @@ -353,7 +353,7 @@ pygments==2.19.2 # nbconvert pymatgen==2025.6.14 # via mpcontribs-api (setup.py) -pymongo==4.14.0 +pymongo==4.14.1 # via # flask-mongorest-mpcontribs # mongoengine @@ -367,6 +367,7 @@ python-dateutil==2.9.0.post0 # via # arrow # botocore + # croniter # dateparser # flask-mongorest-mpcontribs # freezegun @@ -382,13 +383,14 @@ python-snappy==0.7.3 # via mpcontribs-api (setup.py) pytz==2025.2 # via + # croniter # dateparser # pandas pyyaml==6.0.2 # via # flasgger-tschaume # jupyter-events -pyzmq==27.0.1 +pyzmq==27.0.2 # via # ipykernel # jupyter-client @@ -408,7 +410,7 @@ referencing==0.36.2 # jupyter-events regex==2025.7.34 # via dateparser -requests==2.32.4 +requests==2.32.5 # via # atlasq-tschaume # pymatgen @@ -426,13 +428,13 @@ rpds-py==0.27.0 # via # jsonschema # referencing -rq==2.4.1 +rq==2.5.0 # via # flask-rq2 # rq-scheduler rq-scheduler==0.14.0 # via flask-rq2 -ruamel-yaml==0.18.14 +ruamel-yaml==0.18.15 # via # monty # pymatgen @@ -465,7 +467,7 @@ spglib==2.6.0 # via pymatgen stack-data==0.6.3 # via ipython -supervisor==4.2.5 +supervisor==4.3.0 # via mpcontribs-api (setup.py) sympy==1.14.0 # via pymatgen @@ -500,9 +502,9 @@ traitlets==5.14.3 # nbconvert # nbformat # notebook -types-python-dateutil==2.9.0.20250809 +types-python-dateutil==2.9.0.20250822 # via arrow -typing-extensions==4.14.1 +typing-extensions==4.15.0 # via # anyio # beautifulsoup4 @@ -555,7 +557,7 @@ zope-event==5.1.1 # via gevent zope-interface==7.2 # via gevent -zstandard==0.23.0 +zstandard==0.24.0 # via mpcontribs-api (setup.py) # The following packages are considered to be unsafe in a requirements file: diff --git a/mpcontribs-api/requirements/ubuntu-latest_py3.12_extras.txt b/mpcontribs-api/requirements/ubuntu-latest_py3.12_extras.txt index 3d652651c..b21a627f6 100644 --- a/mpcontribs-api/requirements/ubuntu-latest_py3.12_extras.txt +++ b/mpcontribs-api/requirements/ubuntu-latest_py3.12_extras.txt @@ -26,7 +26,7 @@ attrs==25.3.0 # via # jsonschema # referencing -beautifulsoup4==4.13.4 +beautifulsoup4==4.13.5 # via nbconvert bibtexparser==1.4.3 # via pymatgen @@ -36,9 +36,9 @@ blinker==1.9.0 # via mpcontribs-api (setup.py) boltons==25.0.0 # via mpcontribs-api (setup.py) -boto3==1.40.10 +boto3==1.40.17 # via flask-mongorest-mpcontribs -botocore==1.40.10 +botocore==1.40.17 # via # boto3 # s3transfer @@ -64,6 +64,8 @@ contourpy==1.3.3 # via matplotlib cramjam==2.11.0 # via python-snappy +croniter==6.0.0 + # via rq crontab==1.0.5 # via rq-scheduler cryptography==45.0.6 @@ -184,7 +186,7 @@ json2html==1.3.0 # via mpcontribs-api (setup.py) jsonpointer==3.0.0 # via jsonschema -jsonschema[format-nongpl]==4.25.0 +jsonschema[format-nongpl]==4.25.1 # via # flasgger-tschaume # jupyter-events @@ -208,7 +210,7 @@ jupyter-core==5.8.1 # notebook jupyter-events==0.12.0 # via jupyter-server -jupyter-server==2.16.0 +jupyter-server==2.17.0 # via notebook-shim jupyter-server-terminals==0.5.3 # via jupyter-server @@ -255,7 +257,7 @@ more-itertools==10.7.0 # via mpcontribs-api (setup.py) mpmath==1.3.0 # via sympy -narwhals==2.1.1 +narwhals==2.2.0 # via plotly nbclassic==1.3.1 # via notebook @@ -300,8 +302,6 @@ orjson==3.11.2 # via # flask-mongorest-mpcontribs # pymatgen -overrides==7.7.0 - # via jupyter-server packaging==25.0 # via # gunicorn @@ -315,17 +315,17 @@ packaging==25.0 # pytest palettable==3.3.3 # via pymatgen -pandas==2.3.1 +pandas==2.3.2 # via pymatgen pandocfilters==1.5.1 # via nbconvert -parso==0.8.4 +parso==0.8.5 # via jedi pexpect==4.9.0 # via ipython pillow==11.3.0 # via matplotlib -pint==0.24.4 +pint==0.25 # via mpcontribs-api (setup.py) platformdirs==4.3.8 # via @@ -367,7 +367,7 @@ pygments==2.19.2 # pytest pymatgen==2025.6.14 # via mpcontribs-api (setup.py) -pymongo==4.14.0 +pymongo==4.14.1 # via # flask-mongorest-mpcontribs # mongoengine @@ -383,6 +383,7 @@ python-dateutil==2.9.0.post0 # via # arrow # botocore + # croniter # dateparser # flask-mongorest-mpcontribs # freezegun @@ -398,13 +399,14 @@ python-snappy==0.7.3 # via mpcontribs-api (setup.py) pytz==2025.2 # via + # croniter # dateparser # pandas pyyaml==6.0.2 # via # flasgger-tschaume # jupyter-events -pyzmq==27.0.1 +pyzmq==27.0.2 # via # ipykernel # jupyter-client @@ -424,7 +426,7 @@ referencing==0.36.2 # jupyter-events regex==2025.7.34 # via dateparser -requests==2.32.4 +requests==2.32.5 # via # atlasq-tschaume # pymatgen @@ -442,13 +444,13 @@ rpds-py==0.27.0 # via # jsonschema # referencing -rq==2.4.1 +rq==2.5.0 # via # flask-rq2 # rq-scheduler rq-scheduler==0.14.0 # via flask-rq2 -ruamel-yaml==0.18.14 +ruamel-yaml==0.18.15 # via # monty # pymatgen @@ -481,7 +483,7 @@ spglib==2.6.0 # via pymatgen stack-data==0.6.3 # via ipython -supervisor==4.2.5 +supervisor==4.3.0 # via mpcontribs-api (setup.py) sympy==1.14.0 # via pymatgen @@ -516,9 +518,9 @@ traitlets==5.14.3 # nbconvert # nbformat # notebook -types-python-dateutil==2.9.0.20250809 +types-python-dateutil==2.9.0.20250822 # via arrow -typing-extensions==4.14.1 +typing-extensions==4.15.0 # via # anyio # beautifulsoup4 @@ -571,7 +573,7 @@ zope-event==5.1.1 # via gevent zope-interface==7.2 # via gevent -zstandard==0.23.0 +zstandard==0.24.0 # via mpcontribs-api (setup.py) # The following packages are considered to be unsafe in a requirements file: diff --git a/mpcontribs-client/requirements/ubuntu-latest_py3.11.txt b/mpcontribs-client/requirements/ubuntu-latest_py3.11.txt index 386d291d8..5aad51ac3 100644 --- a/mpcontribs-client/requirements/ubuntu-latest_py3.11.txt +++ b/mpcontribs-client/requirements/ubuntu-latest_py3.11.txt @@ -20,7 +20,7 @@ bravado==12.0.1 # via mpcontribs-client (setup.py) bravado-core==6.1.1 # via bravado -cachetools==6.1.0 +cachetools==6.2.0 # via mpcontribs-client (setup.py) certifi==2025.8.3 # via requests @@ -72,7 +72,7 @@ jsonpointer==3.0.0 # via jsonschema jsonref==1.1.0 # via bravado-core -jsonschema[format-nongpl]==4.25.0 +jsonschema[format-nongpl]==4.25.1 # via # bravado-core # swagger-spec-validator @@ -96,7 +96,7 @@ msgpack==1.1.1 # via # bravado # bravado-core -narwhals==2.1.1 +narwhals==2.2.0 # via plotly networkx==3.5 # via pymatgen @@ -118,17 +118,17 @@ packaging==25.0 # plotly palettable==3.3.3 # via pymatgen -pandas==2.3.1 +pandas==2.3.2 # via # mpcontribs-client (setup.py) # pymatgen -parso==0.8.4 +parso==0.8.5 # via jedi pexpect==4.9.0 # via ipython pillow==11.3.0 # via matplotlib -pint==0.24.4 +pint==0.25 # via mpcontribs-client (setup.py) platformdirs==4.3.8 # via pint @@ -150,7 +150,7 @@ pyisemail==2.0.1 # via mpcontribs-client (setup.py) pymatgen==2025.6.14 # via mpcontribs-client (setup.py) -pymongo==4.14.0 +pymongo==4.14.1 # via mpcontribs-client (setup.py) pyparsing==3.2.3 # via @@ -176,7 +176,7 @@ referencing==0.36.2 # via # jsonschema # jsonschema-specifications -requests==2.32.4 +requests==2.32.5 # via # bravado # bravado-core @@ -194,7 +194,7 @@ rpds-py==0.27.0 # via # jsonschema # referencing -ruamel-yaml==0.18.14 +ruamel-yaml==0.18.15 # via # monty # pymatgen @@ -235,9 +235,9 @@ traitlets==5.14.3 # via # ipython # matplotlib-inline -types-python-dateutil==2.9.0.20250809 +types-python-dateutil==2.9.0.20250822 # via arrow -typing-extensions==4.14.1 +typing-extensions==4.15.0 # via # bravado # flexcache @@ -249,7 +249,7 @@ typing-extensions==4.14.1 # swagger-spec-validator tzdata==2025.2 # via pandas -ujson==5.10.0 +ujson==5.11.0 # via mpcontribs-client (setup.py) uncertainties==3.2.3 # via pymatgen diff --git a/mpcontribs-client/requirements/ubuntu-latest_py3.11_extras.txt b/mpcontribs-client/requirements/ubuntu-latest_py3.11_extras.txt index 2797b8e14..a3e8d95e5 100644 --- a/mpcontribs-client/requirements/ubuntu-latest_py3.11_extras.txt +++ b/mpcontribs-client/requirements/ubuntu-latest_py3.11_extras.txt @@ -20,7 +20,7 @@ bravado==12.0.1 # via mpcontribs-client (setup.py) bravado-core==6.1.1 # via bravado -cachetools==6.1.0 +cachetools==6.2.0 # via mpcontribs-client (setup.py) certifi==2025.8.3 # via requests @@ -28,7 +28,7 @@ charset-normalizer==3.4.3 # via requests contourpy==1.3.3 # via matplotlib -coverage[toml]==7.10.3 +coverage[toml]==7.10.5 # via pytest-cov cycler==0.12.1 # via matplotlib @@ -80,7 +80,7 @@ jsonpointer==3.0.0 # via jsonschema jsonref==1.1.0 # via bravado-core -jsonschema[format-nongpl]==4.25.0 +jsonschema[format-nongpl]==4.25.1 # via # bravado-core # swagger-spec-validator @@ -106,7 +106,7 @@ msgpack==1.1.1 # via # bravado # bravado-core -narwhals==2.1.1 +narwhals==2.2.0 # via plotly networkx==3.5 # via pymatgen @@ -129,17 +129,17 @@ packaging==25.0 # pytest palettable==3.3.3 # via pymatgen -pandas==2.3.1 +pandas==2.3.2 # via # mpcontribs-client (setup.py) # pymatgen -parso==0.8.4 +parso==0.8.5 # via jedi pexpect==4.9.0 # via ipython pillow==11.3.0 # via matplotlib -pint==0.24.4 +pint==0.25 # via mpcontribs-client (setup.py) platformdirs==4.3.8 # via pint @@ -174,7 +174,7 @@ pyisemail==2.0.1 # via mpcontribs-client (setup.py) pymatgen==2025.6.14 # via mpcontribs-client (setup.py) -pymongo==4.14.0 +pymongo==4.14.1 # via mpcontribs-client (setup.py) pyparsing==3.2.3 # via @@ -212,7 +212,7 @@ referencing==0.36.2 # via # jsonschema # jsonschema-specifications -requests==2.32.4 +requests==2.32.5 # via # bravado # bravado-core @@ -230,7 +230,7 @@ rpds-py==0.27.0 # via # jsonschema # referencing -ruamel-yaml==0.18.14 +ruamel-yaml==0.18.15 # via # monty # pymatgen @@ -271,9 +271,9 @@ traitlets==5.14.3 # via # ipython # matplotlib-inline -types-python-dateutil==2.9.0.20250809 +types-python-dateutil==2.9.0.20250822 # via arrow -typing-extensions==4.14.1 +typing-extensions==4.15.0 # via # bravado # flexcache @@ -285,7 +285,7 @@ typing-extensions==4.14.1 # swagger-spec-validator tzdata==2025.2 # via pandas -ujson==5.10.0 +ujson==5.11.0 # via mpcontribs-client (setup.py) uncertainties==3.2.3 # via pymatgen diff --git a/mpcontribs-client/requirements/ubuntu-latest_py3.12.txt b/mpcontribs-client/requirements/ubuntu-latest_py3.12.txt index fa631ba0b..37bf557a7 100644 --- a/mpcontribs-client/requirements/ubuntu-latest_py3.12.txt +++ b/mpcontribs-client/requirements/ubuntu-latest_py3.12.txt @@ -20,7 +20,7 @@ bravado==12.0.1 # via mpcontribs-client (setup.py) bravado-core==6.1.1 # via bravado -cachetools==6.1.0 +cachetools==6.2.0 # via mpcontribs-client (setup.py) certifi==2025.8.3 # via requests @@ -72,7 +72,7 @@ jsonpointer==3.0.0 # via jsonschema jsonref==1.1.0 # via bravado-core -jsonschema[format-nongpl]==4.25.0 +jsonschema[format-nongpl]==4.25.1 # via # bravado-core # swagger-spec-validator @@ -96,7 +96,7 @@ msgpack==1.1.1 # via # bravado # bravado-core -narwhals==2.1.1 +narwhals==2.2.0 # via plotly networkx==3.5 # via pymatgen @@ -118,17 +118,17 @@ packaging==25.0 # plotly palettable==3.3.3 # via pymatgen -pandas==2.3.1 +pandas==2.3.2 # via # mpcontribs-client (setup.py) # pymatgen -parso==0.8.4 +parso==0.8.5 # via jedi pexpect==4.9.0 # via ipython pillow==11.3.0 # via matplotlib -pint==0.24.4 +pint==0.25 # via mpcontribs-client (setup.py) platformdirs==4.3.8 # via pint @@ -150,7 +150,7 @@ pyisemail==2.0.1 # via mpcontribs-client (setup.py) pymatgen==2025.6.14 # via mpcontribs-client (setup.py) -pymongo==4.14.0 +pymongo==4.14.1 # via mpcontribs-client (setup.py) pyparsing==3.2.3 # via @@ -176,7 +176,7 @@ referencing==0.36.2 # via # jsonschema # jsonschema-specifications -requests==2.32.4 +requests==2.32.5 # via # bravado # bravado-core @@ -194,7 +194,7 @@ rpds-py==0.27.0 # via # jsonschema # referencing -ruamel-yaml==0.18.14 +ruamel-yaml==0.18.15 # via # monty # pymatgen @@ -235,9 +235,9 @@ traitlets==5.14.3 # via # ipython # matplotlib-inline -types-python-dateutil==2.9.0.20250809 +types-python-dateutil==2.9.0.20250822 # via arrow -typing-extensions==4.14.1 +typing-extensions==4.15.0 # via # bravado # flexcache @@ -248,7 +248,7 @@ typing-extensions==4.14.1 # swagger-spec-validator tzdata==2025.2 # via pandas -ujson==5.10.0 +ujson==5.11.0 # via mpcontribs-client (setup.py) uncertainties==3.2.3 # via pymatgen diff --git a/mpcontribs-client/requirements/ubuntu-latest_py3.12_extras.txt b/mpcontribs-client/requirements/ubuntu-latest_py3.12_extras.txt index db9fdf1bd..7c206317b 100644 --- a/mpcontribs-client/requirements/ubuntu-latest_py3.12_extras.txt +++ b/mpcontribs-client/requirements/ubuntu-latest_py3.12_extras.txt @@ -20,7 +20,7 @@ bravado==12.0.1 # via mpcontribs-client (setup.py) bravado-core==6.1.1 # via bravado -cachetools==6.1.0 +cachetools==6.2.0 # via mpcontribs-client (setup.py) certifi==2025.8.3 # via requests @@ -28,7 +28,7 @@ charset-normalizer==3.4.3 # via requests contourpy==1.3.3 # via matplotlib -coverage[toml]==7.10.3 +coverage[toml]==7.10.5 # via pytest-cov cycler==0.12.1 # via matplotlib @@ -80,7 +80,7 @@ jsonpointer==3.0.0 # via jsonschema jsonref==1.1.0 # via bravado-core -jsonschema[format-nongpl]==4.25.0 +jsonschema[format-nongpl]==4.25.1 # via # bravado-core # swagger-spec-validator @@ -106,7 +106,7 @@ msgpack==1.1.1 # via # bravado # bravado-core -narwhals==2.1.1 +narwhals==2.2.0 # via plotly networkx==3.5 # via pymatgen @@ -129,17 +129,17 @@ packaging==25.0 # pytest palettable==3.3.3 # via pymatgen -pandas==2.3.1 +pandas==2.3.2 # via # mpcontribs-client (setup.py) # pymatgen -parso==0.8.4 +parso==0.8.5 # via jedi pexpect==4.9.0 # via ipython pillow==11.3.0 # via matplotlib -pint==0.24.4 +pint==0.25 # via mpcontribs-client (setup.py) platformdirs==4.3.8 # via pint @@ -174,7 +174,7 @@ pyisemail==2.0.1 # via mpcontribs-client (setup.py) pymatgen==2025.6.14 # via mpcontribs-client (setup.py) -pymongo==4.14.0 +pymongo==4.14.1 # via mpcontribs-client (setup.py) pyparsing==3.2.3 # via @@ -212,7 +212,7 @@ referencing==0.36.2 # via # jsonschema # jsonschema-specifications -requests==2.32.4 +requests==2.32.5 # via # bravado # bravado-core @@ -230,7 +230,7 @@ rpds-py==0.27.0 # via # jsonschema # referencing -ruamel-yaml==0.18.14 +ruamel-yaml==0.18.15 # via # monty # pymatgen @@ -271,9 +271,9 @@ traitlets==5.14.3 # via # ipython # matplotlib-inline -types-python-dateutil==2.9.0.20250809 +types-python-dateutil==2.9.0.20250822 # via arrow -typing-extensions==4.14.1 +typing-extensions==4.15.0 # via # bravado # flexcache @@ -284,7 +284,7 @@ typing-extensions==4.14.1 # swagger-spec-validator tzdata==2025.2 # via pandas -ujson==5.10.0 +ujson==5.11.0 # via mpcontribs-client (setup.py) uncertainties==3.2.3 # via pymatgen diff --git a/mpcontribs-kernel-gateway/requirements/ubuntu-latest_py3.11.txt b/mpcontribs-kernel-gateway/requirements/ubuntu-latest_py3.11.txt index 00aed11e9..40666d602 100644 --- a/mpcontribs-kernel-gateway/requirements/ubuntu-latest_py3.11.txt +++ b/mpcontribs-kernel-gateway/requirements/ubuntu-latest_py3.11.txt @@ -18,7 +18,7 @@ attrs==25.3.0 # via # jsonschema # referencing -beautifulsoup4==4.13.4 +beautifulsoup4==4.13.5 # via nbconvert bibtexparser==1.4.3 # via pymatgen @@ -34,7 +34,7 @@ bravado-core==6.1.1 # via bravado bytecode==0.16.2 # via ddtrace -cachetools==6.1.0 +cachetools==6.2.0 # via mpcontribs-client certifi==2025.8.3 # via requests @@ -42,7 +42,7 @@ cffi==1.17.1 # via argon2-cffi-bindings charset-normalizer==3.4.3 # via requests -choreographer==1.0.9 +choreographer==1.0.10 # via kaleido comm==0.2.3 # via @@ -118,7 +118,7 @@ jsonpointer==3.0.0 # via jsonschema jsonref==1.1.0 # via bravado-core -jsonschema[format-nongpl]==4.25.0 +jsonschema[format-nongpl]==4.25.1 # via # bravado-core # jupyter-events @@ -146,7 +146,7 @@ jupyter-events==0.12.0 # via jupyter-server jupyter-kernel-gateway==3.0.1 # via -r requirements.in -jupyter-server==2.16.0 +jupyter-server==2.17.0 # via jupyter-kernel-gateway jupyter-server-terminals==0.5.3 # via jupyter-server @@ -188,7 +188,7 @@ msgpack==1.1.1 # via # bravado # bravado-core -narwhals==2.1.1 +narwhals==2.2.0 # via plotly nbclient==0.10.2 # via nbconvert @@ -232,19 +232,19 @@ packaging==25.0 # plotly palettable==3.3.3 # via pymatgen -pandas==2.3.1 +pandas==2.3.2 # via # mpcontribs-client # pymatgen pandocfilters==1.5.1 # via nbconvert -parso==0.8.4 +parso==0.8.5 # via jedi pexpect==4.9.0 # via ipython pillow==11.3.0 # via matplotlib -pint==0.24.4 +pint==0.25 # via mpcontribs-client platformdirs==4.3.8 # via @@ -281,7 +281,7 @@ pyisemail==2.0.1 # via mpcontribs-client pymatgen==2025.6.14 # via mpcontribs-client -pymongo==4.14.0 +pymongo==4.14.1 # via mpcontribs-client pyparsing==3.2.3 # via @@ -307,7 +307,7 @@ pyyaml==6.0.2 # bravado-core # jupyter-events # swagger-spec-validator -pyzmq==27.0.1 +pyzmq==27.0.2 # via # ipykernel # jupyter-client @@ -317,7 +317,7 @@ referencing==0.36.2 # jsonschema # jsonschema-specifications # jupyter-events -requests==2.32.4 +requests==2.32.5 # via # bravado # bravado-core @@ -340,7 +340,7 @@ rpds-py==0.27.0 # via # jsonschema # referencing -ruamel-yaml==0.18.14 +ruamel-yaml==0.18.15 # via # monty # pymatgen @@ -411,9 +411,9 @@ traitlets==5.14.3 # nbclient # nbconvert # nbformat -types-python-dateutil==2.9.0.20250809 +types-python-dateutil==2.9.0.20250822 # via arrow -typing-extensions==4.14.1 +typing-extensions==4.15.0 # via # anyio # beautifulsoup4 @@ -429,7 +429,7 @@ typing-extensions==4.14.1 # swagger-spec-validator tzdata==2025.2 # via pandas -ujson==5.10.0 +ujson==5.11.0 # via mpcontribs-client uncertainties==3.2.3 # via pymatgen diff --git a/mpcontribs-kernel-gateway/requirements/ubuntu-latest_py3.11_extras.txt b/mpcontribs-kernel-gateway/requirements/ubuntu-latest_py3.11_extras.txt index 510c16673..e28318ac7 100644 --- a/mpcontribs-kernel-gateway/requirements/ubuntu-latest_py3.11_extras.txt +++ b/mpcontribs-kernel-gateway/requirements/ubuntu-latest_py3.11_extras.txt @@ -18,7 +18,7 @@ attrs==25.3.0 # via # jsonschema # referencing -beautifulsoup4==4.13.4 +beautifulsoup4==4.13.5 # via nbconvert bibtexparser==1.4.3 # via pymatgen @@ -34,7 +34,7 @@ bravado-core==6.1.1 # via bravado bytecode==0.16.2 # via ddtrace -cachetools==6.1.0 +cachetools==6.2.0 # via mpcontribs-client certifi==2025.8.3 # via requests @@ -42,7 +42,7 @@ cffi==1.17.1 # via argon2-cffi-bindings charset-normalizer==3.4.3 # via requests -choreographer==1.0.9 +choreographer==1.0.10 # via kaleido comm==0.2.3 # via @@ -118,7 +118,7 @@ jsonpointer==3.0.0 # via jsonschema jsonref==1.1.0 # via bravado-core -jsonschema[format-nongpl]==4.25.0 +jsonschema[format-nongpl]==4.25.1 # via # bravado-core # jupyter-events @@ -146,7 +146,7 @@ jupyter-events==0.12.0 # via jupyter-server jupyter-kernel-gateway==3.0.1 # via -r requirements.in -jupyter-server==2.16.0 +jupyter-server==2.17.0 # via jupyter-kernel-gateway jupyter-server-terminals==0.5.3 # via jupyter-server @@ -188,7 +188,7 @@ msgpack==1.1.1 # via # bravado # bravado-core -narwhals==2.1.1 +narwhals==2.2.0 # via plotly nbclient==0.10.2 # via nbconvert @@ -232,19 +232,19 @@ packaging==25.0 # plotly palettable==3.3.3 # via pymatgen -pandas==2.3.1 +pandas==2.3.2 # via # mpcontribs-client # pymatgen pandocfilters==1.5.1 # via nbconvert -parso==0.8.4 +parso==0.8.5 # via jedi pexpect==4.9.0 # via ipython pillow==11.3.0 # via matplotlib -pint==0.24.4 +pint==0.25 # via mpcontribs-client platformdirs==4.3.8 # via @@ -281,7 +281,7 @@ pyisemail==2.0.1 # via mpcontribs-client pymatgen==2025.6.14 # via mpcontribs-client -pymongo==4.14.0 +pymongo==4.14.1 # via mpcontribs-client pyparsing==3.2.3 # via @@ -307,7 +307,7 @@ pyyaml==6.0.2 # bravado-core # jupyter-events # swagger-spec-validator -pyzmq==27.0.1 +pyzmq==27.0.2 # via # ipykernel # jupyter-client @@ -317,7 +317,7 @@ referencing==0.36.2 # jsonschema # jsonschema-specifications # jupyter-events -requests==2.32.4 +requests==2.32.5 # via # bravado # bravado-core @@ -340,7 +340,7 @@ rpds-py==0.27.0 # via # jsonschema # referencing -ruamel-yaml==0.18.14 +ruamel-yaml==0.18.15 # via # monty # pymatgen @@ -411,9 +411,9 @@ traitlets==5.14.3 # nbclient # nbconvert # nbformat -types-python-dateutil==2.9.0.20250809 +types-python-dateutil==2.9.0.20250822 # via arrow -typing-extensions==4.14.1 +typing-extensions==4.15.0 # via # anyio # beautifulsoup4 @@ -429,7 +429,7 @@ typing-extensions==4.14.1 # swagger-spec-validator tzdata==2025.2 # via pandas -ujson==5.10.0 +ujson==5.11.0 # via mpcontribs-client uncertainties==3.2.3 # via pymatgen diff --git a/mpcontribs-kernel-gateway/requirements/ubuntu-latest_py3.12.txt b/mpcontribs-kernel-gateway/requirements/ubuntu-latest_py3.12.txt index 1ae454665..1cc400873 100644 --- a/mpcontribs-kernel-gateway/requirements/ubuntu-latest_py3.12.txt +++ b/mpcontribs-kernel-gateway/requirements/ubuntu-latest_py3.12.txt @@ -18,7 +18,7 @@ attrs==25.3.0 # via # jsonschema # referencing -beautifulsoup4==4.13.4 +beautifulsoup4==4.13.5 # via nbconvert bibtexparser==1.4.3 # via pymatgen @@ -34,7 +34,7 @@ bravado-core==6.1.1 # via bravado bytecode==0.16.2 # via ddtrace -cachetools==6.1.0 +cachetools==6.2.0 # via mpcontribs-client certifi==2025.8.3 # via requests @@ -42,7 +42,7 @@ cffi==1.17.1 # via argon2-cffi-bindings charset-normalizer==3.4.3 # via requests -choreographer==1.0.9 +choreographer==1.0.10 # via kaleido comm==0.2.3 # via @@ -118,7 +118,7 @@ jsonpointer==3.0.0 # via jsonschema jsonref==1.1.0 # via bravado-core -jsonschema[format-nongpl]==4.25.0 +jsonschema[format-nongpl]==4.25.1 # via # bravado-core # jupyter-events @@ -146,7 +146,7 @@ jupyter-events==0.12.0 # via jupyter-server jupyter-kernel-gateway==3.0.1 # via -r requirements.in -jupyter-server==2.16.0 +jupyter-server==2.17.0 # via jupyter-kernel-gateway jupyter-server-terminals==0.5.3 # via jupyter-server @@ -188,7 +188,7 @@ msgpack==1.1.1 # via # bravado # bravado-core -narwhals==2.1.1 +narwhals==2.2.0 # via plotly nbclient==0.10.2 # via nbconvert @@ -219,8 +219,6 @@ orjson==3.11.2 # via # kaleido # pymatgen -overrides==7.7.0 - # via jupyter-server packaging==25.0 # via # ipykernel @@ -232,19 +230,19 @@ packaging==25.0 # plotly palettable==3.3.3 # via pymatgen -pandas==2.3.1 +pandas==2.3.2 # via # mpcontribs-client # pymatgen pandocfilters==1.5.1 # via nbconvert -parso==0.8.4 +parso==0.8.5 # via jedi pexpect==4.9.0 # via ipython pillow==11.3.0 # via matplotlib -pint==0.24.4 +pint==0.25 # via mpcontribs-client platformdirs==4.3.8 # via @@ -281,7 +279,7 @@ pyisemail==2.0.1 # via mpcontribs-client pymatgen==2025.6.14 # via mpcontribs-client -pymongo==4.14.0 +pymongo==4.14.1 # via mpcontribs-client pyparsing==3.2.3 # via @@ -307,7 +305,7 @@ pyyaml==6.0.2 # bravado-core # jupyter-events # swagger-spec-validator -pyzmq==27.0.1 +pyzmq==27.0.2 # via # ipykernel # jupyter-client @@ -317,7 +315,7 @@ referencing==0.36.2 # jsonschema # jsonschema-specifications # jupyter-events -requests==2.32.4 +requests==2.32.5 # via # bravado # bravado-core @@ -340,7 +338,7 @@ rpds-py==0.27.0 # via # jsonschema # referencing -ruamel-yaml==0.18.14 +ruamel-yaml==0.18.15 # via # monty # pymatgen @@ -411,9 +409,9 @@ traitlets==5.14.3 # nbclient # nbconvert # nbformat -types-python-dateutil==2.9.0.20250809 +types-python-dateutil==2.9.0.20250822 # via arrow -typing-extensions==4.14.1 +typing-extensions==4.15.0 # via # anyio # beautifulsoup4 @@ -428,7 +426,7 @@ typing-extensions==4.14.1 # swagger-spec-validator tzdata==2025.2 # via pandas -ujson==5.10.0 +ujson==5.11.0 # via mpcontribs-client uncertainties==3.2.3 # via pymatgen diff --git a/mpcontribs-kernel-gateway/requirements/ubuntu-latest_py3.12_extras.txt b/mpcontribs-kernel-gateway/requirements/ubuntu-latest_py3.12_extras.txt index 04f251ae6..67c9c7d88 100644 --- a/mpcontribs-kernel-gateway/requirements/ubuntu-latest_py3.12_extras.txt +++ b/mpcontribs-kernel-gateway/requirements/ubuntu-latest_py3.12_extras.txt @@ -18,7 +18,7 @@ attrs==25.3.0 # via # jsonschema # referencing -beautifulsoup4==4.13.4 +beautifulsoup4==4.13.5 # via nbconvert bibtexparser==1.4.3 # via pymatgen @@ -34,7 +34,7 @@ bravado-core==6.1.1 # via bravado bytecode==0.16.2 # via ddtrace -cachetools==6.1.0 +cachetools==6.2.0 # via mpcontribs-client certifi==2025.8.3 # via requests @@ -42,7 +42,7 @@ cffi==1.17.1 # via argon2-cffi-bindings charset-normalizer==3.4.3 # via requests -choreographer==1.0.9 +choreographer==1.0.10 # via kaleido comm==0.2.3 # via @@ -118,7 +118,7 @@ jsonpointer==3.0.0 # via jsonschema jsonref==1.1.0 # via bravado-core -jsonschema[format-nongpl]==4.25.0 +jsonschema[format-nongpl]==4.25.1 # via # bravado-core # jupyter-events @@ -146,7 +146,7 @@ jupyter-events==0.12.0 # via jupyter-server jupyter-kernel-gateway==3.0.1 # via -r requirements.in -jupyter-server==2.16.0 +jupyter-server==2.17.0 # via jupyter-kernel-gateway jupyter-server-terminals==0.5.3 # via jupyter-server @@ -188,7 +188,7 @@ msgpack==1.1.1 # via # bravado # bravado-core -narwhals==2.1.1 +narwhals==2.2.0 # via plotly nbclient==0.10.2 # via nbconvert @@ -219,8 +219,6 @@ orjson==3.11.2 # via # kaleido # pymatgen -overrides==7.7.0 - # via jupyter-server packaging==25.0 # via # ipykernel @@ -232,19 +230,19 @@ packaging==25.0 # plotly palettable==3.3.3 # via pymatgen -pandas==2.3.1 +pandas==2.3.2 # via # mpcontribs-client # pymatgen pandocfilters==1.5.1 # via nbconvert -parso==0.8.4 +parso==0.8.5 # via jedi pexpect==4.9.0 # via ipython pillow==11.3.0 # via matplotlib -pint==0.24.4 +pint==0.25 # via mpcontribs-client platformdirs==4.3.8 # via @@ -281,7 +279,7 @@ pyisemail==2.0.1 # via mpcontribs-client pymatgen==2025.6.14 # via mpcontribs-client -pymongo==4.14.0 +pymongo==4.14.1 # via mpcontribs-client pyparsing==3.2.3 # via @@ -307,7 +305,7 @@ pyyaml==6.0.2 # bravado-core # jupyter-events # swagger-spec-validator -pyzmq==27.0.1 +pyzmq==27.0.2 # via # ipykernel # jupyter-client @@ -317,7 +315,7 @@ referencing==0.36.2 # jsonschema # jsonschema-specifications # jupyter-events -requests==2.32.4 +requests==2.32.5 # via # bravado # bravado-core @@ -340,7 +338,7 @@ rpds-py==0.27.0 # via # jsonschema # referencing -ruamel-yaml==0.18.14 +ruamel-yaml==0.18.15 # via # monty # pymatgen @@ -411,9 +409,9 @@ traitlets==5.14.3 # nbclient # nbconvert # nbformat -types-python-dateutil==2.9.0.20250809 +types-python-dateutil==2.9.0.20250822 # via arrow -typing-extensions==4.14.1 +typing-extensions==4.15.0 # via # anyio # beautifulsoup4 @@ -428,7 +426,7 @@ typing-extensions==4.14.1 # swagger-spec-validator tzdata==2025.2 # via pandas -ujson==5.10.0 +ujson==5.11.0 # via mpcontribs-client uncertainties==3.2.3 # via pymatgen diff --git a/mpcontribs-portal/requirements/ubuntu-latest_py3.11.txt b/mpcontribs-portal/requirements/ubuntu-latest_py3.11.txt index 7f81c57c0..0cb34a1ab 100644 --- a/mpcontribs-portal/requirements/ubuntu-latest_py3.11.txt +++ b/mpcontribs-portal/requirements/ubuntu-latest_py3.11.txt @@ -14,7 +14,7 @@ attrs==25.3.0 # via # jsonschema # referencing -beautifulsoup4==4.13.4 +beautifulsoup4==4.13.5 # via nbconvert bibtexparser==1.4.3 # via pymatgen @@ -24,9 +24,9 @@ boltons==25.0.0 # via # mpcontribs-client # mpcontribs-portal (setup.py) -boto3==1.40.10 +boto3==1.40.17 # via mpcontribs-portal (setup.py) -botocore==1.40.10 +botocore==1.40.17 # via # boto3 # s3transfer @@ -36,7 +36,7 @@ bravado-core==6.1.1 # via bravado bytecode==0.16.2 # via ddtrace -cachetools==6.1.0 +cachetools==6.2.0 # via mpcontribs-client certifi==2025.8.3 # via requests @@ -48,7 +48,7 @@ contourpy==1.3.3 # via matplotlib cycler==0.12.1 # via matplotlib -ddtrace==3.12.0 +ddtrace==3.12.2 # via mpcontribs-portal (setup.py) debugpy==1.8.16 # via ipykernel @@ -137,7 +137,7 @@ jsonpointer==3.0.0 # via jsonschema jsonref==1.1.0 # via bravado-core -jsonschema[format-nongpl]==4.25.0 +jsonschema[format-nongpl]==4.25.1 # via # bravado-core # nbformat @@ -187,7 +187,7 @@ msgpack==1.1.1 # via # bravado # bravado-core -narwhals==2.1.1 +narwhals==2.2.0 # via plotly nbclient==0.10.2 # via nbconvert @@ -225,19 +225,19 @@ packaging==25.0 # plotly palettable==3.3.3 # via pymatgen -pandas==2.3.1 +pandas==2.3.2 # via # mpcontribs-client # pymatgen pandocfilters==1.5.1 # via nbconvert -parso==0.8.4 +parso==0.8.5 # via jedi pexpect==4.9.0 # via ipython pillow==11.3.0 # via matplotlib -pint==0.24.4 +pint==0.25 # via mpcontribs-client platformdirs==4.3.8 # via @@ -266,7 +266,7 @@ pyisemail==2.0.1 # via mpcontribs-client pymatgen==2025.6.14 # via mpcontribs-client -pymongo==4.14.0 +pymongo==4.14.1 # via mpcontribs-client pyparsing==3.2.3 # via @@ -291,7 +291,7 @@ pyyaml==6.0.2 # bravado # bravado-core # swagger-spec-validator -pyzmq==27.0.1 +pyzmq==27.0.2 # via # ipykernel # jupyter-client @@ -301,7 +301,7 @@ referencing==0.36.2 # via # jsonschema # jsonschema-specifications -requests==2.32.4 +requests==2.32.5 # via # bravado # bravado-core @@ -319,7 +319,7 @@ rpds-py==0.27.0 # via # jsonschema # referencing -ruamel-yaml==0.18.14 +ruamel-yaml==0.18.15 # via # monty # pymatgen @@ -382,9 +382,9 @@ traitlets==5.14.3 # nbclient # nbconvert # nbformat -types-python-dateutil==2.9.0.20250809 +types-python-dateutil==2.9.0.20250822 # via arrow -typing-extensions==4.14.1 +typing-extensions==4.15.0 # via # beautifulsoup4 # bravado @@ -399,7 +399,7 @@ typing-extensions==4.14.1 # swagger-spec-validator tzdata==2025.2 # via pandas -ujson==5.10.0 +ujson==5.11.0 # via mpcontribs-client uncertainties==3.2.3 # via pymatgen diff --git a/mpcontribs-portal/requirements/ubuntu-latest_py3.11_extras.txt b/mpcontribs-portal/requirements/ubuntu-latest_py3.11_extras.txt index a231b70a8..017a64d69 100644 --- a/mpcontribs-portal/requirements/ubuntu-latest_py3.11_extras.txt +++ b/mpcontribs-portal/requirements/ubuntu-latest_py3.11_extras.txt @@ -14,7 +14,7 @@ attrs==25.3.0 # via # jsonschema # referencing -beautifulsoup4==4.13.4 +beautifulsoup4==4.13.5 # via nbconvert bibtexparser==1.4.3 # via pymatgen @@ -24,9 +24,9 @@ boltons==25.0.0 # via # mpcontribs-client # mpcontribs-portal (setup.py) -boto3==1.40.10 +boto3==1.40.17 # via mpcontribs-portal (setup.py) -botocore==1.40.10 +botocore==1.40.17 # via # boto3 # s3transfer @@ -36,7 +36,7 @@ bravado-core==6.1.1 # via bravado bytecode==0.16.2 # via ddtrace -cachetools==6.1.0 +cachetools==6.2.0 # via mpcontribs-client certifi==2025.8.3 # via requests @@ -48,7 +48,7 @@ contourpy==1.3.3 # via matplotlib cycler==0.12.1 # via matplotlib -ddtrace==3.12.0 +ddtrace==3.12.2 # via mpcontribs-portal (setup.py) debugpy==1.8.16 # via ipykernel @@ -141,7 +141,7 @@ jsonpointer==3.0.0 # via jsonschema jsonref==1.1.0 # via bravado-core -jsonschema[format-nongpl]==4.25.0 +jsonschema[format-nongpl]==4.25.1 # via # bravado-core # nbformat @@ -193,7 +193,7 @@ msgpack==1.1.1 # via # bravado # bravado-core -narwhals==2.1.1 +narwhals==2.2.0 # via plotly nbclient==0.10.2 # via nbconvert @@ -232,19 +232,19 @@ packaging==25.0 # pytest palettable==3.3.3 # via pymatgen -pandas==2.3.1 +pandas==2.3.2 # via # mpcontribs-client # pymatgen pandocfilters==1.5.1 # via nbconvert -parso==0.8.4 +parso==0.8.5 # via jedi pexpect==4.9.0 # via ipython pillow==11.3.0 # via matplotlib -pint==0.24.4 +pint==0.25 # via mpcontribs-client platformdirs==4.3.8 # via @@ -280,7 +280,7 @@ pyisemail==2.0.1 # via mpcontribs-client pymatgen==2025.6.14 # via mpcontribs-client -pymongo==4.14.0 +pymongo==4.14.1 # via mpcontribs-client pyparsing==3.2.3 # via @@ -307,7 +307,7 @@ pyyaml==6.0.2 # bravado # bravado-core # swagger-spec-validator -pyzmq==27.0.1 +pyzmq==27.0.2 # via # ipykernel # jupyter-client @@ -317,7 +317,7 @@ referencing==0.36.2 # via # jsonschema # jsonschema-specifications -requests==2.32.4 +requests==2.32.5 # via # bravado # bravado-core @@ -335,7 +335,7 @@ rpds-py==0.27.0 # via # jsonschema # referencing -ruamel-yaml==0.18.14 +ruamel-yaml==0.18.15 # via # monty # pymatgen @@ -398,9 +398,9 @@ traitlets==5.14.3 # nbclient # nbconvert # nbformat -types-python-dateutil==2.9.0.20250809 +types-python-dateutil==2.9.0.20250822 # via arrow -typing-extensions==4.14.1 +typing-extensions==4.15.0 # via # beautifulsoup4 # bravado @@ -415,7 +415,7 @@ typing-extensions==4.14.1 # swagger-spec-validator tzdata==2025.2 # via pandas -ujson==5.10.0 +ujson==5.11.0 # via mpcontribs-client uncertainties==3.2.3 # via pymatgen diff --git a/mpcontribs-portal/requirements/ubuntu-latest_py3.12.txt b/mpcontribs-portal/requirements/ubuntu-latest_py3.12.txt index 68f6ee88d..200a1da40 100644 --- a/mpcontribs-portal/requirements/ubuntu-latest_py3.12.txt +++ b/mpcontribs-portal/requirements/ubuntu-latest_py3.12.txt @@ -14,7 +14,7 @@ attrs==25.3.0 # via # jsonschema # referencing -beautifulsoup4==4.13.4 +beautifulsoup4==4.13.5 # via nbconvert bibtexparser==1.4.3 # via pymatgen @@ -24,9 +24,9 @@ boltons==25.0.0 # via # mpcontribs-client # mpcontribs-portal (setup.py) -boto3==1.40.10 +boto3==1.40.17 # via mpcontribs-portal (setup.py) -botocore==1.40.10 +botocore==1.40.17 # via # boto3 # s3transfer @@ -36,7 +36,7 @@ bravado-core==6.1.1 # via bravado bytecode==0.16.2 # via ddtrace -cachetools==6.1.0 +cachetools==6.2.0 # via mpcontribs-client certifi==2025.8.3 # via requests @@ -48,7 +48,7 @@ contourpy==1.3.3 # via matplotlib cycler==0.12.1 # via matplotlib -ddtrace==3.12.0 +ddtrace==3.12.2 # via mpcontribs-portal (setup.py) debugpy==1.8.16 # via ipykernel @@ -137,7 +137,7 @@ jsonpointer==3.0.0 # via jsonschema jsonref==1.1.0 # via bravado-core -jsonschema[format-nongpl]==4.25.0 +jsonschema[format-nongpl]==4.25.1 # via # bravado-core # nbformat @@ -187,7 +187,7 @@ msgpack==1.1.1 # via # bravado # bravado-core -narwhals==2.1.1 +narwhals==2.2.0 # via plotly nbclient==0.10.2 # via nbconvert @@ -225,19 +225,19 @@ packaging==25.0 # plotly palettable==3.3.3 # via pymatgen -pandas==2.3.1 +pandas==2.3.2 # via # mpcontribs-client # pymatgen pandocfilters==1.5.1 # via nbconvert -parso==0.8.4 +parso==0.8.5 # via jedi pexpect==4.9.0 # via ipython pillow==11.3.0 # via matplotlib -pint==0.24.4 +pint==0.25 # via mpcontribs-client platformdirs==4.3.8 # via @@ -266,7 +266,7 @@ pyisemail==2.0.1 # via mpcontribs-client pymatgen==2025.6.14 # via mpcontribs-client -pymongo==4.14.0 +pymongo==4.14.1 # via mpcontribs-client pyparsing==3.2.3 # via @@ -291,7 +291,7 @@ pyyaml==6.0.2 # bravado # bravado-core # swagger-spec-validator -pyzmq==27.0.1 +pyzmq==27.0.2 # via # ipykernel # jupyter-client @@ -301,7 +301,7 @@ referencing==0.36.2 # via # jsonschema # jsonschema-specifications -requests==2.32.4 +requests==2.32.5 # via # bravado # bravado-core @@ -319,7 +319,7 @@ rpds-py==0.27.0 # via # jsonschema # referencing -ruamel-yaml==0.18.14 +ruamel-yaml==0.18.15 # via # monty # pymatgen @@ -382,9 +382,9 @@ traitlets==5.14.3 # nbclient # nbconvert # nbformat -types-python-dateutil==2.9.0.20250809 +types-python-dateutil==2.9.0.20250822 # via arrow -typing-extensions==4.14.1 +typing-extensions==4.15.0 # via # beautifulsoup4 # bravado @@ -398,7 +398,7 @@ typing-extensions==4.14.1 # swagger-spec-validator tzdata==2025.2 # via pandas -ujson==5.10.0 +ujson==5.11.0 # via mpcontribs-client uncertainties==3.2.3 # via pymatgen diff --git a/mpcontribs-portal/requirements/ubuntu-latest_py3.12_extras.txt b/mpcontribs-portal/requirements/ubuntu-latest_py3.12_extras.txt index c48ff6d95..fbe382ac2 100644 --- a/mpcontribs-portal/requirements/ubuntu-latest_py3.12_extras.txt +++ b/mpcontribs-portal/requirements/ubuntu-latest_py3.12_extras.txt @@ -14,7 +14,7 @@ attrs==25.3.0 # via # jsonschema # referencing -beautifulsoup4==4.13.4 +beautifulsoup4==4.13.5 # via nbconvert bibtexparser==1.4.3 # via pymatgen @@ -24,9 +24,9 @@ boltons==25.0.0 # via # mpcontribs-client # mpcontribs-portal (setup.py) -boto3==1.40.10 +boto3==1.40.17 # via mpcontribs-portal (setup.py) -botocore==1.40.10 +botocore==1.40.17 # via # boto3 # s3transfer @@ -36,7 +36,7 @@ bravado-core==6.1.1 # via bravado bytecode==0.16.2 # via ddtrace -cachetools==6.1.0 +cachetools==6.2.0 # via mpcontribs-client certifi==2025.8.3 # via requests @@ -48,7 +48,7 @@ contourpy==1.3.3 # via matplotlib cycler==0.12.1 # via matplotlib -ddtrace==3.12.0 +ddtrace==3.12.2 # via mpcontribs-portal (setup.py) debugpy==1.8.16 # via ipykernel @@ -141,7 +141,7 @@ jsonpointer==3.0.0 # via jsonschema jsonref==1.1.0 # via bravado-core -jsonschema[format-nongpl]==4.25.0 +jsonschema[format-nongpl]==4.25.1 # via # bravado-core # nbformat @@ -193,7 +193,7 @@ msgpack==1.1.1 # via # bravado # bravado-core -narwhals==2.1.1 +narwhals==2.2.0 # via plotly nbclient==0.10.2 # via nbconvert @@ -232,19 +232,19 @@ packaging==25.0 # pytest palettable==3.3.3 # via pymatgen -pandas==2.3.1 +pandas==2.3.2 # via # mpcontribs-client # pymatgen pandocfilters==1.5.1 # via nbconvert -parso==0.8.4 +parso==0.8.5 # via jedi pexpect==4.9.0 # via ipython pillow==11.3.0 # via matplotlib -pint==0.24.4 +pint==0.25 # via mpcontribs-client platformdirs==4.3.8 # via @@ -280,7 +280,7 @@ pyisemail==2.0.1 # via mpcontribs-client pymatgen==2025.6.14 # via mpcontribs-client -pymongo==4.14.0 +pymongo==4.14.1 # via mpcontribs-client pyparsing==3.2.3 # via @@ -307,7 +307,7 @@ pyyaml==6.0.2 # bravado # bravado-core # swagger-spec-validator -pyzmq==27.0.1 +pyzmq==27.0.2 # via # ipykernel # jupyter-client @@ -317,7 +317,7 @@ referencing==0.36.2 # via # jsonschema # jsonschema-specifications -requests==2.32.4 +requests==2.32.5 # via # bravado # bravado-core @@ -335,7 +335,7 @@ rpds-py==0.27.0 # via # jsonschema # referencing -ruamel-yaml==0.18.14 +ruamel-yaml==0.18.15 # via # monty # pymatgen @@ -398,9 +398,9 @@ traitlets==5.14.3 # nbclient # nbconvert # nbformat -types-python-dateutil==2.9.0.20250809 +types-python-dateutil==2.9.0.20250822 # via arrow -typing-extensions==4.14.1 +typing-extensions==4.15.0 # via # beautifulsoup4 # bravado @@ -414,7 +414,7 @@ typing-extensions==4.14.1 # swagger-spec-validator tzdata==2025.2 # via pandas -ujson==5.10.0 +ujson==5.11.0 # via mpcontribs-client uncertainties==3.2.3 # via pymatgen