diff --git a/mpcontribs-api/requirements/deployment.txt b/mpcontribs-api/requirements/deployment.txt index ba7205f06..e5b7e996c 100644 --- a/mpcontribs-api/requirements/deployment.txt +++ b/mpcontribs-api/requirements/deployment.txt @@ -206,7 +206,7 @@ jupyter-core==5.9.1 # notebook jupyter-events==0.12.1 # via jupyter-server -jupyter-server==2.17.0 +jupyter-server==2.18.0 # via notebook-shim jupyter-server-terminals==0.5.4 # via jupyter-server @@ -240,7 +240,7 @@ matplotlib-inline==0.2.1 # ipython mimerender-pr36==0.0.2 # via flask-mongorest-mpcontribs -mistune==3.2.0 +mistune==3.2.1 # via # flasgger-tschaume # nbconvert @@ -297,7 +297,7 @@ numpy==1.26.4 # spglib opentelemetry-api==1.41.1 # via ddtrace -orjson==3.11.8 +orjson==3.11.9 # via # flask-mongorest-mpcontribs # pymatgen-core @@ -415,7 +415,7 @@ referencing==0.37.0 # jupyter-events regex==2026.4.4 # via dateparser -requests==2.33.1 +requests==2.34.2 # via # atlasq-tschaume # pymatgen-core @@ -523,7 +523,7 @@ uncertainties==3.2.3 # pymatgen-core uri-template==1.3.0 # via jsonschema -urllib3==2.6.3 +urllib3==2.7.0 # via # botocore # requests diff --git a/mpcontribs-api/requirements/ubuntu-latest_py3.11.txt b/mpcontribs-api/requirements/ubuntu-latest_py3.11.txt index ae1ff8eee..4c1ea8a5b 100644 --- a/mpcontribs-api/requirements/ubuntu-latest_py3.11.txt +++ b/mpcontribs-api/requirements/ubuntu-latest_py3.11.txt @@ -206,7 +206,7 @@ jupyter-core==5.9.1 # notebook jupyter-events==0.12.1 # via jupyter-server -jupyter-server==2.18.2 +jupyter-server==2.18.0 # via notebook-shim jupyter-server-terminals==0.5.4 # via jupyter-server diff --git a/mpcontribs-api/requirements/ubuntu-latest_py3.12.txt b/mpcontribs-api/requirements/ubuntu-latest_py3.12.txt index e9a48b299..c42464403 100644 --- a/mpcontribs-api/requirements/ubuntu-latest_py3.12.txt +++ b/mpcontribs-api/requirements/ubuntu-latest_py3.12.txt @@ -206,7 +206,7 @@ jupyter-core==5.9.1 # notebook jupyter-events==0.12.1 # via jupyter-server -jupyter-server==2.18.2 +jupyter-server==2.18.0 # via notebook-shim jupyter-server-terminals==0.5.4 # via jupyter-server diff --git a/mpcontribs-client/requirements/deployment.txt b/mpcontribs-client/requirements/deployment.txt index 416cc6480..dde8fe02f 100644 --- a/mpcontribs-client/requirements/deployment.txt +++ b/mpcontribs-client/requirements/deployment.txt @@ -115,7 +115,7 @@ numpy==1.26.4 # pymatgen-core # scipy # spglib -orjson==3.11.8 +orjson==3.11.9 # via pymatgen-core packaging==26.2 # via @@ -184,7 +184,7 @@ referencing==0.37.0 # via # jsonschema # jsonschema-specifications -requests==2.33.1 +requests==2.34.2 # via # bravado # bravado-core @@ -250,13 +250,13 @@ typing-extensions==4.15.0 # swagger-spec-validator tzdata==2026.2 # via arrow -ujson==5.12.0 +ujson==5.12.1 # via mpcontribs-client (MPContribs/mpcontribs-client/pyproject.toml) uncertainties==3.2.3 # via pymatgen-core uri-template==1.3.0 # via jsonschema -urllib3==2.6.3 +urllib3==2.7.0 # via requests wcwidth==0.6.0 # via prompt-toolkit diff --git a/mpcontribs-kernel-gateway/requirements/deployment.txt b/mpcontribs-kernel-gateway/requirements/deployment.txt index 2f0b221fc..85e8c816d 100644 --- a/mpcontribs-kernel-gateway/requirements/deployment.txt +++ b/mpcontribs-kernel-gateway/requirements/deployment.txt @@ -148,7 +148,7 @@ jupyter-events==0.12.1 # via jupyter-server jupyter-kernel-gateway==3.0.1 # via -r MPContribs/mpcontribs-kernel-gateway/requirements.in -jupyter-server==2.17.0 +jupyter-server==2.18.0 # via jupyter-kernel-gateway jupyter-server-terminals==0.5.4 # via jupyter-server @@ -180,7 +180,7 @@ matplotlib-inline==0.2.1 # via # ipykernel # ipython -mistune==3.2.0 +mistune==3.2.1 # via nbconvert monotonic==1.6 # via bravado @@ -222,7 +222,7 @@ numpy==1.26.4 # spglib opentelemetry-api==1.41.1 # via ddtrace -orjson==3.11.8 +orjson==3.11.9 # via # kaleido # pymatgen-core @@ -333,7 +333,7 @@ referencing==0.37.0 # jsonschema # jsonschema-specifications # jupyter-events -requests==2.33.1 +requests==2.34.2 # via # bravado # bravado-core @@ -435,13 +435,13 @@ typing-extensions==4.15.0 # swagger-spec-validator tzdata==2026.2 # via arrow -ujson==5.12.0 +ujson==5.12.1 # via mpcontribs-client uncertainties==3.2.3 # via pymatgen-core uri-template==1.3.0 # via jsonschema -urllib3==2.6.3 +urllib3==2.7.0 # via requests wcwidth==0.6.0 # via prompt-toolkit diff --git a/mpcontribs-kernel-gateway/requirements/ubuntu-latest_py3.11.txt b/mpcontribs-kernel-gateway/requirements/ubuntu-latest_py3.11.txt index 58e4375da..5b02a76d9 100644 --- a/mpcontribs-kernel-gateway/requirements/ubuntu-latest_py3.11.txt +++ b/mpcontribs-kernel-gateway/requirements/ubuntu-latest_py3.11.txt @@ -146,7 +146,7 @@ jupyter-events==0.12.1 # via jupyter-server jupyter-kernel-gateway==3.0.1 # via -r requirements.in -jupyter-server==2.18.2 +jupyter-server==2.18.0 # via jupyter-kernel-gateway jupyter-server-terminals==0.5.4 # via jupyter-server 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 dd3cbe3c3..dba72976d 100644 --- a/mpcontribs-kernel-gateway/requirements/ubuntu-latest_py3.11_extras.txt +++ b/mpcontribs-kernel-gateway/requirements/ubuntu-latest_py3.11_extras.txt @@ -146,7 +146,7 @@ jupyter-events==0.12.1 # via jupyter-server jupyter-kernel-gateway==3.0.1 # via -r requirements.in -jupyter-server==2.18.2 +jupyter-server==2.18.0 # via jupyter-kernel-gateway jupyter-server-terminals==0.5.4 # via jupyter-server diff --git a/mpcontribs-kernel-gateway/requirements/ubuntu-latest_py3.12.txt b/mpcontribs-kernel-gateway/requirements/ubuntu-latest_py3.12.txt index 7e8f1858f..316d5b9c7 100644 --- a/mpcontribs-kernel-gateway/requirements/ubuntu-latest_py3.12.txt +++ b/mpcontribs-kernel-gateway/requirements/ubuntu-latest_py3.12.txt @@ -146,7 +146,7 @@ jupyter-events==0.12.1 # via jupyter-server jupyter-kernel-gateway==3.0.1 # via -r requirements.in -jupyter-server==2.18.2 +jupyter-server==2.18.0 # via jupyter-kernel-gateway jupyter-server-terminals==0.5.4 # via jupyter-server 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 31ccc84e2..bcea6d2f0 100644 --- a/mpcontribs-kernel-gateway/requirements/ubuntu-latest_py3.12_extras.txt +++ b/mpcontribs-kernel-gateway/requirements/ubuntu-latest_py3.12_extras.txt @@ -146,7 +146,7 @@ jupyter-events==0.12.1 # via jupyter-server jupyter-kernel-gateway==3.0.1 # via -r requirements.in -jupyter-server==2.18.2 +jupyter-server==2.18.0 # via jupyter-kernel-gateway jupyter-server-terminals==0.5.4 # via jupyter-server diff --git a/mpcontribs-lux/requirements/requirements-ubuntu-latest_py3.11.txt b/mpcontribs-lux/requirements/requirements-ubuntu-latest_py3.11.txt index bb73ebe8a..c05f9e416 100644 --- a/mpcontribs-lux/requirements/requirements-ubuntu-latest_py3.11.txt +++ b/mpcontribs-lux/requirements/requirements-ubuntu-latest_py3.11.txt @@ -52,7 +52,7 @@ numpy==2.3.5 # pymatgen-io-validation # scipy # spglib -orjson==3.11.5 +orjson==3.11.6 # via pymatgen packaging==25.0 # via @@ -64,7 +64,7 @@ pandas==2.3.3 # via # mpcontribs-lux (pyproject.toml) # pymatgen -pillow==12.0.0 +pillow==12.2.0 # via matplotlib plotly==6.5.0 # via pymatgen @@ -97,13 +97,13 @@ python-dateutil==2.9.0.post0 # via # matplotlib # pandas -python-dotenv==1.2.1 +python-dotenv==1.2.2 # via pydantic-settings pytz==2025.2 # via pandas pyyaml==6.0.3 # via pybtex -requests==2.32.5 +requests==2.33.0 # via # pymatgen # pymatgen-io-validation @@ -140,5 +140,5 @@ tzdata==2025.2 # via pandas uncertainties==3.2.3 # via pymatgen -urllib3==2.6.1 +urllib3==2.7.0 # via requests diff --git a/mpcontribs-lux/requirements/requirements-ubuntu-latest_py3.11_extras.txt b/mpcontribs-lux/requirements/requirements-ubuntu-latest_py3.11_extras.txt index cb109503c..f7a62de7b 100644 --- a/mpcontribs-lux/requirements/requirements-ubuntu-latest_py3.11_extras.txt +++ b/mpcontribs-lux/requirements/requirements-ubuntu-latest_py3.11_extras.txt @@ -80,7 +80,7 @@ numpy==2.3.5 # pymatgen-io-validation # scipy # spglib -orjson==3.11.5 +orjson==3.11.6 # via pymatgen packaging==25.0 # via @@ -95,7 +95,7 @@ pandas==2.3.3 # pymatgen pathspec==0.12.1 # via mypy -pillow==12.0.0 +pillow==12.2.0 # via matplotlib platformdirs==4.5.1 # via virtualenv @@ -142,7 +142,7 @@ pyparsing==3.2.5 # via # bibtexparser # matplotlib -pytest==9.0.2 +pytest==9.0.3 # via # mpcontribs-lux (pyproject.toml) # pytest-cov @@ -155,7 +155,7 @@ python-dateutil==2.9.0.post0 # via # matplotlib # pandas -python-dotenv==1.2.1 +python-dotenv==1.2.2 # via pydantic-settings pytz==2025.2 # via pandas @@ -163,7 +163,7 @@ pyyaml==6.0.3 # via # pre-commit # pybtex -requests==2.32.5 +requests==2.33.0 # via # pymatgen # pymatgen-io-validation @@ -203,7 +203,7 @@ tzdata==2025.2 # via pandas uncertainties==3.2.3 # via pymatgen -urllib3==2.6.1 +urllib3==2.7.0 # via requests virtualenv==20.35.4 # via pre-commit diff --git a/mpcontribs-lux/requirements/requirements-ubuntu-latest_py3.12.txt b/mpcontribs-lux/requirements/requirements-ubuntu-latest_py3.12.txt index bb73ebe8a..c05f9e416 100644 --- a/mpcontribs-lux/requirements/requirements-ubuntu-latest_py3.12.txt +++ b/mpcontribs-lux/requirements/requirements-ubuntu-latest_py3.12.txt @@ -52,7 +52,7 @@ numpy==2.3.5 # pymatgen-io-validation # scipy # spglib -orjson==3.11.5 +orjson==3.11.6 # via pymatgen packaging==25.0 # via @@ -64,7 +64,7 @@ pandas==2.3.3 # via # mpcontribs-lux (pyproject.toml) # pymatgen -pillow==12.0.0 +pillow==12.2.0 # via matplotlib plotly==6.5.0 # via pymatgen @@ -97,13 +97,13 @@ python-dateutil==2.9.0.post0 # via # matplotlib # pandas -python-dotenv==1.2.1 +python-dotenv==1.2.2 # via pydantic-settings pytz==2025.2 # via pandas pyyaml==6.0.3 # via pybtex -requests==2.32.5 +requests==2.33.0 # via # pymatgen # pymatgen-io-validation @@ -140,5 +140,5 @@ tzdata==2025.2 # via pandas uncertainties==3.2.3 # via pymatgen -urllib3==2.6.1 +urllib3==2.7.0 # via requests diff --git a/mpcontribs-lux/requirements/requirements-ubuntu-latest_py3.12_extras.txt b/mpcontribs-lux/requirements/requirements-ubuntu-latest_py3.12_extras.txt index cb109503c..f7a62de7b 100644 --- a/mpcontribs-lux/requirements/requirements-ubuntu-latest_py3.12_extras.txt +++ b/mpcontribs-lux/requirements/requirements-ubuntu-latest_py3.12_extras.txt @@ -80,7 +80,7 @@ numpy==2.3.5 # pymatgen-io-validation # scipy # spglib -orjson==3.11.5 +orjson==3.11.6 # via pymatgen packaging==25.0 # via @@ -95,7 +95,7 @@ pandas==2.3.3 # pymatgen pathspec==0.12.1 # via mypy -pillow==12.0.0 +pillow==12.2.0 # via matplotlib platformdirs==4.5.1 # via virtualenv @@ -142,7 +142,7 @@ pyparsing==3.2.5 # via # bibtexparser # matplotlib -pytest==9.0.2 +pytest==9.0.3 # via # mpcontribs-lux (pyproject.toml) # pytest-cov @@ -155,7 +155,7 @@ python-dateutil==2.9.0.post0 # via # matplotlib # pandas -python-dotenv==1.2.1 +python-dotenv==1.2.2 # via pydantic-settings pytz==2025.2 # via pandas @@ -163,7 +163,7 @@ pyyaml==6.0.3 # via # pre-commit # pybtex -requests==2.32.5 +requests==2.33.0 # via # pymatgen # pymatgen-io-validation @@ -203,7 +203,7 @@ tzdata==2025.2 # via pandas uncertainties==3.2.3 # via pymatgen -urllib3==2.6.1 +urllib3==2.7.0 # via requests virtualenv==20.35.4 # via pre-commit diff --git a/mpcontribs-portal/requirements/deployment.txt b/mpcontribs-portal/requirements/deployment.txt index 0043c23c8..ab9a94844 100644 --- a/mpcontribs-portal/requirements/deployment.txt +++ b/mpcontribs-portal/requirements/deployment.txt @@ -175,7 +175,7 @@ matplotlib-inline==0.2.1 # via # ipykernel # ipython -mistune==3.2.0 +mistune==3.2.1 # via nbconvert monotonic==1.6 # via bravado @@ -219,7 +219,7 @@ numpy==1.26.4 # spglib opentelemetry-api==1.41.1 # via ddtrace -orjson==3.11.8 +orjson==3.11.9 # via pymatgen-core packaging==26.2 # via @@ -308,7 +308,7 @@ referencing==0.37.0 # via # jsonschema # jsonschema-specifications -requests==2.33.1 +requests==2.34.2 # via # bravado # bravado-core @@ -397,13 +397,13 @@ typing-extensions==4.15.0 # swagger-spec-validator tzdata==2026.2 # via arrow -ujson==5.12.0 +ujson==5.12.1 # via mpcontribs-client uncertainties==3.2.3 # via pymatgen-core uri-template==1.3.0 # via jsonschema -urllib3==2.6.3 +urllib3==2.7.0 # via # botocore # requests diff --git a/mpcontribs-serverless/dependencies/requirements.txt b/mpcontribs-serverless/dependencies/requirements.txt index 92f1aa9e3..ad34779a0 100644 --- a/mpcontribs-serverless/dependencies/requirements.txt +++ b/mpcontribs-serverless/dependencies/requirements.txt @@ -9,10 +9,7 @@ asttokens==2.1.0 async-timeout==4.0.2 # via redis attrs==22.1.0 - # via - # cattrs - # ddtrace - # jsonschema + # via jsonschema backcall==0.2.0 # via ipython boltons==21.0.0 @@ -23,8 +20,6 @@ bravado-core==5.17.1 # via bravado bytecode==0.13.0 # via ddtrace -cattrs==22.2.0 - # via ddtrace certifi==2024.7.4 # via requests charset-normalizer==2.1.1 @@ -33,20 +28,18 @@ contourpy==1.0.6 # via matplotlib cycler==0.11.0 # via matplotlib -ddsketch==2.0.4 - # via ddtrace -ddtrace==1.5.3 +ddtrace==4.3.0 # via -r requirements.in decorator==5.1.1 # via ipython +deprecated==1.3.1 + # via opentelemetry-api dnspython==2.6.1 # via # pyisemail # pymongo -envier==0.4.0 +envier==0.6.1 # via ddtrace -exceptiongroup==1.2.0 - # via cattrs executing==1.2.0 # via stack-data filetype==1.1.0 @@ -61,6 +54,8 @@ idna==3.7 # via # jsonschema # requests +importlib-metadata==8.6.1 + # via opentelemetry-api ipython==8.10.0 # via mpcontribs-client jedi==0.18.1 @@ -76,7 +71,6 @@ jsonref==1.0.0.post1 jsonschema[format]==3.2.0 # via # bravado-core - # ddtrace # mpcontribs-client # swagger-spec-validator kiwisolver==1.4.4 @@ -109,10 +103,10 @@ numpy==1.26.4 # pymatgen # scipy # spglib +opentelemetry-api==1.33.1 + # via ddtrace packaging==21.3 - # via - # ddtrace - # matplotlib + # via matplotlib palettable==3.3.0 # via pymatgen pandas==2.2.2 @@ -125,7 +119,7 @@ pexpect==4.8.0 # via ipython pickleshare==0.7.5 # via ipython -pillow==10.3.0 +pillow==12.2.0 # via matplotlib pint==0.19.2 # via mpcontribs-client @@ -135,10 +129,6 @@ plotly==5.11.0 # pymatgen prompt-toolkit==3.0.31 # via ipython -protobuf==4.21.9 - # via - # ddsketch - # ddtrace ptyprocess==0.7.0 # via pexpect pure-eval==0.2.2 @@ -177,7 +167,7 @@ pyyaml==6.0 # swagger-spec-validator redis==4.4.4 # via -r requirements.in -requests==2.32.3 +requests==2.33.0 # via # bravado # bravado-core @@ -204,8 +194,6 @@ six==1.16.0 # asttokens # bravado # bravado-core - # ddsketch - # ddtrace # flatten-dict # jsonschema # latexcodec @@ -227,9 +215,7 @@ sympy==1.11.1 tabulate==0.9.0 # via pymatgen tenacity==8.1.0 - # via - # ddtrace - # plotly + # via plotly tqdm==4.66.3 # via # mpcontribs-client @@ -239,23 +225,25 @@ traitlets==5.5.0 # ipython # matplotlib-inline typing-extensions==4.4.0 - # via - # bravado - # ddtrace + # via bravado tzdata==2024.1 # via pandas -ujson==5.5.0 +ujson==5.12.1 # via mpcontribs-client uncertainties==3.1.7 # via pymatgen -urllib3==1.26.19 +urllib3==2.7.0 # via requests wcwidth==0.2.5 # via prompt-toolkit webcolors==1.12 # via jsonschema -xmltodict==0.13.0 - # via ddtrace +wrapt==2.1.2 + # via + # ddtrace + # deprecated +zipp==3.23.1 + # via importlib-metadata # The following packages are considered to be unsafe in a requirements file: # setuptools