diff --git a/.constraints/py3.10.txt b/.constraints/py3.10.txt index f547b2c1..51b286d0 100644 --- a/.constraints/py3.10.txt +++ b/.constraints/py3.10.txt @@ -23,7 +23,7 @@ cfgv==3.3.1 charset-normalizer==2.0.10 click==8.0.3 colorama==0.4.4 -coverage==6.2 +coverage==6.3 debugpy==1.5.1 decorator==5.1.1 defusedxml==0.7.1 @@ -52,13 +52,13 @@ gprof2dot==2021.2.21 graphviz==0.19.1 greenlet==1.1.2 hepunits==2.2.0 -identify==2.4.4 +identify==2.4.6 idna==3.3 imagesize==1.3.0 -importlib-metadata==4.10.0 +importlib-metadata==4.10.1 iniconfig==1.1.1 ipykernel==6.7.0 -ipython==8.0.0 +ipython==8.0.1 ipython-genutils==0.2.0 ipywidgets==7.6.5 isort==5.10.1 @@ -68,10 +68,10 @@ json5==0.9.6 jsonschema==4.4.0 jupyter==1.0.0 jupyter-cache==0.4.3 -jupyter-client==7.1.1 +jupyter-client==7.1.2 jupyter-console==6.4.0 jupyter-core==4.9.1 -jupyter-server==1.13.3 +jupyter-server==1.13.4 jupyter-server-mathjax==0.2.3 jupyter-sphinx==0.3.2 jupyterlab==3.2.8 @@ -94,13 +94,13 @@ myst-nb==0.13.1 myst-parser==0.15.2 nbclassic==0.3.5 nbclient==0.5.10 -nbconvert==6.4.0 +nbconvert==6.4.1 nbdime==3.1.1 nbformat==5.1.3 -nbmake==1.1 +nbmake==1.2 nest-asyncio==1.5.4 nodeenv==1.6.0 -notebook==6.4.7 +notebook==6.4.8 packaging==21.3 pandocfilters==1.5.0 parso==0.8.3 @@ -113,11 +113,11 @@ pickleshare==0.7.5 pip-tools==6.4.0 platformdirs==2.4.1 pluggy==1.0.0 -pre-commit==2.16.0 -prometheus-client==0.12.0 -prompt-toolkit==3.0.24 +pre-commit==2.17.0 +prometheus-client==0.13.1 +prompt-toolkit==3.0.26 ptyprocess==0.7.0 -pure-eval==0.2.1 +pure-eval==0.2.2 py==1.11.0 pybtex==0.24.0 pybtex-docutils==1.0.1 @@ -130,7 +130,7 @@ pydot==1.4.2 pyflakes==2.4.0 pygments==2.11.2 pylint==2.12.2 -pyparsing==3.0.6 +pyparsing==3.0.7 pyrsistent==0.18.1 pytest==6.2.5 pytest-cov==3.0.0 @@ -168,9 +168,9 @@ sphinxcontrib-jsmath==1.0.1 sphinxcontrib-qthelp==1.0.3 sphinxcontrib-serializinghtml==1.1.5 sphobjinv==2.1 -sqlalchemy==1.4.29 +sqlalchemy==1.4.31 stack-data==0.1.4 -terminado==0.12.1 +terminado==0.13.1 testpath==0.5.0 toml==0.10.2 tomli==1.2.3 diff --git a/.constraints/py3.6.txt b/.constraints/py3.6.txt index f7d9c833..cf85939b 100644 --- a/.constraints/py3.6.txt +++ b/.constraints/py3.6.txt @@ -59,7 +59,7 @@ importlib-metadata==4.2.0 importlib-resources==3.0.0 iniconfig==1.1.1 ipykernel==5.5.6 -ipython==7.16.2 +ipython==7.16.3 ipython-genutils==0.2.0 ipywidgets==7.6.5 isort==5.10.1 @@ -69,7 +69,7 @@ json5==0.9.6 jsonschema==3.2.0 jupyter==1.0.0 jupyter-cache==0.4.3 -jupyter-client==7.1.1 +jupyter-client==7.1.2 jupyter-console==6.4.0 jupyter-core==4.9.1 jupyter-server==1.13.1 @@ -97,10 +97,10 @@ nbclient==0.5.9 nbconvert==6.0.7 nbdime==3.1.1 nbformat==5.1.3 -nbmake==1.1 +nbmake==1.2 nest-asyncio==1.5.4 nodeenv==1.6.0 -notebook==6.4.7 +notebook==6.4.8 packaging==21.3 pandocfilters==1.5.0 parso==0.7.1 @@ -113,9 +113,9 @@ pickleshare==0.7.5 pip-tools==6.4.0 platformdirs==2.4.0 pluggy==1.0.0 -pre-commit==2.16.0 -prometheus-client==0.12.0 -prompt-toolkit==3.0.24 +pre-commit==2.17.0 +prometheus-client==0.13.1 +prompt-toolkit==3.0.26 ptyprocess==0.7.0 py==1.11.0 pybtex==0.24.0 @@ -129,7 +129,7 @@ pydot==1.4.2 pyflakes==2.4.0 pygments==2.11.2 pylint==2.12.2 -pyparsing==3.0.6 +pyparsing==3.0.7 pyrsistent==0.18.0 pytest==6.2.5 pytest-cov==3.0.0 @@ -167,7 +167,7 @@ sphinxcontrib-jsmath==1.0.1 sphinxcontrib-qthelp==1.0.3 sphinxcontrib-serializinghtml==1.1.5 sphobjinv==2.1 -sqlalchemy==1.4.29 +sqlalchemy==1.4.31 terminado==0.12.1 testpath==0.5.0 toml==0.10.2 @@ -176,7 +176,7 @@ tornado==6.1 tox==3.24.5 tqdm==4.62.3 traitlets==4.3.3 -typed-ast==1.5.1 +typed-ast==1.5.2 types-docutils==0.17.4 types-pkg-resources==0.1.3 types-pyyaml==6.0.3 diff --git a/.constraints/py3.7.txt b/.constraints/py3.7.txt index 92bb733c..68361c62 100644 --- a/.constraints/py3.7.txt +++ b/.constraints/py3.7.txt @@ -22,7 +22,7 @@ cfgv==3.3.1 charset-normalizer==2.0.10 click==8.0.3 colorama==0.4.4 -coverage==6.2 +coverage==6.3 debugpy==1.5.1 decorator==5.1.1 defusedxml==0.7.1 @@ -49,14 +49,14 @@ gprof2dot==2021.2.21 graphviz==0.19.1 greenlet==1.1.2 hepunits==2.2.0 -identify==2.4.4 +identify==2.4.6 idna==3.3 imagesize==1.3.0 importlib-metadata==4.2.0 importlib-resources==5.4.0 iniconfig==1.1.1 ipykernel==6.7.0 -ipython==7.31.0 +ipython==7.31.1 ipython-genutils==0.2.0 ipywidgets==7.6.5 isort==5.10.1 @@ -66,10 +66,10 @@ json5==0.9.6 jsonschema==4.4.0 jupyter==1.0.0 jupyter-cache==0.4.3 -jupyter-client==7.1.1 +jupyter-client==7.1.2 jupyter-console==6.4.0 jupyter-core==4.9.1 -jupyter-server==1.13.3 +jupyter-server==1.13.4 jupyter-server-mathjax==0.2.3 jupyter-sphinx==0.3.2 jupyterlab==3.2.8 @@ -92,13 +92,13 @@ myst-nb==0.13.1 myst-parser==0.15.2 nbclassic==0.3.5 nbclient==0.5.10 -nbconvert==6.4.0 +nbconvert==6.4.1 nbdime==3.1.1 nbformat==5.1.3 -nbmake==1.1 +nbmake==1.2 nest-asyncio==1.5.4 nodeenv==1.6.0 -notebook==6.4.7 +notebook==6.4.8 packaging==21.3 pandocfilters==1.5.0 parso==0.8.3 @@ -111,9 +111,9 @@ pickleshare==0.7.5 pip-tools==6.4.0 platformdirs==2.4.1 pluggy==1.0.0 -pre-commit==2.16.0 -prometheus-client==0.12.0 -prompt-toolkit==3.0.24 +pre-commit==2.17.0 +prometheus-client==0.13.1 +prompt-toolkit==3.0.26 ptyprocess==0.7.0 py==1.11.0 pybtex==0.24.0 @@ -127,7 +127,7 @@ pydot==1.4.2 pyflakes==2.4.0 pygments==2.11.2 pylint==2.12.2 -pyparsing==3.0.6 +pyparsing==3.0.7 pyrsistent==0.18.1 pytest==6.2.5 pytest-cov==3.0.0 @@ -165,8 +165,8 @@ sphinxcontrib-jsmath==1.0.1 sphinxcontrib-qthelp==1.0.3 sphinxcontrib-serializinghtml==1.1.5 sphobjinv==2.1 -sqlalchemy==1.4.29 -terminado==0.12.1 +sqlalchemy==1.4.31 +terminado==0.13.1 testpath==0.5.0 toml==0.10.2 tomli==1.2.3 @@ -174,7 +174,7 @@ tornado==6.1 tox==3.24.5 tqdm==4.62.3 traitlets==5.1.1 -typed-ast==1.5.1 +typed-ast==1.5.2 types-docutils==0.17.4 types-pkg-resources==0.1.3 types-pyyaml==6.0.3 diff --git a/.constraints/py3.8.txt b/.constraints/py3.8.txt index a2abe09e..1df5589c 100644 --- a/.constraints/py3.8.txt +++ b/.constraints/py3.8.txt @@ -23,7 +23,7 @@ cfgv==3.3.1 charset-normalizer==2.0.10 click==8.0.3 colorama==0.4.4 -coverage==6.2 +coverage==6.3 debugpy==1.5.1 decorator==5.1.1 defusedxml==0.7.1 @@ -52,14 +52,14 @@ gprof2dot==2021.2.21 graphviz==0.19.1 greenlet==1.1.2 hepunits==2.2.0 -identify==2.4.4 +identify==2.4.6 idna==3.3 imagesize==1.3.0 -importlib-metadata==4.10.0 +importlib-metadata==4.10.1 importlib-resources==5.4.0 iniconfig==1.1.1 ipykernel==6.7.0 -ipython==8.0.0 +ipython==8.0.1 ipython-genutils==0.2.0 ipywidgets==7.6.5 isort==5.10.1 @@ -69,10 +69,10 @@ json5==0.9.6 jsonschema==4.4.0 jupyter==1.0.0 jupyter-cache==0.4.3 -jupyter-client==7.1.1 +jupyter-client==7.1.2 jupyter-console==6.4.0 jupyter-core==4.9.1 -jupyter-server==1.13.3 +jupyter-server==1.13.4 jupyter-server-mathjax==0.2.3 jupyter-sphinx==0.3.2 jupyterlab==3.2.8 @@ -95,13 +95,13 @@ myst-nb==0.13.1 myst-parser==0.15.2 nbclassic==0.3.5 nbclient==0.5.10 -nbconvert==6.4.0 +nbconvert==6.4.1 nbdime==3.1.1 nbformat==5.1.3 -nbmake==1.1 +nbmake==1.2 nest-asyncio==1.5.4 nodeenv==1.6.0 -notebook==6.4.7 +notebook==6.4.8 packaging==21.3 pandocfilters==1.5.0 parso==0.8.3 @@ -114,11 +114,11 @@ pickleshare==0.7.5 pip-tools==6.4.0 platformdirs==2.4.1 pluggy==1.0.0 -pre-commit==2.16.0 -prometheus-client==0.12.0 -prompt-toolkit==3.0.24 +pre-commit==2.17.0 +prometheus-client==0.13.1 +prompt-toolkit==3.0.26 ptyprocess==0.7.0 -pure-eval==0.2.1 +pure-eval==0.2.2 py==1.11.0 pybtex==0.24.0 pybtex-docutils==1.0.1 @@ -131,7 +131,7 @@ pydot==1.4.2 pyflakes==2.4.0 pygments==2.11.2 pylint==2.12.2 -pyparsing==3.0.6 +pyparsing==3.0.7 pyrsistent==0.18.1 pytest==6.2.5 pytest-cov==3.0.0 @@ -169,9 +169,9 @@ sphinxcontrib-jsmath==1.0.1 sphinxcontrib-qthelp==1.0.3 sphinxcontrib-serializinghtml==1.1.5 sphobjinv==2.1 -sqlalchemy==1.4.29 +sqlalchemy==1.4.31 stack-data==0.1.4 -terminado==0.12.1 +terminado==0.13.1 testpath==0.5.0 toml==0.10.2 tomli==1.2.3 diff --git a/.constraints/py3.9.txt b/.constraints/py3.9.txt index 5721f327..2497a887 100644 --- a/.constraints/py3.9.txt +++ b/.constraints/py3.9.txt @@ -23,7 +23,7 @@ cfgv==3.3.1 charset-normalizer==2.0.10 click==8.0.3 colorama==0.4.4 -coverage==6.2 +coverage==6.3 debugpy==1.5.1 decorator==5.1.1 defusedxml==0.7.1 @@ -52,13 +52,13 @@ gprof2dot==2021.2.21 graphviz==0.19.1 greenlet==1.1.2 hepunits==2.2.0 -identify==2.4.4 +identify==2.4.6 idna==3.3 imagesize==1.3.0 -importlib-metadata==4.10.0 +importlib-metadata==4.10.1 iniconfig==1.1.1 ipykernel==6.7.0 -ipython==8.0.0 +ipython==8.0.1 ipython-genutils==0.2.0 ipywidgets==7.6.5 isort==5.10.1 @@ -68,10 +68,10 @@ json5==0.9.6 jsonschema==4.4.0 jupyter==1.0.0 jupyter-cache==0.4.3 -jupyter-client==7.1.1 +jupyter-client==7.1.2 jupyter-console==6.4.0 jupyter-core==4.9.1 -jupyter-server==1.13.3 +jupyter-server==1.13.4 jupyter-server-mathjax==0.2.3 jupyter-sphinx==0.3.2 jupyterlab==3.2.8 @@ -94,13 +94,13 @@ myst-nb==0.13.1 myst-parser==0.15.2 nbclassic==0.3.5 nbclient==0.5.10 -nbconvert==6.4.0 +nbconvert==6.4.1 nbdime==3.1.1 nbformat==5.1.3 -nbmake==1.1 +nbmake==1.2 nest-asyncio==1.5.4 nodeenv==1.6.0 -notebook==6.4.7 +notebook==6.4.8 packaging==21.3 pandocfilters==1.5.0 parso==0.8.3 @@ -113,11 +113,11 @@ pickleshare==0.7.5 pip-tools==6.4.0 platformdirs==2.4.1 pluggy==1.0.0 -pre-commit==2.16.0 -prometheus-client==0.12.0 -prompt-toolkit==3.0.24 +pre-commit==2.17.0 +prometheus-client==0.13.1 +prompt-toolkit==3.0.26 ptyprocess==0.7.0 -pure-eval==0.2.1 +pure-eval==0.2.2 py==1.11.0 pybtex==0.24.0 pybtex-docutils==1.0.1 @@ -130,7 +130,7 @@ pydot==1.4.2 pyflakes==2.4.0 pygments==2.11.2 pylint==2.12.2 -pyparsing==3.0.6 +pyparsing==3.0.7 pyrsistent==0.18.1 pytest==6.2.5 pytest-cov==3.0.0 @@ -168,9 +168,9 @@ sphinxcontrib-jsmath==1.0.1 sphinxcontrib-qthelp==1.0.3 sphinxcontrib-serializinghtml==1.1.5 sphobjinv==2.1 -sqlalchemy==1.4.29 +sqlalchemy==1.4.31 stack-data==0.1.4 -terminado==0.12.1 +terminado==0.13.1 testpath==0.5.0 toml==0.10.2 tomli==1.2.3 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 451b6b95..b6881377 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -65,7 +65,7 @@ repos: - id: blacken-docs - repo: https://github.com/streetsidesoftware/cspell-cli - rev: v5.6.12 + rev: v5.7.0 hooks: - id: cspell @@ -143,7 +143,7 @@ repos: - id: pydocstyle - repo: https://github.com/ComPWA/mirrors-pyright - rev: v1.1.209 + rev: v1.1.216 hooks: - id: pyright