From baf43d7f7aa6d364b84a6a38eb9607bdbc6f7521 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 20:47:18 +0000 Subject: [PATCH 1/9] MAINT: update pre-commit config file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/ComPWA/repo-maintenance: 0.1.2 → 0.1.11](https://github.com/ComPWA/repo-maintenance/compare/0.1.2...0.1.11) - [github.com/nbQA-dev/nbQA: 1.7.0 → 1.7.1](https://github.com/nbQA-dev/nbQA/compare/1.7.0...1.7.1) - [github.com/psf/black-pre-commit-mirror: 23.11.0 → 23.12.1](https://github.com/psf/black-pre-commit-mirror/compare/23.11.0...23.12.1) - [github.com/pre-commit/mirrors-prettier: v3.0.3 → v4.0.0-alpha.8](https://github.com/pre-commit/mirrors-prettier/compare/v3.0.3...v4.0.0-alpha.8) --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 230142f..f54f1a4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,7 +22,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/ComPWA/repo-maintenance - rev: 0.1.2 + rev: 0.1.11 hooks: - id: check-dev-files args: @@ -38,7 +38,7 @@ repos: - id: colab-toc-visible - repo: https://github.com/nbQA-dev/nbQA - rev: 1.7.0 + rev: 1.7.1 hooks: - id: nbqa-flake8 - id: nbqa-isort @@ -46,7 +46,7 @@ repos: args: [--py38-plus] - repo: https://github.com/psf/black-pre-commit-mirror - rev: 23.11.0 + rev: 23.12.1 hooks: - id: black-jupyter args: [--line-length=85] @@ -85,7 +85,7 @@ repos: metadata.vscode - repo: https://github.com/pre-commit/mirrors-prettier - rev: v3.0.3 + rev: v4.0.0-alpha.8 hooks: - id: prettier From 46317fadbaa2126bd1343ebae2e877aac8d6af16 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 20:50:45 +0000 Subject: [PATCH 2/9] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- .pre-commit-config.yaml | 23 ++++++++++++----------- .vscode/settings.json | 2 ++ environment.yml | 8 ++++---- pyproject.toml | 4 ++++ 4 files changed, 22 insertions(+), 15 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f54f1a4..91772aa 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,6 +2,7 @@ ci: autoupdate_commit_msg: "MAINT: update pre-commit config file" autoupdate_schedule: quarterly skip: + - prettier - taplo repos: @@ -10,17 +11,6 @@ repos: - id: check-hooks-apply - id: check-useless-excludes - - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 - hooks: - - id: check-case-conflict - - id: check-json - - id: check-toml - - id: check-yaml - - id: end-of-file-fixer - - id: mixed-line-ending - - id: trailing-whitespace - - repo: https://github.com/ComPWA/repo-maintenance rev: 0.1.11 hooks: @@ -45,6 +35,17 @@ repos: - id: nbqa-pyupgrade args: [--py38-plus] + - repo: https://github.com/pre-commit/pre-commit-hooks + rev: v4.5.0 + hooks: + - id: check-case-conflict + - id: check-json + - id: check-toml + - id: check-yaml + - id: end-of-file-fixer + - id: mixed-line-ending + - id: trailing-whitespace + - repo: https://github.com/psf/black-pre-commit-mirror rev: 23.12.1 hooks: diff --git a/.vscode/settings.json b/.vscode/settings.json index 86d5f07..c037b7f 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -23,10 +23,12 @@ "editor.defaultFormatter": "esbenp.prettier-vscode" }, "black-formatter.importStrategy": "useBundled", + "diffEditor.experimental.showMoves": true, "editor.formatOnSave": true, "github-actions.workflows.pinned.workflows": [".github/workflows/ci.yml"], "isort.args": ["--profile", "black"], "livePreview.defaultPreviewPath": "docs/_build/html", + "multiDiffEditor.experimental.enabled": true, "notebook.gotoSymbols.showAllSymbols": true, "rewrap.wrappingColumn": 88 } diff --git a/environment.yml b/environment.yml index a294d2d..1f84d85 100644 --- a/environment.yml +++ b/environment.yml @@ -1,8 +1,8 @@ name: strong2020-salamanca dependencies: - - python==3.10.* + - python==3.8.* - pip - pip: - - | - -c .constraints/py3.10.txt - -e .[dev] + - -c .constraints/py3.8.txt -e .[dev] +variables: + PRETTIER_LEGACY_CLI: "1" diff --git a/pyproject.toml b/pyproject.toml index 0a24f6c..36b4a37 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,11 +55,15 @@ format = [ "isort", ] jupyter = [ + "isort", "jupyterlab", "jupyterlab-code-formatter", + "jupyterlab-git", "jupyterlab-lsp", "jupyterlab-myst", + "python-lsp-ruff", "python-lsp-server[flake8,rope]", + "python-lsp-server[rope]", ] sty = [ "pre-commit", From 42f1cbca876f844df88b6243da00c5476b5548ac Mon Sep 17 00:00:00 2001 From: GitHub Date: Mon, 1 Jan 2024 21:01:33 +0000 Subject: [PATCH 3/9] MAINT: update pip constraints and pre-commit --- .constraints/py3.10.txt | 118 ++++++++++++++++++++++------------------ .constraints/py3.11.txt | 116 +++++++++++++++++++++------------------ .constraints/py3.12.txt | 116 +++++++++++++++++++++------------------ .constraints/py3.8.txt | 110 ++++++++++++++++++++----------------- .constraints/py3.9.txt | 118 ++++++++++++++++++++++------------------ 5 files changed, 314 insertions(+), 264 deletions(-) diff --git a/.constraints/py3.10.txt b/.constraints/py3.10.txt index 9973cf5..526e9d4 100644 --- a/.constraints/py3.10.txt +++ b/.constraints/py3.10.txt @@ -6,19 +6,20 @@ # accessible-pygments==0.0.4 alabaster==0.7.13 -anyio==4.0.0 +anyio==4.2.0 argon2-cffi==23.1.0 argon2-cffi-bindings==21.2.0 arrow==1.3.0 asttokens==2.4.1 async-lru==2.0.4 -attrs==23.1.0 -babel==2.13.1 +attrs==23.2.0 +babel==2.14.0 beautifulsoup4==4.12.2 -black==23.11.0 +black==23.12.1 bleach==6.1.0 cachetools==5.3.2 -certifi==2023.7.22 +cattrs==23.2.3 +certifi==2023.11.17 cffi==1.16.0 cfgv==3.4.0 chardet==5.2.0 @@ -31,54 +32,59 @@ cycler==0.12.1 debugpy==1.8.0 decorator==5.1.1 defusedxml==0.7.1 -distlib==0.3.7 +distlib==0.3.8 docstring-to-markdown==0.13 docutils==0.19 -exceptiongroup==1.1.3 +exceptiongroup==1.2.0 executing==2.0.1 -fastjsonschema==2.18.1 +fastjsonschema==2.19.1 filelock==3.13.1 flake8==6.1.0 -fonttools==4.44.0 +fonttools==4.47.0 fqdn==1.5.1 -greenlet==3.0.1 -identify==2.5.31 -idna==3.4 +gitdb==4.0.11 +gitpython==3.1.40 +greenlet==3.0.3 +identify==2.5.33 +idna==3.6 imagesize==1.4.1 -importlib-metadata==6.8.0 +importlib-metadata==7.0.1 iniconfig==2.0.0 -ipykernel==6.26.0 +ipykernel==6.28.0 ipympl==0.9.3 -ipython==8.17.2 +ipython==8.19.0 ipython-genutils==0.2.0 ipywidgets==8.1.1 isoduration==20.11.0 -isort==5.12.0 +isort==5.13.2 jedi==0.19.1 jinja2==3.1.2 json5==0.9.14 jsonpointer==2.4 -jsonschema==4.19.2 -jsonschema-specifications==2023.7.1 +jsonschema==4.20.0 +jsonschema-specifications==2023.12.1 jupyter-cache==1.0.0 jupyter-client==8.6.0 -jupyter-core==5.5.0 +jupyter-core==5.5.1 jupyter-events==0.9.0 -jupyter-lsp==2.2.0 -jupyter-server==2.10.0 -jupyter-server-terminals==0.4.4 -jupyterlab==4.0.8 +jupyter-lsp==2.2.1 +jupyter-server==2.12.1 +jupyter-server-mathjax==0.2.6 +jupyter-server-terminals==0.5.1 +jupyterlab==4.0.10 jupyterlab-code-formatter==2.2.1 -jupyterlab-lsp==5.0.0 +jupyterlab-git==0.50.0 +jupyterlab-lsp==5.0.1 jupyterlab-myst==2.1.0 -jupyterlab-pygments==0.2.2 -jupyterlab-server==2.25.1 +jupyterlab-pygments==0.3.0 +jupyterlab-server==2.25.2 jupyterlab-widgets==3.0.9 kiwisolver==1.4.5 livereload==2.6.3 +lsprotocol==2023.0.0 markdown-it-py==2.2.0 markupsafe==2.1.3 -matplotlib==3.8.1 +matplotlib==3.8.2 matplotlib-inline==0.1.6 mccabe==0.7.0 mdit-py-plugins==0.3.5 @@ -88,57 +94,61 @@ mypy-extensions==1.0.0 myst-nb==1.0.0 myst-parser==1.0.0 nbclient==0.6.8 -nbconvert==7.11.0 +nbconvert==7.13.1 +nbdime==4.0.1 nbformat==5.9.2 nbmake==1.4.6 nest-asyncio==1.5.8 nodeenv==1.8.0 notebook-shim==0.2.3 -numpy==1.26.1 +numpy==1.26.2 overrides==7.4.0 packaging==23.2 pandocfilters==1.5.0 parso==0.8.3 -pathspec==0.11.2 -pexpect==4.8.0 +pathspec==0.12.1 +pexpect==4.9.0 pillow==10.1.0 -platformdirs==3.11.0 +platformdirs==4.1.0 pluggy==1.3.0 -pre-commit==3.5.0 -prometheus-client==0.18.0 -prompt-toolkit==3.0.40 -psutil==5.9.6 +pre-commit==3.6.0 +prometheus-client==0.19.0 +prompt-toolkit==3.0.43 +psutil==5.9.7 ptyprocess==0.7.0 pure-eval==0.2.2 pycodestyle==2.11.1 pycparser==2.21 -pydata-sphinx-theme==0.14.3 +pydata-sphinx-theme==0.14.4 pyflakes==3.1.0 -pygments==2.16.1 +pygments==2.17.2 pyparsing==3.1.1 pyproject-api==1.6.1 -pytest==7.4.3 +pytest==7.4.4 python-dateutil==2.8.2 python-json-logger==2.0.7 python-lsp-jsonrpc==1.1.2 +python-lsp-ruff==2.0.1 python-lsp-server==1.9.0 pytoolconfig==1.2.6 pyyaml==6.0.1 -pyzmq==25.1.1 -referencing==0.30.2 +pyzmq==25.1.2 +referencing==0.32.0 requests==2.31.0 rfc3339-validator==0.1.4 rfc3986-validator==0.1.1 rope==1.11.0 -rpds-py==0.12.0 +rpds-py==0.16.2 +ruff==0.1.9 send2trash==1.8.2 six==1.16.0 +smmap==5.0.1 sniffio==1.3.0 snowballstemmer==2.2.0 soupsieve==2.5 sphinx==5.3.0 sphinx-autobuild==2021.3.14 -sphinx-book-theme==1.0.1 +sphinx-book-theme==1.1.0 sphinx-comments==0.0.3 sphinx-copybutton==0.5.2 sphinx-design==0.5.0 @@ -150,26 +160,26 @@ sphinxcontrib-htmlhelp==2.0.4 sphinxcontrib-jsmath==1.0.1 sphinxcontrib-qthelp==1.0.6 sphinxcontrib-serializinghtml==1.1.9 -sqlalchemy==2.0.23 +sqlalchemy==2.0.24 stack-data==0.6.3 tabulate==0.9.0 terminado==0.18.0 tinycss2==1.2.1 tomli==2.0.1 -tornado==6.3.3 -tox==4.11.3 -traitlets==5.13.0 +tornado==6.4 +tox==4.11.4 +traitlets==5.14.0 types-python-dateutil==2.8.19.14 -typing-extensions==4.8.0 -ujson==5.8.0 +typing-extensions==4.9.0 +ujson==5.9.0 uri-template==1.3.0 -urllib3==2.0.7 -virtualenv==20.24.6 -wcwidth==0.2.9 +urllib3==2.1.0 +virtualenv==20.25.0 +wcwidth==0.2.12 webcolors==1.13 webencodings==0.5.1 -websocket-client==1.6.4 -wheel==0.41.3 +websocket-client==1.7.0 +wheel==0.42.0 widgetsnbextension==4.0.9 zipp==3.17.0 diff --git a/.constraints/py3.11.txt b/.constraints/py3.11.txt index 2f4d853..55fd695 100644 --- a/.constraints/py3.11.txt +++ b/.constraints/py3.11.txt @@ -6,19 +6,20 @@ # accessible-pygments==0.0.4 alabaster==0.7.13 -anyio==4.0.0 +anyio==4.2.0 argon2-cffi==23.1.0 argon2-cffi-bindings==21.2.0 arrow==1.3.0 asttokens==2.4.1 async-lru==2.0.4 -attrs==23.1.0 -babel==2.13.1 +attrs==23.2.0 +babel==2.14.0 beautifulsoup4==4.12.2 -black==23.11.0 +black==23.12.1 bleach==6.1.0 cachetools==5.3.2 -certifi==2023.7.22 +cattrs==23.2.3 +certifi==2023.11.17 cffi==1.16.0 cfgv==3.4.0 chardet==5.2.0 @@ -31,53 +32,58 @@ cycler==0.12.1 debugpy==1.8.0 decorator==5.1.1 defusedxml==0.7.1 -distlib==0.3.7 +distlib==0.3.8 docstring-to-markdown==0.13 docutils==0.19 executing==2.0.1 -fastjsonschema==2.18.1 +fastjsonschema==2.19.1 filelock==3.13.1 flake8==6.1.0 -fonttools==4.44.0 +fonttools==4.47.0 fqdn==1.5.1 -greenlet==3.0.1 -identify==2.5.31 -idna==3.4 +gitdb==4.0.11 +gitpython==3.1.40 +greenlet==3.0.3 +identify==2.5.33 +idna==3.6 imagesize==1.4.1 -importlib-metadata==6.8.0 +importlib-metadata==7.0.1 iniconfig==2.0.0 -ipykernel==6.26.0 +ipykernel==6.28.0 ipympl==0.9.3 -ipython==8.17.2 +ipython==8.19.0 ipython-genutils==0.2.0 ipywidgets==8.1.1 isoduration==20.11.0 -isort==5.12.0 +isort==5.13.2 jedi==0.19.1 jinja2==3.1.2 json5==0.9.14 jsonpointer==2.4 -jsonschema==4.19.2 -jsonschema-specifications==2023.7.1 +jsonschema==4.20.0 +jsonschema-specifications==2023.12.1 jupyter-cache==1.0.0 jupyter-client==8.6.0 -jupyter-core==5.5.0 +jupyter-core==5.5.1 jupyter-events==0.9.0 -jupyter-lsp==2.2.0 -jupyter-server==2.10.0 -jupyter-server-terminals==0.4.4 -jupyterlab==4.0.8 +jupyter-lsp==2.2.1 +jupyter-server==2.12.1 +jupyter-server-mathjax==0.2.6 +jupyter-server-terminals==0.5.1 +jupyterlab==4.0.10 jupyterlab-code-formatter==2.2.1 -jupyterlab-lsp==5.0.0 +jupyterlab-git==0.50.0 +jupyterlab-lsp==5.0.1 jupyterlab-myst==2.1.0 -jupyterlab-pygments==0.2.2 -jupyterlab-server==2.25.1 +jupyterlab-pygments==0.3.0 +jupyterlab-server==2.25.2 jupyterlab-widgets==3.0.9 kiwisolver==1.4.5 livereload==2.6.3 +lsprotocol==2023.0.0 markdown-it-py==2.2.0 markupsafe==2.1.3 -matplotlib==3.8.1 +matplotlib==3.8.2 matplotlib-inline==0.1.6 mccabe==0.7.0 mdit-py-plugins==0.3.5 @@ -87,57 +93,61 @@ mypy-extensions==1.0.0 myst-nb==1.0.0 myst-parser==1.0.0 nbclient==0.6.8 -nbconvert==7.11.0 +nbconvert==7.13.1 +nbdime==4.0.1 nbformat==5.9.2 nbmake==1.4.6 nest-asyncio==1.5.8 nodeenv==1.8.0 notebook-shim==0.2.3 -numpy==1.26.1 +numpy==1.26.2 overrides==7.4.0 packaging==23.2 pandocfilters==1.5.0 parso==0.8.3 -pathspec==0.11.2 -pexpect==4.8.0 +pathspec==0.12.1 +pexpect==4.9.0 pillow==10.1.0 -platformdirs==3.11.0 +platformdirs==4.1.0 pluggy==1.3.0 -pre-commit==3.5.0 -prometheus-client==0.18.0 -prompt-toolkit==3.0.40 -psutil==5.9.6 +pre-commit==3.6.0 +prometheus-client==0.19.0 +prompt-toolkit==3.0.43 +psutil==5.9.7 ptyprocess==0.7.0 pure-eval==0.2.2 pycodestyle==2.11.1 pycparser==2.21 -pydata-sphinx-theme==0.14.3 +pydata-sphinx-theme==0.14.4 pyflakes==3.1.0 -pygments==2.16.1 +pygments==2.17.2 pyparsing==3.1.1 pyproject-api==1.6.1 -pytest==7.4.3 +pytest==7.4.4 python-dateutil==2.8.2 python-json-logger==2.0.7 python-lsp-jsonrpc==1.1.2 +python-lsp-ruff==2.0.1 python-lsp-server==1.9.0 pytoolconfig==1.2.6 pyyaml==6.0.1 -pyzmq==25.1.1 -referencing==0.30.2 +pyzmq==25.1.2 +referencing==0.32.0 requests==2.31.0 rfc3339-validator==0.1.4 rfc3986-validator==0.1.1 rope==1.11.0 -rpds-py==0.12.0 +rpds-py==0.16.2 +ruff==0.1.9 send2trash==1.8.2 six==1.16.0 +smmap==5.0.1 sniffio==1.3.0 snowballstemmer==2.2.0 soupsieve==2.5 sphinx==5.3.0 sphinx-autobuild==2021.3.14 -sphinx-book-theme==1.0.1 +sphinx-book-theme==1.1.0 sphinx-comments==0.0.3 sphinx-copybutton==0.5.2 sphinx-design==0.5.0 @@ -149,25 +159,25 @@ sphinxcontrib-htmlhelp==2.0.4 sphinxcontrib-jsmath==1.0.1 sphinxcontrib-qthelp==1.0.6 sphinxcontrib-serializinghtml==1.1.9 -sqlalchemy==2.0.23 +sqlalchemy==2.0.24 stack-data==0.6.3 tabulate==0.9.0 terminado==0.18.0 tinycss2==1.2.1 -tornado==6.3.3 -tox==4.11.3 -traitlets==5.13.0 +tornado==6.4 +tox==4.11.4 +traitlets==5.14.0 types-python-dateutil==2.8.19.14 -typing-extensions==4.8.0 -ujson==5.8.0 +typing-extensions==4.9.0 +ujson==5.9.0 uri-template==1.3.0 -urllib3==2.0.7 -virtualenv==20.24.6 -wcwidth==0.2.9 +urllib3==2.1.0 +virtualenv==20.25.0 +wcwidth==0.2.12 webcolors==1.13 webencodings==0.5.1 -websocket-client==1.6.4 -wheel==0.41.3 +websocket-client==1.7.0 +wheel==0.42.0 widgetsnbextension==4.0.9 zipp==3.17.0 diff --git a/.constraints/py3.12.txt b/.constraints/py3.12.txt index ffda5f5..51a57a5 100644 --- a/.constraints/py3.12.txt +++ b/.constraints/py3.12.txt @@ -6,19 +6,20 @@ # accessible-pygments==0.0.4 alabaster==0.7.13 -anyio==4.0.0 +anyio==4.2.0 argon2-cffi==23.1.0 argon2-cffi-bindings==21.2.0 arrow==1.3.0 asttokens==2.4.1 async-lru==2.0.4 -attrs==23.1.0 -babel==2.13.1 +attrs==23.2.0 +babel==2.14.0 beautifulsoup4==4.12.2 -black==23.11.0 +black==23.12.1 bleach==6.1.0 cachetools==5.3.2 -certifi==2023.7.22 +cattrs==23.2.3 +certifi==2023.11.17 cffi==1.16.0 cfgv==3.4.0 chardet==5.2.0 @@ -31,53 +32,58 @@ cycler==0.12.1 debugpy==1.8.0 decorator==5.1.1 defusedxml==0.7.1 -distlib==0.3.7 +distlib==0.3.8 docstring-to-markdown==0.13 docutils==0.19 executing==2.0.1 -fastjsonschema==2.18.1 +fastjsonschema==2.19.1 filelock==3.13.1 flake8==6.1.0 -fonttools==4.44.0 +fonttools==4.47.0 fqdn==1.5.1 -greenlet==3.0.1 -identify==2.5.31 -idna==3.4 +gitdb==4.0.11 +gitpython==3.1.40 +greenlet==3.0.3 +identify==2.5.33 +idna==3.6 imagesize==1.4.1 -importlib-metadata==6.8.0 +importlib-metadata==7.0.1 iniconfig==2.0.0 -ipykernel==6.26.0 +ipykernel==6.28.0 ipympl==0.9.3 -ipython==8.17.2 +ipython==8.19.0 ipython-genutils==0.2.0 ipywidgets==8.1.1 isoduration==20.11.0 -isort==5.12.0 +isort==5.13.2 jedi==0.19.1 jinja2==3.1.2 json5==0.9.14 jsonpointer==2.4 -jsonschema==4.19.2 -jsonschema-specifications==2023.7.1 +jsonschema==4.20.0 +jsonschema-specifications==2023.12.1 jupyter-cache==1.0.0 jupyter-client==8.6.0 -jupyter-core==5.5.0 +jupyter-core==5.5.1 jupyter-events==0.9.0 -jupyter-lsp==2.2.0 -jupyter-server==2.10.0 -jupyter-server-terminals==0.4.4 -jupyterlab==4.0.8 +jupyter-lsp==2.2.1 +jupyter-server==2.12.1 +jupyter-server-mathjax==0.2.6 +jupyter-server-terminals==0.5.1 +jupyterlab==4.0.10 jupyterlab-code-formatter==2.2.1 -jupyterlab-lsp==5.0.0 +jupyterlab-git==0.50.0 +jupyterlab-lsp==5.0.1 jupyterlab-myst==2.1.0 -jupyterlab-pygments==0.2.2 -jupyterlab-server==2.25.1 +jupyterlab-pygments==0.3.0 +jupyterlab-server==2.25.2 jupyterlab-widgets==3.0.9 kiwisolver==1.4.5 livereload==2.6.3 +lsprotocol==2023.0.0 markdown-it-py==2.2.0 markupsafe==2.1.3 -matplotlib==3.8.1 +matplotlib==3.8.2 matplotlib-inline==0.1.6 mccabe==0.7.0 mdit-py-plugins==0.3.5 @@ -87,57 +93,61 @@ mypy-extensions==1.0.0 myst-nb==1.0.0 myst-parser==1.0.0 nbclient==0.6.8 -nbconvert==7.11.0 +nbconvert==7.13.1 +nbdime==4.0.1 nbformat==5.9.2 nbmake==1.4.6 nest-asyncio==1.5.8 nodeenv==1.8.0 notebook-shim==0.2.3 -numpy==1.26.1 +numpy==1.26.2 overrides==7.4.0 packaging==23.2 pandocfilters==1.5.0 parso==0.8.3 -pathspec==0.11.2 -pexpect==4.8.0 +pathspec==0.12.1 +pexpect==4.9.0 pillow==10.1.0 -platformdirs==3.11.0 +platformdirs==4.1.0 pluggy==1.3.0 -pre-commit==3.5.0 -prometheus-client==0.18.0 -prompt-toolkit==3.0.40 -psutil==5.9.6 +pre-commit==3.6.0 +prometheus-client==0.19.0 +prompt-toolkit==3.0.43 +psutil==5.9.7 ptyprocess==0.7.0 pure-eval==0.2.2 pycodestyle==2.11.1 pycparser==2.21 -pydata-sphinx-theme==0.14.3 +pydata-sphinx-theme==0.14.4 pyflakes==3.1.0 -pygments==2.16.1 +pygments==2.17.2 pyparsing==3.1.1 pyproject-api==1.6.1 -pytest==7.4.3 +pytest==7.4.4 python-dateutil==2.8.2 python-json-logger==2.0.7 python-lsp-jsonrpc==1.1.2 +python-lsp-ruff==2.0.1 python-lsp-server==1.9.0 pytoolconfig==1.2.6 pyyaml==6.0.1 -pyzmq==25.1.1 -referencing==0.30.2 +pyzmq==25.1.2 +referencing==0.32.0 requests==2.31.0 rfc3339-validator==0.1.4 rfc3986-validator==0.1.1 rope==1.11.0 -rpds-py==0.12.0 +rpds-py==0.16.2 +ruff==0.1.9 send2trash==1.8.2 six==1.16.0 +smmap==5.0.1 sniffio==1.3.0 snowballstemmer==2.2.0 soupsieve==2.5 sphinx==5.3.0 sphinx-autobuild==2021.3.14 -sphinx-book-theme==1.0.1 +sphinx-book-theme==1.1.0 sphinx-comments==0.0.3 sphinx-copybutton==0.5.2 sphinx-design==0.5.0 @@ -149,25 +159,25 @@ sphinxcontrib-htmlhelp==2.0.4 sphinxcontrib-jsmath==1.0.1 sphinxcontrib-qthelp==1.0.6 sphinxcontrib-serializinghtml==1.1.9 -sqlalchemy==2.0.23 +sqlalchemy==2.0.24 stack-data==0.6.3 tabulate==0.9.0 terminado==0.18.0 tinycss2==1.2.1 -tornado==6.3.3 -tox==4.11.3 -traitlets==5.13.0 +tornado==6.4 +tox==4.11.4 +traitlets==5.14.0 types-python-dateutil==2.8.19.14 -typing-extensions==4.8.0 -ujson==5.8.0 +typing-extensions==4.9.0 +ujson==5.9.0 uri-template==1.3.0 -urllib3==2.0.7 -virtualenv==20.24.6 -wcwidth==0.2.9 +urllib3==2.1.0 +virtualenv==20.25.0 +wcwidth==0.2.12 webcolors==1.13 webencodings==0.5.1 -websocket-client==1.6.4 -wheel==0.41.3 +websocket-client==1.7.0 +wheel==0.42.0 widgetsnbextension==4.0.9 zipp==3.17.0 diff --git a/.constraints/py3.8.txt b/.constraints/py3.8.txt index 7b11082..8d51197 100644 --- a/.constraints/py3.8.txt +++ b/.constraints/py3.8.txt @@ -6,20 +6,21 @@ # accessible-pygments==0.0.4 alabaster==0.7.13 -anyio==4.0.0 +anyio==4.2.0 argon2-cffi==23.1.0 argon2-cffi-bindings==21.2.0 arrow==1.3.0 asttokens==2.4.1 async-lru==2.0.4 -attrs==23.1.0 -babel==2.13.1 +attrs==23.2.0 +babel==2.14.0 backcall==0.2.0 beautifulsoup4==4.12.2 -black==23.11.0 +black==23.12.1 bleach==6.1.0 cachetools==5.3.2 -certifi==2023.7.22 +cattrs==23.2.3 +certifi==2023.11.17 cffi==1.16.0 cfgv==3.4.0 chardet==5.2.0 @@ -32,55 +33,60 @@ cycler==0.12.1 debugpy==1.8.0 decorator==5.1.1 defusedxml==0.7.1 -distlib==0.3.7 +distlib==0.3.8 docstring-to-markdown==0.13 docutils==0.19 -exceptiongroup==1.1.3 +exceptiongroup==1.2.0 executing==2.0.1 -fastjsonschema==2.18.1 +fastjsonschema==2.19.1 filelock==3.13.1 flake8==6.1.0 -fonttools==4.44.0 +fonttools==4.47.0 fqdn==1.5.1 -greenlet==3.0.1 -identify==2.5.31 -idna==3.4 +gitdb==4.0.11 +gitpython==3.1.40 +greenlet==3.0.3 +identify==2.5.33 +idna==3.6 imagesize==1.4.1 -importlib-metadata==6.8.0 +importlib-metadata==7.0.1 importlib-resources==6.1.1 iniconfig==2.0.0 -ipykernel==6.26.0 +ipykernel==6.28.0 ipympl==0.9.3 ipython==8.12.3 ipython-genutils==0.2.0 ipywidgets==8.1.1 isoduration==20.11.0 -isort==5.12.0 +isort==5.13.2 jedi==0.19.1 jinja2==3.1.2 json5==0.9.14 jsonpointer==2.4 -jsonschema==4.19.2 -jsonschema-specifications==2023.7.1 +jsonschema==4.20.0 +jsonschema-specifications==2023.12.1 jupyter-cache==0.6.1 jupyter-client==8.6.0 -jupyter-core==5.5.0 +jupyter-core==5.5.1 jupyter-events==0.9.0 -jupyter-lsp==2.2.0 -jupyter-server==2.10.0 -jupyter-server-terminals==0.4.4 -jupyterlab==4.0.8 +jupyter-lsp==2.2.1 +jupyter-server==2.12.1 +jupyter-server-mathjax==0.2.6 +jupyter-server-terminals==0.5.1 +jupyterlab==4.0.10 jupyterlab-code-formatter==2.2.1 -jupyterlab-lsp==5.0.0 +jupyterlab-git==0.50.0 +jupyterlab-lsp==5.0.1 jupyterlab-myst==2.1.0 -jupyterlab-pygments==0.2.2 -jupyterlab-server==2.25.1 +jupyterlab-pygments==0.3.0 +jupyterlab-server==2.25.2 jupyterlab-widgets==3.0.9 kiwisolver==1.4.5 livereload==2.6.3 +lsprotocol==2023.0.0 markdown-it-py==2.2.0 markupsafe==2.1.3 -matplotlib==3.7.3 +matplotlib==3.7.4 matplotlib-inline==0.1.6 mccabe==0.7.0 mdit-py-plugins==0.3.5 @@ -90,7 +96,8 @@ mypy-extensions==1.0.0 myst-nb==0.17.2 myst-parser==0.18.1 nbclient==0.6.8 -nbconvert==7.11.0 +nbconvert==7.13.1 +nbdime==4.0.1 nbformat==5.9.2 nbmake==1.4.6 nest-asyncio==1.5.8 @@ -101,43 +108,46 @@ overrides==7.4.0 packaging==23.2 pandocfilters==1.5.0 parso==0.8.3 -pathspec==0.11.2 -pexpect==4.8.0 +pathspec==0.12.1 +pexpect==4.9.0 pickleshare==0.7.5 pillow==10.1.0 pkgutil-resolve-name==1.3.10 -platformdirs==3.11.0 +platformdirs==4.1.0 pluggy==1.3.0 pre-commit==3.5.0 -prometheus-client==0.18.0 -prompt-toolkit==3.0.40 -psutil==5.9.6 +prometheus-client==0.19.0 +prompt-toolkit==3.0.43 +psutil==5.9.7 ptyprocess==0.7.0 pure-eval==0.2.2 pycodestyle==2.11.1 pycparser==2.21 -pydata-sphinx-theme==0.14.3 +pydata-sphinx-theme==0.14.4 pyflakes==3.1.0 -pygments==2.16.1 +pygments==2.17.2 pyparsing==3.1.1 pyproject-api==1.6.1 -pytest==7.4.3 +pytest==7.4.4 python-dateutil==2.8.2 python-json-logger==2.0.7 python-lsp-jsonrpc==1.1.2 +python-lsp-ruff==2.0.1 python-lsp-server==1.9.0 pytoolconfig==1.2.6 pytz==2023.3.post1 pyyaml==6.0.1 -pyzmq==25.1.1 -referencing==0.30.2 +pyzmq==25.1.2 +referencing==0.32.0 requests==2.31.0 rfc3339-validator==0.1.4 rfc3986-validator==0.1.1 rope==1.11.0 -rpds-py==0.12.0 +rpds-py==0.16.2 +ruff==0.1.9 send2trash==1.8.2 six==1.16.0 +smmap==5.0.1 sniffio==1.3.0 snowballstemmer==2.2.0 soupsieve==2.5 @@ -155,26 +165,26 @@ sphinxcontrib-htmlhelp==2.0.1 sphinxcontrib-jsmath==1.0.1 sphinxcontrib-qthelp==1.0.3 sphinxcontrib-serializinghtml==1.1.5 -sqlalchemy==2.0.23 +sqlalchemy==2.0.24 stack-data==0.6.3 tabulate==0.9.0 terminado==0.18.0 tinycss2==1.2.1 tomli==2.0.1 -tornado==6.3.3 -tox==4.11.3 -traitlets==5.13.0 +tornado==6.4 +tox==4.11.4 +traitlets==5.14.0 types-python-dateutil==2.8.19.14 -typing-extensions==4.8.0 -ujson==5.8.0 +typing-extensions==4.9.0 +ujson==5.9.0 uri-template==1.3.0 -urllib3==2.0.7 -virtualenv==20.24.6 -wcwidth==0.2.9 +urllib3==2.1.0 +virtualenv==20.25.0 +wcwidth==0.2.12 webcolors==1.13 webencodings==0.5.1 -websocket-client==1.6.4 -wheel==0.41.3 +websocket-client==1.7.0 +wheel==0.42.0 widgetsnbextension==4.0.9 zipp==3.17.0 diff --git a/.constraints/py3.9.txt b/.constraints/py3.9.txt index 612fad6..26e1557 100644 --- a/.constraints/py3.9.txt +++ b/.constraints/py3.9.txt @@ -6,19 +6,20 @@ # accessible-pygments==0.0.4 alabaster==0.7.13 -anyio==4.0.0 +anyio==4.2.0 argon2-cffi==23.1.0 argon2-cffi-bindings==21.2.0 arrow==1.3.0 asttokens==2.4.1 async-lru==2.0.4 -attrs==23.1.0 -babel==2.13.1 +attrs==23.2.0 +babel==2.14.0 beautifulsoup4==4.12.2 -black==23.11.0 +black==23.12.1 bleach==6.1.0 cachetools==5.3.2 -certifi==2023.7.22 +cattrs==23.2.3 +certifi==2023.11.17 cffi==1.16.0 cfgv==3.4.0 chardet==5.2.0 @@ -31,55 +32,60 @@ cycler==0.12.1 debugpy==1.8.0 decorator==5.1.1 defusedxml==0.7.1 -distlib==0.3.7 +distlib==0.3.8 docstring-to-markdown==0.13 docutils==0.19 -exceptiongroup==1.1.3 +exceptiongroup==1.2.0 executing==2.0.1 -fastjsonschema==2.18.1 +fastjsonschema==2.19.1 filelock==3.13.1 flake8==6.1.0 -fonttools==4.44.0 +fonttools==4.47.0 fqdn==1.5.1 -greenlet==3.0.1 -identify==2.5.31 -idna==3.4 +gitdb==4.0.11 +gitpython==3.1.40 +greenlet==3.0.3 +identify==2.5.33 +idna==3.6 imagesize==1.4.1 -importlib-metadata==6.8.0 +importlib-metadata==7.0.1 importlib-resources==6.1.1 iniconfig==2.0.0 -ipykernel==6.26.0 +ipykernel==6.28.0 ipympl==0.9.3 -ipython==8.17.2 +ipython==8.18.1 ipython-genutils==0.2.0 ipywidgets==8.1.1 isoduration==20.11.0 -isort==5.12.0 +isort==5.13.2 jedi==0.19.1 jinja2==3.1.2 json5==0.9.14 jsonpointer==2.4 -jsonschema==4.19.2 -jsonschema-specifications==2023.7.1 +jsonschema==4.20.0 +jsonschema-specifications==2023.12.1 jupyter-cache==1.0.0 jupyter-client==8.6.0 -jupyter-core==5.5.0 +jupyter-core==5.5.1 jupyter-events==0.9.0 -jupyter-lsp==2.2.0 -jupyter-server==2.10.0 -jupyter-server-terminals==0.4.4 -jupyterlab==4.0.8 +jupyter-lsp==2.2.1 +jupyter-server==2.12.1 +jupyter-server-mathjax==0.2.6 +jupyter-server-terminals==0.5.1 +jupyterlab==4.0.10 jupyterlab-code-formatter==2.2.1 -jupyterlab-lsp==5.0.0 +jupyterlab-git==0.50.0 +jupyterlab-lsp==5.0.1 jupyterlab-myst==2.1.0 -jupyterlab-pygments==0.2.2 -jupyterlab-server==2.25.1 +jupyterlab-pygments==0.3.0 +jupyterlab-server==2.25.2 jupyterlab-widgets==3.0.9 kiwisolver==1.4.5 livereload==2.6.3 +lsprotocol==2023.0.0 markdown-it-py==2.2.0 markupsafe==2.1.3 -matplotlib==3.8.1 +matplotlib==3.8.2 matplotlib-inline==0.1.6 mccabe==0.7.0 mdit-py-plugins==0.3.5 @@ -89,57 +95,61 @@ mypy-extensions==1.0.0 myst-nb==1.0.0 myst-parser==1.0.0 nbclient==0.6.8 -nbconvert==7.11.0 +nbconvert==7.13.1 +nbdime==4.0.1 nbformat==5.9.2 nbmake==1.4.6 nest-asyncio==1.5.8 nodeenv==1.8.0 notebook-shim==0.2.3 -numpy==1.26.1 +numpy==1.26.2 overrides==7.4.0 packaging==23.2 pandocfilters==1.5.0 parso==0.8.3 -pathspec==0.11.2 -pexpect==4.8.0 +pathspec==0.12.1 +pexpect==4.9.0 pillow==10.1.0 -platformdirs==3.11.0 +platformdirs==4.1.0 pluggy==1.3.0 -pre-commit==3.5.0 -prometheus-client==0.18.0 -prompt-toolkit==3.0.40 -psutil==5.9.6 +pre-commit==3.6.0 +prometheus-client==0.19.0 +prompt-toolkit==3.0.43 +psutil==5.9.7 ptyprocess==0.7.0 pure-eval==0.2.2 pycodestyle==2.11.1 pycparser==2.21 -pydata-sphinx-theme==0.14.3 +pydata-sphinx-theme==0.14.4 pyflakes==3.1.0 -pygments==2.16.1 +pygments==2.17.2 pyparsing==3.1.1 pyproject-api==1.6.1 -pytest==7.4.3 +pytest==7.4.4 python-dateutil==2.8.2 python-json-logger==2.0.7 python-lsp-jsonrpc==1.1.2 +python-lsp-ruff==2.0.1 python-lsp-server==1.9.0 pytoolconfig==1.2.6 pyyaml==6.0.1 -pyzmq==25.1.1 -referencing==0.30.2 +pyzmq==25.1.2 +referencing==0.32.0 requests==2.31.0 rfc3339-validator==0.1.4 rfc3986-validator==0.1.1 rope==1.11.0 -rpds-py==0.12.0 +rpds-py==0.16.2 +ruff==0.1.9 send2trash==1.8.2 six==1.16.0 +smmap==5.0.1 sniffio==1.3.0 snowballstemmer==2.2.0 soupsieve==2.5 sphinx==5.3.0 sphinx-autobuild==2021.3.14 -sphinx-book-theme==1.0.1 +sphinx-book-theme==1.1.0 sphinx-comments==0.0.3 sphinx-copybutton==0.5.2 sphinx-design==0.5.0 @@ -151,26 +161,26 @@ sphinxcontrib-htmlhelp==2.0.4 sphinxcontrib-jsmath==1.0.1 sphinxcontrib-qthelp==1.0.6 sphinxcontrib-serializinghtml==1.1.9 -sqlalchemy==2.0.23 +sqlalchemy==2.0.24 stack-data==0.6.3 tabulate==0.9.0 terminado==0.18.0 tinycss2==1.2.1 tomli==2.0.1 -tornado==6.3.3 -tox==4.11.3 -traitlets==5.13.0 +tornado==6.4 +tox==4.11.4 +traitlets==5.14.0 types-python-dateutil==2.8.19.14 -typing-extensions==4.8.0 -ujson==5.8.0 +typing-extensions==4.9.0 +ujson==5.9.0 uri-template==1.3.0 -urllib3==2.0.7 -virtualenv==20.24.6 -wcwidth==0.2.9 +urllib3==2.1.0 +virtualenv==20.25.0 +wcwidth==0.2.12 webcolors==1.13 webencodings==0.5.1 -websocket-client==1.6.4 -wheel==0.41.3 +websocket-client==1.7.0 +wheel==0.42.0 widgetsnbextension==4.0.9 zipp==3.17.0 From bdf5795e0cf536553246456161074fdc729ecd02 Mon Sep 17 00:00:00 2001 From: GitHub Date: Tue, 9 Jan 2024 17:09:26 +0000 Subject: [PATCH 4/9] MAINT: update pip constraints and pre-commit --- .constraints/py3.10.txt | 30 +++++++++++++++--------------- .constraints/py3.11.txt | 30 +++++++++++++++--------------- .constraints/py3.12.txt | 30 +++++++++++++++--------------- .constraints/py3.8.txt | 22 +++++++++++----------- .constraints/py3.9.txt | 28 ++++++++++++++-------------- .pre-commit-config.yaml | 2 +- 6 files changed, 71 insertions(+), 71 deletions(-) diff --git a/.constraints/py3.10.txt b/.constraints/py3.10.txt index 526e9d4..19afe77 100644 --- a/.constraints/py3.10.txt +++ b/.constraints/py3.10.txt @@ -5,7 +5,7 @@ # pip-compile --extra=dev --no-annotate --output-file=.constraints/py3.10.txt --strip-extras --unsafe-package=pip --unsafe-package=setuptools --unsafe-package=strong2020-salamanca # accessible-pygments==0.0.4 -alabaster==0.7.13 +alabaster==0.7.15 anyio==4.2.0 argon2-cffi==23.1.0 argon2-cffi-bindings==21.2.0 @@ -26,7 +26,7 @@ chardet==5.2.0 charset-normalizer==3.3.2 click==8.1.7 colorama==0.4.6 -comm==0.2.0 +comm==0.2.1 contourpy==1.2.0 cycler==0.12.1 debugpy==1.8.0 @@ -52,7 +52,7 @@ importlib-metadata==7.0.1 iniconfig==2.0.0 ipykernel==6.28.0 ipympl==0.9.3 -ipython==8.19.0 +ipython==8.20.0 ipython-genutils==0.2.0 ipywidgets==8.1.1 isoduration==20.11.0 @@ -65,10 +65,10 @@ jsonschema==4.20.0 jsonschema-specifications==2023.12.1 jupyter-cache==1.0.0 jupyter-client==8.6.0 -jupyter-core==5.5.1 +jupyter-core==5.7.1 jupyter-events==0.9.0 jupyter-lsp==2.2.1 -jupyter-server==2.12.1 +jupyter-server==2.12.2 jupyter-server-mathjax==0.2.6 jupyter-server-terminals==0.5.1 jupyterlab==4.0.10 @@ -94,21 +94,21 @@ mypy-extensions==1.0.0 myst-nb==1.0.0 myst-parser==1.0.0 nbclient==0.6.8 -nbconvert==7.13.1 +nbconvert==7.14.0 nbdime==4.0.1 nbformat==5.9.2 nbmake==1.4.6 nest-asyncio==1.5.8 nodeenv==1.8.0 notebook-shim==0.2.3 -numpy==1.26.2 +numpy==1.26.3 overrides==7.4.0 packaging==23.2 pandocfilters==1.5.0 parso==0.8.3 pathspec==0.12.1 pexpect==4.9.0 -pillow==10.1.0 +pillow==10.2.0 platformdirs==4.1.0 pluggy==1.3.0 pre-commit==3.6.0 @@ -119,7 +119,7 @@ ptyprocess==0.7.0 pure-eval==0.2.2 pycodestyle==2.11.1 pycparser==2.21 -pydata-sphinx-theme==0.14.4 +pydata-sphinx-theme==0.15.1 pyflakes==3.1.0 pygments==2.17.2 pyparsing==3.1.1 @@ -133,13 +133,13 @@ python-lsp-server==1.9.0 pytoolconfig==1.2.6 pyyaml==6.0.1 pyzmq==25.1.2 -referencing==0.32.0 +referencing==0.32.1 requests==2.31.0 rfc3339-validator==0.1.4 rfc3986-validator==0.1.1 rope==1.11.0 rpds-py==0.16.2 -ruff==0.1.9 +ruff==0.1.11 send2trash==1.8.2 six==1.16.0 smmap==5.0.1 @@ -160,7 +160,7 @@ sphinxcontrib-htmlhelp==2.0.4 sphinxcontrib-jsmath==1.0.1 sphinxcontrib-qthelp==1.0.6 sphinxcontrib-serializinghtml==1.1.9 -sqlalchemy==2.0.24 +sqlalchemy==2.0.25 stack-data==0.6.3 tabulate==0.9.0 terminado==0.18.0 @@ -168,14 +168,14 @@ tinycss2==1.2.1 tomli==2.0.1 tornado==6.4 tox==4.11.4 -traitlets==5.14.0 -types-python-dateutil==2.8.19.14 +traitlets==5.14.1 +types-python-dateutil==2.8.19.20240106 typing-extensions==4.9.0 ujson==5.9.0 uri-template==1.3.0 urllib3==2.1.0 virtualenv==20.25.0 -wcwidth==0.2.12 +wcwidth==0.2.13 webcolors==1.13 webencodings==0.5.1 websocket-client==1.7.0 diff --git a/.constraints/py3.11.txt b/.constraints/py3.11.txt index 55fd695..b16c434 100644 --- a/.constraints/py3.11.txt +++ b/.constraints/py3.11.txt @@ -5,7 +5,7 @@ # pip-compile --extra=dev --no-annotate --output-file=.constraints/py3.11.txt --strip-extras --unsafe-package=pip --unsafe-package=setuptools --unsafe-package=strong2020-salamanca # accessible-pygments==0.0.4 -alabaster==0.7.13 +alabaster==0.7.15 anyio==4.2.0 argon2-cffi==23.1.0 argon2-cffi-bindings==21.2.0 @@ -26,7 +26,7 @@ chardet==5.2.0 charset-normalizer==3.3.2 click==8.1.7 colorama==0.4.6 -comm==0.2.0 +comm==0.2.1 contourpy==1.2.0 cycler==0.12.1 debugpy==1.8.0 @@ -51,7 +51,7 @@ importlib-metadata==7.0.1 iniconfig==2.0.0 ipykernel==6.28.0 ipympl==0.9.3 -ipython==8.19.0 +ipython==8.20.0 ipython-genutils==0.2.0 ipywidgets==8.1.1 isoduration==20.11.0 @@ -64,10 +64,10 @@ jsonschema==4.20.0 jsonschema-specifications==2023.12.1 jupyter-cache==1.0.0 jupyter-client==8.6.0 -jupyter-core==5.5.1 +jupyter-core==5.7.1 jupyter-events==0.9.0 jupyter-lsp==2.2.1 -jupyter-server==2.12.1 +jupyter-server==2.12.2 jupyter-server-mathjax==0.2.6 jupyter-server-terminals==0.5.1 jupyterlab==4.0.10 @@ -93,21 +93,21 @@ mypy-extensions==1.0.0 myst-nb==1.0.0 myst-parser==1.0.0 nbclient==0.6.8 -nbconvert==7.13.1 +nbconvert==7.14.0 nbdime==4.0.1 nbformat==5.9.2 nbmake==1.4.6 nest-asyncio==1.5.8 nodeenv==1.8.0 notebook-shim==0.2.3 -numpy==1.26.2 +numpy==1.26.3 overrides==7.4.0 packaging==23.2 pandocfilters==1.5.0 parso==0.8.3 pathspec==0.12.1 pexpect==4.9.0 -pillow==10.1.0 +pillow==10.2.0 platformdirs==4.1.0 pluggy==1.3.0 pre-commit==3.6.0 @@ -118,7 +118,7 @@ ptyprocess==0.7.0 pure-eval==0.2.2 pycodestyle==2.11.1 pycparser==2.21 -pydata-sphinx-theme==0.14.4 +pydata-sphinx-theme==0.15.1 pyflakes==3.1.0 pygments==2.17.2 pyparsing==3.1.1 @@ -132,13 +132,13 @@ python-lsp-server==1.9.0 pytoolconfig==1.2.6 pyyaml==6.0.1 pyzmq==25.1.2 -referencing==0.32.0 +referencing==0.32.1 requests==2.31.0 rfc3339-validator==0.1.4 rfc3986-validator==0.1.1 rope==1.11.0 rpds-py==0.16.2 -ruff==0.1.9 +ruff==0.1.11 send2trash==1.8.2 six==1.16.0 smmap==5.0.1 @@ -159,21 +159,21 @@ sphinxcontrib-htmlhelp==2.0.4 sphinxcontrib-jsmath==1.0.1 sphinxcontrib-qthelp==1.0.6 sphinxcontrib-serializinghtml==1.1.9 -sqlalchemy==2.0.24 +sqlalchemy==2.0.25 stack-data==0.6.3 tabulate==0.9.0 terminado==0.18.0 tinycss2==1.2.1 tornado==6.4 tox==4.11.4 -traitlets==5.14.0 -types-python-dateutil==2.8.19.14 +traitlets==5.14.1 +types-python-dateutil==2.8.19.20240106 typing-extensions==4.9.0 ujson==5.9.0 uri-template==1.3.0 urllib3==2.1.0 virtualenv==20.25.0 -wcwidth==0.2.12 +wcwidth==0.2.13 webcolors==1.13 webencodings==0.5.1 websocket-client==1.7.0 diff --git a/.constraints/py3.12.txt b/.constraints/py3.12.txt index 51a57a5..19c0562 100644 --- a/.constraints/py3.12.txt +++ b/.constraints/py3.12.txt @@ -5,7 +5,7 @@ # pip-compile --extra=dev --no-annotate --output-file=.constraints/py3.12.txt --strip-extras --unsafe-package=pip --unsafe-package=setuptools --unsafe-package=strong2020-salamanca # accessible-pygments==0.0.4 -alabaster==0.7.13 +alabaster==0.7.15 anyio==4.2.0 argon2-cffi==23.1.0 argon2-cffi-bindings==21.2.0 @@ -26,7 +26,7 @@ chardet==5.2.0 charset-normalizer==3.3.2 click==8.1.7 colorama==0.4.6 -comm==0.2.0 +comm==0.2.1 contourpy==1.2.0 cycler==0.12.1 debugpy==1.8.0 @@ -51,7 +51,7 @@ importlib-metadata==7.0.1 iniconfig==2.0.0 ipykernel==6.28.0 ipympl==0.9.3 -ipython==8.19.0 +ipython==8.20.0 ipython-genutils==0.2.0 ipywidgets==8.1.1 isoduration==20.11.0 @@ -64,10 +64,10 @@ jsonschema==4.20.0 jsonschema-specifications==2023.12.1 jupyter-cache==1.0.0 jupyter-client==8.6.0 -jupyter-core==5.5.1 +jupyter-core==5.7.1 jupyter-events==0.9.0 jupyter-lsp==2.2.1 -jupyter-server==2.12.1 +jupyter-server==2.12.2 jupyter-server-mathjax==0.2.6 jupyter-server-terminals==0.5.1 jupyterlab==4.0.10 @@ -93,21 +93,21 @@ mypy-extensions==1.0.0 myst-nb==1.0.0 myst-parser==1.0.0 nbclient==0.6.8 -nbconvert==7.13.1 +nbconvert==7.14.0 nbdime==4.0.1 nbformat==5.9.2 nbmake==1.4.6 nest-asyncio==1.5.8 nodeenv==1.8.0 notebook-shim==0.2.3 -numpy==1.26.2 +numpy==1.26.3 overrides==7.4.0 packaging==23.2 pandocfilters==1.5.0 parso==0.8.3 pathspec==0.12.1 pexpect==4.9.0 -pillow==10.1.0 +pillow==10.2.0 platformdirs==4.1.0 pluggy==1.3.0 pre-commit==3.6.0 @@ -118,7 +118,7 @@ ptyprocess==0.7.0 pure-eval==0.2.2 pycodestyle==2.11.1 pycparser==2.21 -pydata-sphinx-theme==0.14.4 +pydata-sphinx-theme==0.15.1 pyflakes==3.1.0 pygments==2.17.2 pyparsing==3.1.1 @@ -132,13 +132,13 @@ python-lsp-server==1.9.0 pytoolconfig==1.2.6 pyyaml==6.0.1 pyzmq==25.1.2 -referencing==0.32.0 +referencing==0.32.1 requests==2.31.0 rfc3339-validator==0.1.4 rfc3986-validator==0.1.1 rope==1.11.0 rpds-py==0.16.2 -ruff==0.1.9 +ruff==0.1.11 send2trash==1.8.2 six==1.16.0 smmap==5.0.1 @@ -159,21 +159,21 @@ sphinxcontrib-htmlhelp==2.0.4 sphinxcontrib-jsmath==1.0.1 sphinxcontrib-qthelp==1.0.6 sphinxcontrib-serializinghtml==1.1.9 -sqlalchemy==2.0.24 +sqlalchemy==2.0.25 stack-data==0.6.3 tabulate==0.9.0 terminado==0.18.0 tinycss2==1.2.1 tornado==6.4 tox==4.11.4 -traitlets==5.14.0 -types-python-dateutil==2.8.19.14 +traitlets==5.14.1 +types-python-dateutil==2.8.19.20240106 typing-extensions==4.9.0 ujson==5.9.0 uri-template==1.3.0 urllib3==2.1.0 virtualenv==20.25.0 -wcwidth==0.2.12 +wcwidth==0.2.13 webcolors==1.13 webencodings==0.5.1 websocket-client==1.7.0 diff --git a/.constraints/py3.8.txt b/.constraints/py3.8.txt index 8d51197..a677554 100644 --- a/.constraints/py3.8.txt +++ b/.constraints/py3.8.txt @@ -27,7 +27,7 @@ chardet==5.2.0 charset-normalizer==3.3.2 click==8.1.7 colorama==0.4.6 -comm==0.2.0 +comm==0.2.1 contourpy==1.1.1 cycler==0.12.1 debugpy==1.8.0 @@ -67,10 +67,10 @@ jsonschema==4.20.0 jsonschema-specifications==2023.12.1 jupyter-cache==0.6.1 jupyter-client==8.6.0 -jupyter-core==5.5.1 +jupyter-core==5.7.1 jupyter-events==0.9.0 jupyter-lsp==2.2.1 -jupyter-server==2.12.1 +jupyter-server==2.12.2 jupyter-server-mathjax==0.2.6 jupyter-server-terminals==0.5.1 jupyterlab==4.0.10 @@ -96,7 +96,7 @@ mypy-extensions==1.0.0 myst-nb==0.17.2 myst-parser==0.18.1 nbclient==0.6.8 -nbconvert==7.13.1 +nbconvert==7.14.0 nbdime==4.0.1 nbformat==5.9.2 nbmake==1.4.6 @@ -111,7 +111,7 @@ parso==0.8.3 pathspec==0.12.1 pexpect==4.9.0 pickleshare==0.7.5 -pillow==10.1.0 +pillow==10.2.0 pkgutil-resolve-name==1.3.10 platformdirs==4.1.0 pluggy==1.3.0 @@ -138,13 +138,13 @@ pytoolconfig==1.2.6 pytz==2023.3.post1 pyyaml==6.0.1 pyzmq==25.1.2 -referencing==0.32.0 +referencing==0.32.1 requests==2.31.0 rfc3339-validator==0.1.4 rfc3986-validator==0.1.1 rope==1.11.0 rpds-py==0.16.2 -ruff==0.1.9 +ruff==0.1.11 send2trash==1.8.2 six==1.16.0 smmap==5.0.1 @@ -165,7 +165,7 @@ sphinxcontrib-htmlhelp==2.0.1 sphinxcontrib-jsmath==1.0.1 sphinxcontrib-qthelp==1.0.3 sphinxcontrib-serializinghtml==1.1.5 -sqlalchemy==2.0.24 +sqlalchemy==2.0.25 stack-data==0.6.3 tabulate==0.9.0 terminado==0.18.0 @@ -173,14 +173,14 @@ tinycss2==1.2.1 tomli==2.0.1 tornado==6.4 tox==4.11.4 -traitlets==5.14.0 -types-python-dateutil==2.8.19.14 +traitlets==5.14.1 +types-python-dateutil==2.8.19.20240106 typing-extensions==4.9.0 ujson==5.9.0 uri-template==1.3.0 urllib3==2.1.0 virtualenv==20.25.0 -wcwidth==0.2.12 +wcwidth==0.2.13 webcolors==1.13 webencodings==0.5.1 websocket-client==1.7.0 diff --git a/.constraints/py3.9.txt b/.constraints/py3.9.txt index 26e1557..6952168 100644 --- a/.constraints/py3.9.txt +++ b/.constraints/py3.9.txt @@ -5,7 +5,7 @@ # pip-compile --extra=dev --no-annotate --output-file=.constraints/py3.9.txt --strip-extras --unsafe-package=pip --unsafe-package=setuptools --unsafe-package=strong2020-salamanca # accessible-pygments==0.0.4 -alabaster==0.7.13 +alabaster==0.7.15 anyio==4.2.0 argon2-cffi==23.1.0 argon2-cffi-bindings==21.2.0 @@ -26,7 +26,7 @@ chardet==5.2.0 charset-normalizer==3.3.2 click==8.1.7 colorama==0.4.6 -comm==0.2.0 +comm==0.2.1 contourpy==1.2.0 cycler==0.12.1 debugpy==1.8.0 @@ -66,10 +66,10 @@ jsonschema==4.20.0 jsonschema-specifications==2023.12.1 jupyter-cache==1.0.0 jupyter-client==8.6.0 -jupyter-core==5.5.1 +jupyter-core==5.7.1 jupyter-events==0.9.0 jupyter-lsp==2.2.1 -jupyter-server==2.12.1 +jupyter-server==2.12.2 jupyter-server-mathjax==0.2.6 jupyter-server-terminals==0.5.1 jupyterlab==4.0.10 @@ -95,21 +95,21 @@ mypy-extensions==1.0.0 myst-nb==1.0.0 myst-parser==1.0.0 nbclient==0.6.8 -nbconvert==7.13.1 +nbconvert==7.14.0 nbdime==4.0.1 nbformat==5.9.2 nbmake==1.4.6 nest-asyncio==1.5.8 nodeenv==1.8.0 notebook-shim==0.2.3 -numpy==1.26.2 +numpy==1.26.3 overrides==7.4.0 packaging==23.2 pandocfilters==1.5.0 parso==0.8.3 pathspec==0.12.1 pexpect==4.9.0 -pillow==10.1.0 +pillow==10.2.0 platformdirs==4.1.0 pluggy==1.3.0 pre-commit==3.6.0 @@ -120,7 +120,7 @@ ptyprocess==0.7.0 pure-eval==0.2.2 pycodestyle==2.11.1 pycparser==2.21 -pydata-sphinx-theme==0.14.4 +pydata-sphinx-theme==0.15.1 pyflakes==3.1.0 pygments==2.17.2 pyparsing==3.1.1 @@ -134,13 +134,13 @@ python-lsp-server==1.9.0 pytoolconfig==1.2.6 pyyaml==6.0.1 pyzmq==25.1.2 -referencing==0.32.0 +referencing==0.32.1 requests==2.31.0 rfc3339-validator==0.1.4 rfc3986-validator==0.1.1 rope==1.11.0 rpds-py==0.16.2 -ruff==0.1.9 +ruff==0.1.11 send2trash==1.8.2 six==1.16.0 smmap==5.0.1 @@ -161,7 +161,7 @@ sphinxcontrib-htmlhelp==2.0.4 sphinxcontrib-jsmath==1.0.1 sphinxcontrib-qthelp==1.0.6 sphinxcontrib-serializinghtml==1.1.9 -sqlalchemy==2.0.24 +sqlalchemy==2.0.25 stack-data==0.6.3 tabulate==0.9.0 terminado==0.18.0 @@ -169,14 +169,14 @@ tinycss2==1.2.1 tomli==2.0.1 tornado==6.4 tox==4.11.4 -traitlets==5.14.0 -types-python-dateutil==2.8.19.14 +traitlets==5.14.1 +types-python-dateutil==2.8.19.20240106 typing-extensions==4.9.0 ujson==5.9.0 uri-template==1.3.0 urllib3==2.1.0 virtualenv==20.25.0 -wcwidth==0.2.12 +wcwidth==0.2.13 webcolors==1.13 webencodings==0.5.1 websocket-client==1.7.0 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 91772aa..3469e4e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ repos: - id: check-useless-excludes - repo: https://github.com/ComPWA/repo-maintenance - rev: 0.1.11 + rev: 0.1.13a1 hooks: - id: check-dev-files args: From 6d48875bb493daefbcfa7bf18a3583734d4ddea3 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 17:10:19 +0000 Subject: [PATCH 5/9] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- .vscode/extensions.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/extensions.json b/.vscode/extensions.json index 73f61b5..e6e782a 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -4,7 +4,6 @@ "editorconfig.editorconfig", "esbenp.prettier-vscode", "executablebookproject.myst-highlight", - "garaioag.garaio-vscode-unwanted-recommendations", "github.vscode-github-actions", "github.vscode-pull-request-github", "mhutchie.git-graph", @@ -15,6 +14,7 @@ "ms-toolsai.vscode-jupyter-cell-tags", "ms-toolsai.vscode-jupyter-slideshow", "ms-vscode.live-server", + "Soulcode.vscode-unwanted-extensions", "stkb.rewrap", "tamasfe.even-better-toml", "tyriar.sort-lines", @@ -23,6 +23,7 @@ "unwantedRecommendations": [ "bungcip.better-toml", "davidanson.vscode-markdownlint", + "garaioag.garaio-vscode-unwanted-recommendations", "ms-python.mypy-type-checker", "travisillig.vscode-json-stable-stringify" ] From bfbc917e4ebd88f7874b514c4292648eb938fb14 Mon Sep 17 00:00:00 2001 From: Remco de Boer <29308176+redeboer@users.noreply.github.com> Date: Tue, 9 Jan 2024 22:17:58 +0100 Subject: [PATCH 6/9] MAINT: autoupdate pre-commit hooks --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3469e4e..1411aae 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ repos: - id: check-useless-excludes - repo: https://github.com/ComPWA/repo-maintenance - rev: 0.1.13a1 + rev: 0.1.13a2 hooks: - id: check-dev-files args: From 0bcaabfc666d548942c6ef5333a29fa0969c0254 Mon Sep 17 00:00:00 2001 From: Remco de Boer <29308176+redeboer@users.noreply.github.com> Date: Wed, 10 Jan 2024 21:59:44 +0100 Subject: [PATCH 7/9] MAINT: add `node_modules` to `.gitignore` --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 1bf9f1a..ff2e5d6 100644 --- a/.gitignore +++ b/.gitignore @@ -25,6 +25,7 @@ __pycache__/ _build/ htmlcov/ jupyter_execute/ +node_modules/ prof/ # Virtual environments From 6aaa0910e91bf7534bbc6c72452f509fdc47f93f Mon Sep 17 00:00:00 2001 From: Remco de Boer <29308176+redeboer@users.noreply.github.com> Date: Wed, 10 Jan 2024 22:00:44 +0100 Subject: [PATCH 8/9] DX: rename constraints upgrade PR title --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1411aae..30b450e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,5 +1,5 @@ ci: - autoupdate_commit_msg: "MAINT: update pre-commit config file" + autoupdate_commit_msg: "MAINT: update pip constraints and pre-commit" autoupdate_schedule: quarterly skip: - prettier From fc8d7c0748867f1739a319f4d0ecc04a82c1154c Mon Sep 17 00:00:00 2001 From: Remco de Boer <29308176+redeboer@users.noreply.github.com> Date: Thu, 11 Jan 2024 12:42:44 +0100 Subject: [PATCH 9/9] DX: rename constraints upgrade PR title --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 30b450e..4bf4d78 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,5 +1,5 @@ ci: - autoupdate_commit_msg: "MAINT: update pip constraints and pre-commit" + autoupdate_commit_msg: "MAINT: autoupdate pre-commit hooks" autoupdate_schedule: quarterly skip: - prettier @@ -12,7 +12,7 @@ repos: - id: check-useless-excludes - repo: https://github.com/ComPWA/repo-maintenance - rev: 0.1.13a2 + rev: 0.1.13a3 hooks: - id: check-dev-files args: