diff --git a/.constraints/py3.10.txt b/.constraints/py3.10.txt index 8146a2b..f8c3ffc 100644 --- a/.constraints/py3.10.txt +++ b/.constraints/py3.10.txt @@ -13,14 +13,15 @@ argon2-cffi==23.1.0 argon2-cffi-bindings==21.2.0 arrow==1.3.0 asttokens==2.4.0 +async-lru==2.0.4 attrs==23.1.0 -awkward==2.4.4 +awkward==2.4.5 awkward-cpp==24 -babel==2.12.1 +babel==2.13.0 backcall==0.2.0 beautifulsoup4==4.12.2 black==23.9.1 -bleach==6.0.0 +bleach==6.1.0 cachetools==5.3.1 certifi==2023.7.22 cffi==1.16.0 @@ -31,53 +32,48 @@ click==8.1.7 colorama==0.4.6 comm==0.1.4 contourpy==1.1.1 -coverage==7.3.1 -cycler==0.12.0 +coverage==7.3.2 +cycler==0.12.1 debugpy==1.8.0 decorator==5.1.1 defusedxml==0.7.1 distlib==0.3.7 docstring-to-markdown==0.12 docutils==0.19 -entrypoints==0.4 exceptiongroup==1.1.3 execnet==2.0.2 executing==2.0.0 fastjsonschema==2.18.1 filelock==3.12.4 -fonttools==4.43.0 +fonttools==4.43.1 fqdn==1.5.1 gprof2dot==2022.7.29 -greenlet==2.0.2 +greenlet==3.0.0 identify==2.5.30 idna==3.4 imagesize==1.4.1 importlib-metadata==6.8.0 iniconfig==2.0.0 ipykernel==6.25.2 -ipython==8.16.0 -ipython-genutils==0.2.0 +ipython==8.16.1 ipywidgets==8.1.1 isoduration==20.11.0 -jedi==0.19.0 +jedi==0.19.1 jinja2==3.1.2 json5==0.9.14 jsonpointer==2.4 jsonschema==4.19.1 jsonschema-specifications==2023.7.1 jupyter-cache==0.6.1 -jupyter-client==7.4.9 +jupyter-client==8.3.1 jupyter-core==5.3.2 jupyter-events==0.7.0 jupyter-lsp==2.2.0 jupyter-server==2.7.3 -jupyter-server-fileid==0.9.0 jupyter-server-terminals==0.4.4 -jupyter-server-ydoc==0.8.0 -jupyter-ydoc==0.2.4 -jupyterlab==3.6.6 +jupyterlab==4.0.6 jupyterlab-code-formatter==2.2.1 -jupyterlab-lsp==4.3.0 +jupyterlab-lsp==5.0.0 jupyterlab-myst==2.0.2 ; python_version >= "3.7.0" jupyterlab-pygments==0.2.2 jupyterlab-server==2.25.0 @@ -95,17 +91,15 @@ mypy==1.5.1 mypy-extensions==1.0.0 myst-nb==0.17.2 myst-parser==0.18.1 -nbclassic==1.0.0 nbclient==0.7.4 -nbconvert==7.8.0 +nbconvert==7.9.2 nbformat==5.9.2 nest-asyncio==1.5.8 nodeenv==1.8.0 -notebook==6.5.6 notebook-shim==0.2.3 numpy==1.26.0 overrides==7.4.0 -packaging==23.1 +packaging==23.2 pandas==2.1.1 pandocfilters==1.5.0 parso==0.8.3 @@ -113,7 +107,7 @@ pathspec==0.11.2 pexpect==4.8.0 pickleshare==0.7.5 pillow==10.0.1 -platformdirs==3.10.0 +platformdirs==3.11.0 pluggy==1.3.0 pre-commit==3.4.0 prometheus-client==0.17.1 @@ -134,18 +128,18 @@ pytest-xdist==3.3.1 python-dateutil==2.8.2 python-json-logger==2.0.7 python-lsp-jsonrpc==1.1.2 -python-lsp-server==1.8.0 +python-lsp-server==1.8.1 pytoolconfig==1.2.5 pytz==2023.3.post1 pyyaml==6.0.1 -pyzmq==24.0.1 +pyzmq==25.1.1 referencing==0.30.2 requests==2.31.0 rfc3339-validator==0.1.4 rfc3986-validator==0.1.1 rope==1.10.0 -rpds-py==0.10.3 -ruff==0.0.291 ; python_version >= "3.7.0" +rpds-py==0.10.4 +ruff==0.0.292 ; python_version >= "3.7.0" send2trash==1.8.2 six==1.16.0 sniffio==1.3.0 @@ -173,7 +167,7 @@ tinycss2==1.2.1 tomli==2.0.1 tornado==6.3.3 tox==4.11.3 -traitlets==5.10.1 +traitlets==5.11.2 types-python-dateutil==2.8.19.14 types-setuptools==68.2.0.0 typing-extensions==4.8.0 @@ -181,12 +175,12 @@ tzdata==2023.3 ujson==5.8.0 uproot==5.0.12 uri-template==1.3.0 -urllib3==2.0.5 +urllib3==2.0.6 virtualenv==20.24.5 wcwidth==0.2.8 webcolors==1.13 webencodings==0.5.1 -websocket-client==1.6.3 +websocket-client==1.6.4 wheel==0.41.2 widgetsnbextension==4.0.9 y-py==0.5.9 diff --git a/.constraints/py3.11.txt b/.constraints/py3.11.txt index 41de4e4..662a203 100644 --- a/.constraints/py3.11.txt +++ b/.constraints/py3.11.txt @@ -13,14 +13,15 @@ argon2-cffi==23.1.0 argon2-cffi-bindings==21.2.0 arrow==1.3.0 asttokens==2.4.0 +async-lru==2.0.4 attrs==23.1.0 -awkward==2.4.4 +awkward==2.4.5 awkward-cpp==24 -babel==2.12.1 +babel==2.13.0 backcall==0.2.0 beautifulsoup4==4.12.2 black==23.9.1 -bleach==6.0.0 +bleach==6.1.0 cachetools==5.3.1 certifi==2023.7.22 cffi==1.16.0 @@ -31,52 +32,47 @@ click==8.1.7 colorama==0.4.6 comm==0.1.4 contourpy==1.1.1 -coverage==7.3.1 -cycler==0.12.0 +coverage==7.3.2 +cycler==0.12.1 debugpy==1.8.0 decorator==5.1.1 defusedxml==0.7.1 distlib==0.3.7 docstring-to-markdown==0.12 docutils==0.19 -entrypoints==0.4 execnet==2.0.2 executing==2.0.0 fastjsonschema==2.18.1 filelock==3.12.4 -fonttools==4.43.0 +fonttools==4.43.1 fqdn==1.5.1 gprof2dot==2022.7.29 -greenlet==2.0.2 +greenlet==3.0.0 identify==2.5.30 idna==3.4 imagesize==1.4.1 importlib-metadata==6.8.0 iniconfig==2.0.0 ipykernel==6.25.2 -ipython==8.16.0 -ipython-genutils==0.2.0 +ipython==8.16.1 ipywidgets==8.1.1 isoduration==20.11.0 -jedi==0.19.0 +jedi==0.19.1 jinja2==3.1.2 json5==0.9.14 jsonpointer==2.4 jsonschema==4.19.1 jsonschema-specifications==2023.7.1 jupyter-cache==0.6.1 -jupyter-client==7.4.9 +jupyter-client==8.3.1 jupyter-core==5.3.2 jupyter-events==0.7.0 jupyter-lsp==2.2.0 jupyter-server==2.7.3 -jupyter-server-fileid==0.9.0 jupyter-server-terminals==0.4.4 -jupyter-server-ydoc==0.8.0 -jupyter-ydoc==0.2.4 -jupyterlab==3.6.6 +jupyterlab==4.0.6 jupyterlab-code-formatter==2.2.1 -jupyterlab-lsp==4.3.0 +jupyterlab-lsp==5.0.0 jupyterlab-myst==2.0.2 ; python_version >= "3.7.0" jupyterlab-pygments==0.2.2 jupyterlab-server==2.25.0 @@ -94,17 +90,15 @@ mypy==1.5.1 mypy-extensions==1.0.0 myst-nb==0.17.2 myst-parser==0.18.1 -nbclassic==1.0.0 nbclient==0.7.4 -nbconvert==7.8.0 +nbconvert==7.9.2 nbformat==5.9.2 nest-asyncio==1.5.8 nodeenv==1.8.0 -notebook==6.5.6 notebook-shim==0.2.3 numpy==1.26.0 overrides==7.4.0 -packaging==23.1 +packaging==23.2 pandas==2.1.1 pandocfilters==1.5.0 parso==0.8.3 @@ -112,7 +106,7 @@ pathspec==0.11.2 pexpect==4.8.0 pickleshare==0.7.5 pillow==10.0.1 -platformdirs==3.10.0 +platformdirs==3.11.0 pluggy==1.3.0 pre-commit==3.4.0 prometheus-client==0.17.1 @@ -133,18 +127,18 @@ pytest-xdist==3.3.1 python-dateutil==2.8.2 python-json-logger==2.0.7 python-lsp-jsonrpc==1.1.2 -python-lsp-server==1.8.0 +python-lsp-server==1.8.1 pytoolconfig==1.2.5 pytz==2023.3.post1 pyyaml==6.0.1 -pyzmq==24.0.1 +pyzmq==25.1.1 referencing==0.30.2 requests==2.31.0 rfc3339-validator==0.1.4 rfc3986-validator==0.1.1 rope==1.10.0 -rpds-py==0.10.3 -ruff==0.0.291 ; python_version >= "3.7.0" +rpds-py==0.10.4 +ruff==0.0.292 ; python_version >= "3.7.0" send2trash==1.8.2 six==1.16.0 sniffio==1.3.0 @@ -171,7 +165,7 @@ terminado==0.17.1 tinycss2==1.2.1 tornado==6.3.3 tox==4.11.3 -traitlets==5.10.1 +traitlets==5.11.2 types-python-dateutil==2.8.19.14 types-setuptools==68.2.0.0 typing-extensions==4.8.0 @@ -179,12 +173,12 @@ tzdata==2023.3 ujson==5.8.0 uproot==5.0.12 uri-template==1.3.0 -urllib3==2.0.5 +urllib3==2.0.6 virtualenv==20.24.5 wcwidth==0.2.8 webcolors==1.13 webencodings==0.5.1 -websocket-client==1.6.3 +websocket-client==1.6.4 wheel==0.41.2 widgetsnbextension==4.0.9 y-py==0.5.9 diff --git a/.constraints/py3.6.txt b/.constraints/py3.6.txt index 6f815e0..2f192f1 100644 --- a/.constraints/py3.6.txt +++ b/.constraints/py3.6.txt @@ -152,7 +152,7 @@ types-setuptools==68.2.0.0 typing-extensions==4.1.1 ujson==4.3.0 uproot==4.3.7 -urllib3==1.26.16 +urllib3==1.26.17 virtualenv==20.15.1 ; python_version < "3.8.0" wcwidth==0.2.8 webencodings==0.5.1 diff --git a/.constraints/py3.7.txt b/.constraints/py3.7.txt index 6142bbe..d73ebd9 100644 --- a/.constraints/py3.7.txt +++ b/.constraints/py3.7.txt @@ -15,7 +15,7 @@ arrow==1.2.3 attrs==23.1.0 awkward==2.2.4 awkward-cpp==17 -babel==2.12.1 +babel==2.13.0 backcall==0.2.0 beautifulsoup4==4.12.2 black==23.3.0 @@ -44,7 +44,7 @@ filelock==3.12.2 fonttools==4.38.0 fqdn==1.5.1 gprof2dot==2022.7.29 -greenlet==2.0.2 +greenlet==3.0.0 identify==2.5.24 idna==3.4 imagesize==1.4.1 @@ -99,7 +99,7 @@ nodeenv==1.8.0 notebook==6.5.6 notebook-shim==0.2.3 numpy==1.21.6 -packaging==23.1 +packaging==23.2 pandas==1.3.5 pandocfilters==1.5.0 parso==0.8.3 @@ -108,7 +108,7 @@ pexpect==4.8.0 pickleshare==0.7.5 pillow==9.5.0 pkgutil-resolve-name==1.3.10 -platformdirs==3.10.0 +platformdirs==3.11.0 pluggy==1.2.0 pre-commit==2.21.0 prometheus-client==0.17.1 @@ -138,7 +138,7 @@ requests==2.31.0 rfc3339-validator==0.1.4 rfc3986-validator==0.1.1 rope==1.9.0 -ruff==0.0.291 ; python_version >= "3.7.0" +ruff==0.0.292 ; python_version >= "3.7.0" send2trash==1.8.2 six==1.16.0 sniffio==1.3.0 @@ -172,7 +172,7 @@ typing-extensions==4.7.1 ujson==5.7.0 uproot==5.0.12 uri-template==1.3.0 -urllib3==2.0.5 +urllib3==2.0.6 virtualenv==20.21.1 ; python_version < "3.8.0" wcwidth==0.2.8 webcolors==1.13 diff --git a/.constraints/py3.8.txt b/.constraints/py3.8.txt index f2614fe..6114d46 100644 --- a/.constraints/py3.8.txt +++ b/.constraints/py3.8.txt @@ -13,14 +13,15 @@ argon2-cffi==23.1.0 argon2-cffi-bindings==21.2.0 arrow==1.3.0 asttokens==2.4.0 +async-lru==2.0.4 attrs==23.1.0 -awkward==2.4.4 +awkward==2.4.5 awkward-cpp==24 -babel==2.12.1 +babel==2.13.0 backcall==0.2.0 beautifulsoup4==4.12.2 black==23.9.1 -bleach==6.0.0 +bleach==6.1.0 cachetools==5.3.1 certifi==2023.7.22 cffi==1.16.0 @@ -31,24 +32,23 @@ click==8.1.7 colorama==0.4.6 comm==0.1.4 contourpy==1.1.1 -coverage==7.3.1 -cycler==0.12.0 +coverage==7.3.2 +cycler==0.12.1 debugpy==1.8.0 decorator==5.1.1 defusedxml==0.7.1 distlib==0.3.7 docstring-to-markdown==0.12 docutils==0.19 -entrypoints==0.4 exceptiongroup==1.1.3 execnet==2.0.2 executing==2.0.0 fastjsonschema==2.18.1 filelock==3.12.4 -fonttools==4.43.0 +fonttools==4.43.1 fqdn==1.5.1 gprof2dot==2022.7.29 -greenlet==2.0.2 +greenlet==3.0.0 identify==2.5.30 idna==3.4 imagesize==1.4.1 @@ -57,28 +57,24 @@ importlib-resources==6.1.0 iniconfig==2.0.0 ipykernel==6.25.2 ipython==8.12.3 -ipython-genutils==0.2.0 ipywidgets==8.1.1 isoduration==20.11.0 -jedi==0.19.0 +jedi==0.19.1 jinja2==3.1.2 json5==0.9.14 jsonpointer==2.4 jsonschema==4.19.1 jsonschema-specifications==2023.7.1 jupyter-cache==0.6.1 -jupyter-client==7.4.9 +jupyter-client==8.3.1 jupyter-core==5.3.2 jupyter-events==0.7.0 jupyter-lsp==2.2.0 jupyter-server==2.7.3 -jupyter-server-fileid==0.9.0 jupyter-server-terminals==0.4.4 -jupyter-server-ydoc==0.8.0 -jupyter-ydoc==0.2.4 -jupyterlab==3.6.6 +jupyterlab==4.0.6 jupyterlab-code-formatter==2.2.1 -jupyterlab-lsp==4.3.0 +jupyterlab-lsp==5.0.0 jupyterlab-myst==2.0.2 ; python_version >= "3.7.0" jupyterlab-pygments==0.2.2 jupyterlab-server==2.25.0 @@ -96,17 +92,15 @@ mypy==1.5.1 mypy-extensions==1.0.0 myst-nb==0.17.2 myst-parser==0.18.1 -nbclassic==1.0.0 nbclient==0.7.4 -nbconvert==7.8.0 +nbconvert==7.9.2 nbformat==5.9.2 nest-asyncio==1.5.8 nodeenv==1.8.0 -notebook==6.5.6 notebook-shim==0.2.3 numpy==1.24.4 overrides==7.4.0 -packaging==23.1 +packaging==23.2 pandas==2.0.3 pandocfilters==1.5.0 parso==0.8.3 @@ -115,7 +109,7 @@ pexpect==4.8.0 pickleshare==0.7.5 pillow==10.0.1 pkgutil-resolve-name==1.3.10 -platformdirs==3.10.0 +platformdirs==3.11.0 pluggy==1.3.0 pre-commit==3.4.0 prometheus-client==0.17.1 @@ -136,18 +130,18 @@ pytest-xdist==3.3.1 python-dateutil==2.8.2 python-json-logger==2.0.7 python-lsp-jsonrpc==1.1.2 -python-lsp-server==1.8.0 +python-lsp-server==1.8.1 pytoolconfig==1.2.5 pytz==2023.3.post1 pyyaml==6.0.1 -pyzmq==24.0.1 +pyzmq==25.1.1 referencing==0.30.2 requests==2.31.0 rfc3339-validator==0.1.4 rfc3986-validator==0.1.1 rope==1.10.0 -rpds-py==0.10.3 -ruff==0.0.291 ; python_version >= "3.7.0" +rpds-py==0.10.4 +ruff==0.0.292 ; python_version >= "3.7.0" send2trash==1.8.2 six==1.16.0 sniffio==1.3.0 @@ -175,7 +169,7 @@ tinycss2==1.2.1 tomli==2.0.1 tornado==6.3.3 tox==4.11.3 -traitlets==5.10.1 +traitlets==5.11.2 types-python-dateutil==2.8.19.14 types-setuptools==68.2.0.0 typing-extensions==4.8.0 @@ -183,12 +177,12 @@ tzdata==2023.3 ujson==5.8.0 uproot==5.0.12 uri-template==1.3.0 -urllib3==2.0.5 +urllib3==2.0.6 virtualenv==20.24.5 wcwidth==0.2.8 webcolors==1.13 webencodings==0.5.1 -websocket-client==1.6.3 +websocket-client==1.6.4 wheel==0.41.2 widgetsnbextension==4.0.9 y-py==0.5.9 diff --git a/.constraints/py3.9.txt b/.constraints/py3.9.txt index c92f182..cd78856 100644 --- a/.constraints/py3.9.txt +++ b/.constraints/py3.9.txt @@ -13,14 +13,15 @@ argon2-cffi==23.1.0 argon2-cffi-bindings==21.2.0 arrow==1.3.0 asttokens==2.4.0 +async-lru==2.0.4 attrs==23.1.0 -awkward==2.4.4 +awkward==2.4.5 awkward-cpp==24 -babel==2.12.1 +babel==2.13.0 backcall==0.2.0 beautifulsoup4==4.12.2 black==23.9.1 -bleach==6.0.0 +bleach==6.1.0 cachetools==5.3.1 certifi==2023.7.22 cffi==1.16.0 @@ -31,24 +32,23 @@ click==8.1.7 colorama==0.4.6 comm==0.1.4 contourpy==1.1.1 -coverage==7.3.1 -cycler==0.12.0 +coverage==7.3.2 +cycler==0.12.1 debugpy==1.8.0 decorator==5.1.1 defusedxml==0.7.1 distlib==0.3.7 docstring-to-markdown==0.12 docutils==0.19 -entrypoints==0.4 exceptiongroup==1.1.3 execnet==2.0.2 executing==2.0.0 fastjsonschema==2.18.1 filelock==3.12.4 -fonttools==4.43.0 +fonttools==4.43.1 fqdn==1.5.1 gprof2dot==2022.7.29 -greenlet==2.0.2 +greenlet==3.0.0 identify==2.5.30 idna==3.4 imagesize==1.4.1 @@ -56,29 +56,25 @@ importlib-metadata==6.8.0 importlib-resources==6.1.0 iniconfig==2.0.0 ipykernel==6.25.2 -ipython==8.16.0 -ipython-genutils==0.2.0 +ipython==8.16.1 ipywidgets==8.1.1 isoduration==20.11.0 -jedi==0.19.0 +jedi==0.19.1 jinja2==3.1.2 json5==0.9.14 jsonpointer==2.4 jsonschema==4.19.1 jsonschema-specifications==2023.7.1 jupyter-cache==0.6.1 -jupyter-client==7.4.9 +jupyter-client==8.3.1 jupyter-core==5.3.2 jupyter-events==0.7.0 jupyter-lsp==2.2.0 jupyter-server==2.7.3 -jupyter-server-fileid==0.9.0 jupyter-server-terminals==0.4.4 -jupyter-server-ydoc==0.8.0 -jupyter-ydoc==0.2.4 -jupyterlab==3.6.6 +jupyterlab==4.0.6 jupyterlab-code-formatter==2.2.1 -jupyterlab-lsp==4.3.0 +jupyterlab-lsp==5.0.0 jupyterlab-myst==2.0.2 ; python_version >= "3.7.0" jupyterlab-pygments==0.2.2 jupyterlab-server==2.25.0 @@ -96,17 +92,15 @@ mypy==1.5.1 mypy-extensions==1.0.0 myst-nb==0.17.2 myst-parser==0.18.1 -nbclassic==1.0.0 nbclient==0.7.4 -nbconvert==7.8.0 +nbconvert==7.9.2 nbformat==5.9.2 nest-asyncio==1.5.8 nodeenv==1.8.0 -notebook==6.5.6 notebook-shim==0.2.3 numpy==1.26.0 overrides==7.4.0 -packaging==23.1 +packaging==23.2 pandas==2.1.1 pandocfilters==1.5.0 parso==0.8.3 @@ -114,7 +108,7 @@ pathspec==0.11.2 pexpect==4.8.0 pickleshare==0.7.5 pillow==10.0.1 -platformdirs==3.10.0 +platformdirs==3.11.0 pluggy==1.3.0 pre-commit==3.4.0 prometheus-client==0.17.1 @@ -135,18 +129,18 @@ pytest-xdist==3.3.1 python-dateutil==2.8.2 python-json-logger==2.0.7 python-lsp-jsonrpc==1.1.2 -python-lsp-server==1.8.0 +python-lsp-server==1.8.1 pytoolconfig==1.2.5 pytz==2023.3.post1 pyyaml==6.0.1 -pyzmq==24.0.1 +pyzmq==25.1.1 referencing==0.30.2 requests==2.31.0 rfc3339-validator==0.1.4 rfc3986-validator==0.1.1 rope==1.10.0 -rpds-py==0.10.3 -ruff==0.0.291 ; python_version >= "3.7.0" +rpds-py==0.10.4 +ruff==0.0.292 ; python_version >= "3.7.0" send2trash==1.8.2 six==1.16.0 sniffio==1.3.0 @@ -174,7 +168,7 @@ tinycss2==1.2.1 tomli==2.0.1 tornado==6.3.3 tox==4.11.3 -traitlets==5.10.1 +traitlets==5.11.2 types-python-dateutil==2.8.19.14 types-setuptools==68.2.0.0 typing-extensions==4.8.0 @@ -182,12 +176,12 @@ tzdata==2023.3 ujson==5.8.0 uproot==5.0.12 uri-template==1.3.0 -urllib3==2.0.5 +urllib3==2.0.6 virtualenv==20.24.5 wcwidth==0.2.8 webcolors==1.13 webencodings==0.5.1 -websocket-client==1.6.3 +websocket-client==1.6.4 wheel==0.41.2 widgetsnbextension==4.0.9 y-py==0.5.9