From a5841f7d9ff6252d378fb50f5ffa5f7172e843b7 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 8 Jul 2024 08:04:39 +0000 Subject: [PATCH] update dependencies for . (ubuntu-latest/py3.9) --- requirements/ubuntu-latest_py3.9.txt | 164 ++++++++---- requirements/ubuntu-latest_py3.9_extras.txt | 277 +++++++++++--------- 2 files changed, 268 insertions(+), 173 deletions(-) diff --git a/requirements/ubuntu-latest_py3.9.txt b/requirements/ubuntu-latest_py3.9.txt index 8d235568b..d55478284 100644 --- a/requirements/ubuntu-latest_py3.9.txt +++ b/requirements/ubuntu-latest_py3.9.txt @@ -6,28 +6,32 @@ # aioitertools==0.11.0 # via maggma (setup.py) -annotated-types==0.6.0 +annotated-types==0.7.0 # via pydantic -anyio==3.7.1 +anyio==4.4.0 # via - # fastapi + # httpx # starlette -attrs==23.1.0 + # watchfiles +attrs==23.2.0 # via # jsonschema # referencing -bcrypt==4.1.1 +bcrypt==4.1.3 # via paramiko -blinker==1.7.0 +blinker==1.8.2 # via flask -boto3==1.33.11 +boto3==1.34.140 # via maggma (setup.py) -botocore==1.33.11 +botocore==1.34.140 # via # boto3 # s3transfer -certifi==2023.11.17 - # via requests +certifi==2024.7.4 + # via + # httpcore + # httpx + # requests cffi==1.16.0 # via # cryptography @@ -38,93 +42,127 @@ click==8.1.7 # via # flask # mongogrant + # typer # uvicorn -cryptography==41.0.7 +cryptography==42.0.8 # via paramiko -dnspython==2.4.2 +dnspython==2.6.1 # via + # email-validator # maggma (setup.py) # pymongo -exceptiongroup==1.2.0 +email-validator==2.2.0 + # via fastapi +exceptiongroup==1.2.1 # via anyio -fastapi==0.104.1 +fastapi==0.111.0 # via maggma (setup.py) -flask==3.0.0 +fastapi-cli==0.0.4 + # via fastapi +flask==3.0.3 # via mongogrant h11==0.14.0 + # via + # httpcore + # uvicorn +httpcore==1.0.5 + # via httpx +httptools==0.6.1 # via uvicorn -idna==3.6 +httpx==0.27.0 + # via fastapi +idna==3.7 # via # anyio + # email-validator + # httpx # requests -importlib-metadata==7.0.0 +importlib-metadata==8.0.0 # via flask -itsdangerous==2.1.2 - # via flask -jinja2==3.1.2 +itsdangerous==2.2.0 # via flask +jinja2==3.1.4 + # via + # fastapi + # flask jmespath==1.0.1 # via # boto3 # botocore -jsonschema==4.20.0 +jsonschema==4.22.0 # via maggma (setup.py) -jsonschema-specifications==2023.11.2 +jsonschema-specifications==2023.12.1 # via jsonschema -markupsafe==2.1.3 +markdown-it-py==3.0.0 + # via rich +markupsafe==2.1.5 # via # jinja2 # werkzeug +mdurl==0.1.2 + # via markdown-it-py mongogrant==0.3.3 # via maggma (setup.py) mongomock==4.1.2 # via maggma (setup.py) -monty==2023.11.3 +monty==2024.5.24 # via maggma (setup.py) -msgpack==1.0.7 +msgpack==1.0.8 # via maggma (setup.py) -numpy==1.26.2 +numpy==2.0.0 # via maggma (setup.py) -orjson==3.9.10 - # via maggma (setup.py) -packaging==23.2 +orjson==3.10.6 + # via + # fastapi + # maggma (setup.py) +packaging==24.1 # via mongomock -paramiko==3.3.1 +paramiko==3.4.0 # via sshtunnel -pycparser==2.21 +pycparser==2.22 # via cffi -pydantic==2.5.2 +pydantic==2.8.2 # via # fastapi # maggma (setup.py) # pydantic-settings -pydantic-core==2.14.5 +pydantic-core==2.20.1 # via pydantic -pydantic-settings==2.1.0 +pydantic-settings==2.3.4 # via maggma (setup.py) -pydash==7.0.6 +pydash==8.0.1 # via maggma (setup.py) -pymongo==4.6.1 +pygments==2.18.0 + # via rich +pymongo==4.8.0 # via # maggma (setup.py) # mongogrant pynacl==1.5.0 # via paramiko -python-dateutil==2.8.2 +python-dateutil==2.9.0.post0 # via # botocore # maggma (setup.py) -python-dotenv==1.0.0 - # via pydantic-settings -pyzmq==25.1.2 +python-dotenv==1.0.1 + # via + # pydantic-settings + # uvicorn +python-multipart==0.0.9 + # via fastapi +pyyaml==6.0.1 + # via uvicorn +pyzmq==26.0.3 # via maggma (setup.py) -referencing==0.32.0 +referencing==0.35.1 # via # jsonschema # jsonschema-specifications -requests==2.31.0 +requests==2.32.3 # via mongogrant -rpds-py==0.13.2 +rich==13.7.1 + # via typer +rpds-py==0.18.1 # via # jsonschema # referencing @@ -132,38 +170,56 @@ ruamel-yaml==0.17.40 # via maggma (setup.py) ruamel-yaml-clib==0.2.8 # via ruamel-yaml -s3transfer==0.8.2 +s3transfer==0.10.2 # via boto3 sentinels==1.0.0 # via mongomock +shellingham==1.5.4 + # via typer six==1.16.0 # via python-dateutil -sniffio==1.3.0 - # via anyio +sniffio==1.3.1 + # via + # anyio + # httpx sshtunnel==0.4.0 # via maggma (setup.py) -starlette==0.27.0 +starlette==0.37.2 # via fastapi -tqdm==4.66.1 +tqdm==4.66.4 # via maggma (setup.py) -typing-extensions==4.9.0 +typer==0.12.3 + # via fastapi-cli +typing-extensions==4.12.2 # via # aioitertools + # anyio # fastapi # pydantic # pydantic-core # pydash # starlette + # typer # uvicorn -urllib3==1.26.18 +ujson==5.10.0 + # via fastapi +urllib3==1.26.19 # via # botocore # requests -uvicorn==0.24.0.post1 - # via maggma (setup.py) -werkzeug==3.0.1 +uvicorn[standard]==0.30.1 + # via + # fastapi + # maggma (setup.py) +uvloop==0.19.0 + # via uvicorn +watchfiles==0.22.0 + # via uvicorn +websockets==12.0 + # via uvicorn +werkzeug==3.0.3 # via flask -zipp==3.17.0 +zipp==3.19.2 # via importlib-metadata # The following packages are considered to be unsafe in a requirements file: diff --git a/requirements/ubuntu-latest_py3.9_extras.txt b/requirements/ubuntu-latest_py3.9_extras.txt index 5d83c5397..7ade0267c 100644 --- a/requirements/ubuntu-latest_py3.9_extras.txt +++ b/requirements/ubuntu-latest_py3.9_extras.txt @@ -6,43 +6,43 @@ # aioitertools==0.11.0 # via maggma (setup.py) -annotated-types==0.6.0 +annotated-types==0.7.0 # via pydantic -anyio==3.7.1 +anyio==4.4.0 # via - # fastapi # httpx # starlette + # watchfiles asttokens==2.4.1 # via stack-data -attrs==23.1.0 +attrs==23.2.0 # via # jsonschema # referencing -azure-core==1.29.5 +azure-core==1.30.2 # via # azure-identity # azure-storage-blob -azure-identity==1.15.0 +azure-identity==1.17.1 # via maggma (setup.py) -azure-storage-blob==12.19.0 +azure-storage-blob==12.20.0 # via maggma (setup.py) -babel==2.13.1 +babel==2.15.0 # via mkdocs-material -bcrypt==4.1.1 +bcrypt==4.1.3 # via paramiko -blinker==1.7.0 +blinker==1.8.2 # via flask -boto3==1.33.11 +boto3==1.34.140 # via # maggma (setup.py) # moto -botocore==1.33.11 +botocore==1.34.140 # via # boto3 # moto # s3transfer -certifi==2023.11.17 +certifi==2024.7.4 # via # httpcore # httpx @@ -61,16 +61,15 @@ click==8.1.7 # mkdocs # mkdocstrings # mongogrant + # typer # uvicorn colorama==0.4.6 # via # griffe # mkdocs-material -coverage[toml]==7.3.2 - # via - # coverage - # pytest-cov -cryptography==41.0.7 +coverage[toml]==7.5.4 + # via pytest-cov +cryptography==42.0.8 # via # azure-identity # azure-storage-blob @@ -82,32 +81,37 @@ csscompressor==0.9.5 # via mkdocs-minify-plugin decorator==5.1.1 # via ipython -distlib==0.3.7 +distlib==0.3.8 # via virtualenv -dnspython==2.4.2 +dnspython==2.6.1 # via + # email-validator # maggma (setup.py) # pymongo -exceptiongroup==1.2.0 +email-validator==2.2.0 + # via fastapi +exceptiongroup==1.2.1 # via # anyio # ipython # pytest -execnet==2.0.2 +execnet==2.1.1 # via pytest-xdist executing==2.0.1 # via stack-data -fastapi==0.104.1 +fastapi==0.111.0 # via maggma (setup.py) -fastjsonschema==2.19.0 +fastapi-cli==0.0.4 + # via fastapi +fastjsonschema==2.20.0 # via nbformat -filelock==3.13.1 +filelock==3.15.4 # via virtualenv -flask==3.0.0 +flask==3.0.3 # via mongogrant ghp-import==2.1.0 # via mkdocs -griffe==0.38.1 +griffe==0.47.0 # via mkdocstrings-python h11==0.14.0 # via @@ -115,40 +119,46 @@ h11==0.14.0 # uvicorn htmlmin2==0.1.13 # via mkdocs-minify-plugin -httpcore==1.0.2 +httpcore==1.0.5 # via httpx -httpx==0.25.2 - # via starlette -hvac==2.0.0 +httptools==0.6.1 + # via uvicorn +httpx==0.27.0 + # via + # fastapi + # starlette +hvac==2.3.0 # via maggma (setup.py) -identify==2.5.33 +identify==2.6.0 # via pre-commit -idna==3.6 +idna==3.7 # via # anyio + # email-validator # httpx # requests -importlib-metadata==7.0.0 +importlib-metadata==8.0.0 # via # flask # markdown # mkdocs + # mkdocs-get-deps # mkdocstrings - # textual iniconfig==2.0.0 # via pytest ipython==8.18.1 # via maggma (setup.py) isodate==0.6.1 # via azure-storage-blob -itsdangerous==2.1.2 +itsdangerous==2.2.0 # via # flask # starlette jedi==0.19.1 # via ipython -jinja2==3.1.2 +jinja2==3.1.4 # via + # fastapi # flask # maggma (setup.py) # memray @@ -163,17 +173,17 @@ jmespath==1.0.1 # botocore jsmin==3.0.1 # via mkdocs-minify-plugin -jsonschema==4.20.0 +jsonschema==4.22.0 # via # maggma (setup.py) # nbformat -jsonschema-specifications==2023.11.2 +jsonschema-specifications==2023.12.1 # via jsonschema -jupyter-core==5.5.0 +jupyter-core==5.7.2 # via nbformat -linkify-it-py==2.0.2 +linkify-it-py==2.0.3 # via markdown-it-py -markdown==3.5.1 +markdown==3.6 # via # mkdocs # mkdocs-autorefs @@ -185,118 +195,123 @@ markdown-it-py[linkify,plugins]==3.0.0 # mdit-py-plugins # rich # textual -markupsafe==2.1.3 +markupsafe==2.1.5 # via # jinja2 # mkdocs + # mkdocs-autorefs # mkdocstrings # werkzeug -matplotlib-inline==0.1.6 +matplotlib-inline==0.1.7 # via ipython -mdit-py-plugins==0.4.0 +mdit-py-plugins==0.4.1 # via markdown-it-py mdurl==0.1.2 # via markdown-it-py -memray==1.11.0 +memray==1.13.3 # via maggma (setup.py) mergedeep==1.3.4 - # via mkdocs -mkdocs==1.5.3 + # via + # mkdocs + # mkdocs-get-deps +mkdocs==1.6.0 # via # maggma (setup.py) # mkdocs-autorefs # mkdocs-material # mkdocs-minify-plugin # mkdocstrings -mkdocs-autorefs==0.5.0 +mkdocs-autorefs==1.0.1 # via mkdocstrings -mkdocs-material==9.5.1 +mkdocs-get-deps==0.2.0 + # via mkdocs +mkdocs-material==9.5.28 # via maggma (setup.py) mkdocs-material-extensions==1.3.1 # via mkdocs-material -mkdocs-minify-plugin==0.7.1 +mkdocs-minify-plugin==0.8.0 # via maggma (setup.py) -mkdocstrings[python]==0.24.0 +mkdocstrings[python]==0.25.1 # via # maggma (setup.py) - # mkdocstrings # mkdocstrings-python -mkdocstrings-python==1.7.5 +mkdocstrings-python==1.10.5 # via mkdocstrings mongogrant==0.3.3 # via maggma (setup.py) mongomock==4.1.2 # via maggma (setup.py) -monty==2023.11.3 +monty==2024.5.24 # via maggma (setup.py) -montydb==2.5.2 +montydb==2.5.3 # via maggma (setup.py) -moto==4.2.11 +moto==5.0.11 # via maggma (setup.py) -msal==1.26.0 +msal==1.29.0 # via # azure-identity # msal-extensions -msal-extensions==1.1.0 +msal-extensions==1.2.0 # via azure-identity -msgpack==1.0.7 +msgpack==1.0.8 # via maggma (setup.py) -nbformat==5.9.2 +nbformat==5.10.4 # via maggma (setup.py) -nodeenv==1.8.0 +nodeenv==1.9.1 # via pre-commit -numpy==1.26.2 +numpy==2.0.0 # via maggma (setup.py) -orjson==3.9.10 - # via maggma (setup.py) -packaging==23.2 +orjson==3.10.6 + # via + # fastapi + # maggma (setup.py) +packaging==24.1 # via # mkdocs # mongomock - # msal-extensions # pytest paginate==0.5.6 # via mkdocs-material -paramiko==3.3.1 +paramiko==3.4.0 # via sshtunnel -parso==0.8.3 +parso==0.8.4 # via jedi pathspec==0.12.1 # via mkdocs pexpect==4.9.0 # via ipython -platformdirs==4.1.0 +platformdirs==4.2.2 # via # jupyter-core - # mkdocs + # mkdocs-get-deps # mkdocstrings # virtualenv -pluggy==1.3.0 +pluggy==1.5.0 # via pytest -portalocker==2.8.2 +portalocker==2.10.0 # via msal-extensions -pre-commit==3.6.0 +pre-commit==3.7.1 # via maggma (setup.py) -prompt-toolkit==3.0.41 +prompt-toolkit==3.0.47 # via ipython ptyprocess==0.7.0 # via pexpect pure-eval==0.2.2 # via stack-data -pycparser==2.21 +pycparser==2.22 # via cffi -pydantic==2.5.2 +pydantic==2.8.2 # via # fastapi # maggma (setup.py) # pydantic-settings -pydantic-core==2.14.5 +pydantic-core==2.20.1 # via pydantic -pydantic-settings==2.1.0 +pydantic-settings==2.3.4 # via maggma (setup.py) -pydash==7.0.6 +pydash==8.0.1 # via maggma (setup.py) -pygments==2.17.2 +pygments==2.18.0 # via # ipython # mkdocs-material @@ -305,61 +320,67 @@ pyjwt[crypto]==2.8.0 # via # msal # pyjwt -pymdown-extensions==10.5 +pymdown-extensions==10.8.1 # via # mkdocs-material # mkdocstrings -pymongo==4.6.1 +pymongo==4.8.0 # via # maggma (setup.py) # mongogrant pynacl==1.5.0 # via paramiko -pytest==7.4.3 +pytest==8.2.2 # via # maggma (setup.py) # pytest-asyncio # pytest-cov # pytest-mock # pytest-xdist -pytest-asyncio==0.23.2 +pytest-asyncio==0.23.7 # via maggma (setup.py) -pytest-cov==4.1.0 +pytest-cov==5.0.0 # via maggma (setup.py) -pytest-mock==3.12.0 +pytest-mock==3.14.0 # via maggma (setup.py) -pytest-xdist==3.5.0 +pytest-xdist==3.6.1 # via maggma (setup.py) -python-dateutil==2.8.2 +python-dateutil==2.9.0.post0 # via # botocore # ghp-import # maggma (setup.py) # moto -python-dotenv==1.0.0 - # via pydantic-settings -python-multipart==0.0.6 - # via starlette +python-dotenv==1.0.1 + # via + # pydantic-settings + # uvicorn +python-multipart==0.0.9 + # via + # fastapi + # starlette pyyaml==6.0.1 # via # mkdocs + # mkdocs-get-deps # pre-commit # pymdown-extensions # pyyaml-env-tag # starlette + # uvicorn pyyaml-env-tag==0.1 # via mkdocs -pyzmq==25.1.2 +pyzmq==26.0.3 # via maggma (setup.py) -referencing==0.32.0 +referencing==0.35.1 # via # jsonschema # jsonschema-specifications -regex==2023.10.3 +regex==2024.5.15 # via # maggma (setup.py) # mkdocs-material -requests==2.31.0 +requests==2.32.3 # via # azure-core # hvac @@ -372,11 +393,12 @@ responses==0.21.0 # via # maggma (setup.py) # moto -rich==13.7.0 +rich==13.7.1 # via # memray # textual -rpds-py==0.13.2 + # typer +rpds-py==0.18.1 # via # jsonschema # referencing @@ -384,19 +406,21 @@ ruamel-yaml==0.17.40 # via maggma (setup.py) ruamel-yaml-clib==0.2.8 # via ruamel-yaml -ruff==0.1.7 +ruff==0.5.1 # via maggma (setup.py) -s3transfer==0.8.2 +s3transfer==0.10.2 # via boto3 sentinels==1.0.0 # via mongomock +shellingham==1.5.4 + # via typer six==1.16.0 # via # asttokens # azure-core # isodate # python-dateutil -sniffio==1.3.0 +sniffio==1.3.1 # via # anyio # httpx @@ -404,34 +428,38 @@ sshtunnel==0.4.0 # via maggma (setup.py) stack-data==0.6.3 # via ipython -starlette[full]==0.27.0 +starlette[full]==0.37.2 # via # fastapi # maggma (setup.py) -textual==0.44.1 +textual==0.71.0 # via memray tomli==2.0.1 # via # coverage # pytest -tqdm==4.66.1 +tqdm==4.66.4 # via maggma (setup.py) -traitlets==5.14.0 +traitlets==5.14.3 # via # ipython # jupyter-core # matplotlib-inline # nbformat -types-python-dateutil==2.8.19.14 +typer==0.12.3 + # via fastapi-cli +types-python-dateutil==2.9.0.20240316 # via maggma (setup.py) -types-pyyaml==6.0.12.12 +types-pyyaml==6.0.12.20240311 # via maggma (setup.py) -types-setuptools==69.0.0.0 +types-setuptools==70.2.0.20240704 # via maggma (setup.py) -typing-extensions==4.9.0 +typing-extensions==4.12.2 # via # aioitertools + # anyio # azure-core + # azure-identity # azure-storage-blob # fastapi # ipython @@ -441,29 +469,40 @@ typing-extensions==4.9.0 # pydash # starlette # textual + # typer # uvicorn -uc-micro-py==1.0.2 +uc-micro-py==1.0.3 # via linkify-it-py -urllib3==1.26.18 +ujson==5.10.0 + # via fastapi +urllib3==1.26.19 # via # botocore # requests # responses -uvicorn==0.24.0.post1 - # via maggma (setup.py) -virtualenv==20.25.0 +uvicorn[standard]==0.30.1 + # via + # fastapi + # maggma (setup.py) +uvloop==0.19.0 + # via uvicorn +virtualenv==20.26.3 # via pre-commit -watchdog==3.0.0 +watchdog==4.0.1 # via mkdocs -wcwidth==0.2.12 +watchfiles==0.22.0 + # via uvicorn +wcwidth==0.2.13 # via prompt-toolkit -werkzeug==3.0.1 +websockets==12.0 + # via uvicorn +werkzeug==3.0.3 # via # flask # moto xmltodict==0.13.0 # via moto -zipp==3.17.0 +zipp==3.19.2 # via importlib-metadata # The following packages are considered to be unsafe in a requirements file: