From 2ac44091b0bde9df693f0fded2052ba9afae1189 Mon Sep 17 00:00:00 2001 From: GitHub Date: Sun, 1 Oct 2023 12:09:46 +0000 Subject: [PATCH] MAINT: update pip constraints and pre-commit --- .constraints/py3.10.txt | 27 ++++++++++++++------------- .constraints/py3.11.txt | 27 ++++++++++++++------------- .constraints/py3.7.txt | 10 +++++----- .constraints/py3.8.txt | 27 ++++++++++++++------------- .constraints/py3.9.txt | 27 ++++++++++++++------------- .pre-commit-config.yaml | 4 ++-- 6 files changed, 63 insertions(+), 59 deletions(-) diff --git a/.constraints/py3.10.txt b/.constraints/py3.10.txt index 477f1f8f..e74bd777 100644 --- a/.constraints/py3.10.txt +++ b/.constraints/py3.10.txt @@ -13,7 +13,7 @@ ampform==0.14.6 anyio==4.0.0 argon2-cffi==23.1.0 argon2-cffi-bindings==21.2.0 -arrow==1.2.3 +arrow==1.3.0 asttokens==2.4.0 astunparse==1.6.3 attrs==23.1.0 @@ -27,14 +27,14 @@ certifi==2023.7.22 cffi==1.16.0 cfgv==3.4.0 chardet==5.2.0 -charset-normalizer==3.2.0 +charset-normalizer==3.3.0 click==8.1.7 cloudpickle==2.2.1 colorama==0.4.6 comm==0.1.4 contourpy==1.1.1 coverage==7.3.1 -cycler==0.11.0 +cycler==0.12.0 debugpy==1.8.0 decorator==5.1.1 defusedxml==0.7.1 @@ -46,11 +46,11 @@ docutils==0.17.1 entrypoints==0.4 exceptiongroup==1.1.3 execnet==2.0.2 -executing==1.2.0 -fastjsonschema==2.18.0 +executing==2.0.0 +fastjsonschema==2.18.1 filelock==3.12.4 flatbuffers==23.5.26 -fonttools==4.42.1 +fonttools==4.43.0 fqdn==1.5.1 gast==0.5.4 google-auth==2.23.2 @@ -58,10 +58,10 @@ google-auth-oauthlib==1.0.0 google-pasta==0.2.0 graphviz==0.20.1 greenlet==2.0.2 -grpcio==1.58.0 +grpcio==1.59.0 h5py==3.9.0 hepunits==2.3.2 -identify==2.5.29 +identify==2.5.30 idna==3.4 imagesize==1.4.1 iminuit==2.24.0 @@ -69,7 +69,7 @@ importlib-metadata==6.8.0 iniconfig==2.0.0 ipykernel==6.25.2 ipympl==0.9.3 -ipython==8.15.0 +ipython==8.16.0 ipython-genutils==0.2.0 ipywidgets==8.1.1 isoduration==20.11.0 @@ -110,7 +110,7 @@ matplotlib==3.8.0 matplotlib-inline==0.1.6 mdit-py-plugins==0.3.5 mdurl==0.1.2 -mistune==3.0.1 +mistune==3.0.2 ml-dtypes==0.2.0 mpmath==1.3.0 mypy-extensions==1.0.0 @@ -198,7 +198,7 @@ sphinxcontrib-jsmath==1.0.1 sphinxcontrib-qthelp==1.0.6 sphinxcontrib-serializinghtml==1.1.9 sqlalchemy==2.0.21 -stack-data==0.6.2 +stack-data==0.6.3 sympy==1.12 tabulate==0.9.0 tensorboard==2.14.1 @@ -216,16 +216,17 @@ tornado==6.3.3 tox==4.11.3 tqdm==4.66.1 traitlets==5.10.1 +types-python-dateutil==2.8.19.14 typing-extensions==4.5.0 ujson==5.8.0 uri-template==1.3.0 urllib3==2.0.5 virtualenv==20.24.5 -wcwidth==0.2.6 +wcwidth==0.2.8 webcolors==1.13 webencodings==0.5.1 websocket-client==1.6.3 -werkzeug==2.3.7 +werkzeug==3.0.0 wheel==0.41.2 widgetsnbextension==4.0.9 wrapt==1.14.1 diff --git a/.constraints/py3.11.txt b/.constraints/py3.11.txt index aea3630b..6ed6c797 100644 --- a/.constraints/py3.11.txt +++ b/.constraints/py3.11.txt @@ -13,7 +13,7 @@ ampform==0.14.6 anyio==4.0.0 argon2-cffi==23.1.0 argon2-cffi-bindings==21.2.0 -arrow==1.2.3 +arrow==1.3.0 asttokens==2.4.0 astunparse==1.6.3 attrs==23.1.0 @@ -27,14 +27,14 @@ certifi==2023.7.22 cffi==1.16.0 cfgv==3.4.0 chardet==5.2.0 -charset-normalizer==3.2.0 +charset-normalizer==3.3.0 click==8.1.7 cloudpickle==2.2.1 colorama==0.4.6 comm==0.1.4 contourpy==1.1.1 coverage==7.3.1 -cycler==0.11.0 +cycler==0.12.0 debugpy==1.8.0 decorator==5.1.1 defusedxml==0.7.1 @@ -45,11 +45,11 @@ docstring-to-markdown==0.12 docutils==0.17.1 entrypoints==0.4 execnet==2.0.2 -executing==1.2.0 -fastjsonschema==2.18.0 +executing==2.0.0 +fastjsonschema==2.18.1 filelock==3.12.4 flatbuffers==23.5.26 -fonttools==4.42.1 +fonttools==4.43.0 fqdn==1.5.1 gast==0.5.4 google-auth==2.23.2 @@ -57,10 +57,10 @@ google-auth-oauthlib==1.0.0 google-pasta==0.2.0 graphviz==0.20.1 greenlet==2.0.2 -grpcio==1.58.0 +grpcio==1.59.0 h5py==3.9.0 hepunits==2.3.2 -identify==2.5.29 +identify==2.5.30 idna==3.4 imagesize==1.4.1 iminuit==2.24.0 @@ -68,7 +68,7 @@ importlib-metadata==6.8.0 iniconfig==2.0.0 ipykernel==6.25.2 ipympl==0.9.3 -ipython==8.15.0 +ipython==8.16.0 ipython-genutils==0.2.0 ipywidgets==8.1.1 isoduration==20.11.0 @@ -109,7 +109,7 @@ matplotlib==3.8.0 matplotlib-inline==0.1.6 mdit-py-plugins==0.3.5 mdurl==0.1.2 -mistune==3.0.1 +mistune==3.0.2 ml-dtypes==0.2.0 mpmath==1.3.0 mypy-extensions==1.0.0 @@ -197,7 +197,7 @@ sphinxcontrib-jsmath==1.0.1 sphinxcontrib-qthelp==1.0.6 sphinxcontrib-serializinghtml==1.1.9 sqlalchemy==2.0.21 -stack-data==0.6.2 +stack-data==0.6.3 sympy==1.12 tabulate==0.9.0 tensorboard==2.14.1 @@ -214,16 +214,17 @@ tornado==6.3.3 tox==4.11.3 tqdm==4.66.1 traitlets==5.10.1 +types-python-dateutil==2.8.19.14 typing-extensions==4.5.0 ujson==5.8.0 uri-template==1.3.0 urllib3==2.0.5 virtualenv==20.24.5 -wcwidth==0.2.6 +wcwidth==0.2.8 webcolors==1.13 webencodings==0.5.1 websocket-client==1.6.3 -werkzeug==2.3.7 +werkzeug==3.0.0 wheel==0.41.2 widgetsnbextension==4.0.9 wrapt==1.14.1 diff --git a/.constraints/py3.7.txt b/.constraints/py3.7.txt index cf5d3924..0c5f5525 100644 --- a/.constraints/py3.7.txt +++ b/.constraints/py3.7.txt @@ -27,7 +27,7 @@ certifi==2023.7.22 cffi==1.15.1 cfgv==3.3.1 chardet==5.2.0 -charset-normalizer==3.2.0 +charset-normalizer==3.3.0 click==8.1.7 cloudpickle==2.2.1 colorama==0.4.6 @@ -45,7 +45,7 @@ docutils==0.17.1 entrypoints==0.4 exceptiongroup==1.1.3 execnet==2.0.2 -fastjsonschema==2.18.0 +fastjsonschema==2.18.1 filelock==3.12.2 flatbuffers==23.5.26 fonttools==4.38.0 @@ -56,7 +56,7 @@ google-auth-oauthlib==0.4.6 google-pasta==0.2.0 graphviz==0.20.1 greenlet==2.0.2 -grpcio==1.58.0 +grpcio==1.59.0 h5py==3.8.0 hepunits==2.3.2 identify==2.5.24 @@ -107,7 +107,7 @@ matplotlib==3.5.3 matplotlib-inline==0.1.6 mdit-py-plugins==0.3.5 mdurl==0.1.2 -mistune==3.0.1 +mistune==3.0.2 mpmath==1.3.0 mypy-extensions==1.0.0 myst-nb==0.17.2 @@ -219,7 +219,7 @@ ujson==5.7.0 uri-template==1.3.0 urllib3==2.0.5 virtualenv==20.24.5 -wcwidth==0.2.6 +wcwidth==0.2.8 webcolors==1.13 webencodings==0.5.1 websocket-client==1.6.1 diff --git a/.constraints/py3.8.txt b/.constraints/py3.8.txt index be0f13f1..df3c933d 100644 --- a/.constraints/py3.8.txt +++ b/.constraints/py3.8.txt @@ -13,7 +13,7 @@ ampform==0.14.6 anyio==4.0.0 argon2-cffi==23.1.0 argon2-cffi-bindings==21.2.0 -arrow==1.2.3 +arrow==1.3.0 asttokens==2.4.0 astunparse==1.6.3 attrs==23.1.0 @@ -27,14 +27,14 @@ certifi==2023.7.22 cffi==1.16.0 cfgv==3.4.0 chardet==5.2.0 -charset-normalizer==3.2.0 +charset-normalizer==3.3.0 click==8.1.7 cloudpickle==2.2.1 colorama==0.4.6 comm==0.1.4 contourpy==1.1.1 coverage==7.3.1 -cycler==0.11.0 +cycler==0.12.0 debugpy==1.8.0 decorator==5.1.1 defusedxml==0.7.1 @@ -46,11 +46,11 @@ docutils==0.17.1 entrypoints==0.4 exceptiongroup==1.1.3 execnet==2.0.2 -executing==1.2.0 -fastjsonschema==2.18.0 +executing==2.0.0 +fastjsonschema==2.18.1 filelock==3.12.4 flatbuffers==23.5.26 -fonttools==4.42.1 +fonttools==4.43.0 fqdn==1.5.1 gast==0.4.0 google-auth==2.23.2 @@ -58,10 +58,10 @@ google-auth-oauthlib==1.0.0 google-pasta==0.2.0 graphviz==0.20.1 greenlet==2.0.2 -grpcio==1.58.0 +grpcio==1.59.0 h5py==3.9.0 hepunits==2.3.2 -identify==2.5.29 +identify==2.5.30 idna==3.4 imagesize==1.4.1 iminuit==2.24.0 @@ -70,7 +70,7 @@ importlib-resources==6.1.0 iniconfig==2.0.0 ipykernel==6.25.2 ipympl==0.9.3 -ipython==8.12.2 +ipython==8.12.3 ipython-genutils==0.2.0 ipywidgets==8.1.1 isoduration==20.11.0 @@ -111,7 +111,7 @@ matplotlib==3.7.3 matplotlib-inline==0.1.6 mdit-py-plugins==0.3.5 mdurl==0.1.2 -mistune==3.0.1 +mistune==3.0.2 ml-dtypes==0.2.0 mpmath==1.3.0 mypy-extensions==1.0.0 @@ -201,7 +201,7 @@ sphinxcontrib-jsmath==1.0.1 sphinxcontrib-qthelp==1.0.3 sphinxcontrib-serializinghtml==1.1.5 sqlalchemy==2.0.21 -stack-data==0.6.2 +stack-data==0.6.3 sympy==1.12 tabulate==0.9.0 tensorboard==2.13.0 @@ -219,16 +219,17 @@ tornado==6.3.3 tox==4.11.3 tqdm==4.66.1 traitlets==5.10.1 +types-python-dateutil==2.8.19.14 typing-extensions==4.5.0 ujson==5.8.0 uri-template==1.3.0 urllib3==2.0.5 virtualenv==20.24.5 -wcwidth==0.2.6 +wcwidth==0.2.8 webcolors==1.13 webencodings==0.5.1 websocket-client==1.6.3 -werkzeug==2.3.7 +werkzeug==3.0.0 wheel==0.41.2 widgetsnbextension==4.0.9 wrapt==1.15.0 diff --git a/.constraints/py3.9.txt b/.constraints/py3.9.txt index 286c874e..c2e4405b 100644 --- a/.constraints/py3.9.txt +++ b/.constraints/py3.9.txt @@ -13,7 +13,7 @@ ampform==0.14.6 anyio==4.0.0 argon2-cffi==23.1.0 argon2-cffi-bindings==21.2.0 -arrow==1.2.3 +arrow==1.3.0 asttokens==2.4.0 astunparse==1.6.3 attrs==23.1.0 @@ -27,14 +27,14 @@ certifi==2023.7.22 cffi==1.16.0 cfgv==3.4.0 chardet==5.2.0 -charset-normalizer==3.2.0 +charset-normalizer==3.3.0 click==8.1.7 cloudpickle==2.2.1 colorama==0.4.6 comm==0.1.4 contourpy==1.1.1 coverage==7.3.1 -cycler==0.11.0 +cycler==0.12.0 debugpy==1.8.0 decorator==5.1.1 defusedxml==0.7.1 @@ -46,11 +46,11 @@ docutils==0.17.1 entrypoints==0.4 exceptiongroup==1.1.3 execnet==2.0.2 -executing==1.2.0 -fastjsonschema==2.18.0 +executing==2.0.0 +fastjsonschema==2.18.1 filelock==3.12.4 flatbuffers==23.5.26 -fonttools==4.42.1 +fonttools==4.43.0 fqdn==1.5.1 gast==0.5.4 google-auth==2.23.2 @@ -58,10 +58,10 @@ google-auth-oauthlib==1.0.0 google-pasta==0.2.0 graphviz==0.20.1 greenlet==2.0.2 -grpcio==1.58.0 +grpcio==1.59.0 h5py==3.9.0 hepunits==2.3.2 -identify==2.5.29 +identify==2.5.30 idna==3.4 imagesize==1.4.1 iminuit==2.24.0 @@ -70,7 +70,7 @@ importlib-resources==6.1.0 iniconfig==2.0.0 ipykernel==6.25.2 ipympl==0.9.3 -ipython==8.15.0 +ipython==8.16.0 ipython-genutils==0.2.0 ipywidgets==8.1.1 isoduration==20.11.0 @@ -111,7 +111,7 @@ matplotlib==3.8.0 matplotlib-inline==0.1.6 mdit-py-plugins==0.3.5 mdurl==0.1.2 -mistune==3.0.1 +mistune==3.0.2 ml-dtypes==0.2.0 mpmath==1.3.0 mypy-extensions==1.0.0 @@ -199,7 +199,7 @@ sphinxcontrib-jsmath==1.0.1 sphinxcontrib-qthelp==1.0.6 sphinxcontrib-serializinghtml==1.1.9 sqlalchemy==2.0.21 -stack-data==0.6.2 +stack-data==0.6.3 sympy==1.12 tabulate==0.9.0 tensorboard==2.14.1 @@ -217,16 +217,17 @@ tornado==6.3.3 tox==4.11.3 tqdm==4.66.1 traitlets==5.10.1 +types-python-dateutil==2.8.19.14 typing-extensions==4.5.0 ujson==5.8.0 uri-template==1.3.0 urllib3==2.0.5 virtualenv==20.24.5 -wcwidth==0.2.6 +wcwidth==0.2.8 webcolors==1.13 webencodings==0.5.1 websocket-client==1.6.3 -werkzeug==2.3.7 +werkzeug==3.0.0 wheel==0.41.2 widgetsnbextension==4.0.9 wrapt==1.14.1 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f3a20297..69a412cb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -27,7 +27,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/ComPWA/repo-maintenance - rev: 0.0.200 + rev: 0.0.201 hooks: - id: check-dev-files args: @@ -58,7 +58,7 @@ repos: types_or: [jupyter] - repo: https://github.com/streetsidesoftware/cspell-cli - rev: v7.3.0 + rev: v7.3.1 hooks: - id: cspell