From 253f5048694aa2f29279025560da7af0b72ecb54 Mon Sep 17 00:00:00 2001 From: GitHub Date: Sat, 2 Dec 2023 21:11:42 +0000 Subject: [PATCH] MAINT: update pip constraints and pre-commit --- .constraints/py3.10.txt | 10 ++++++++++ .constraints/py3.11.txt | 10 ++++++++++ .constraints/py3.12.txt | 10 ++++++++++ .constraints/py3.6.txt | 1 + .constraints/py3.7.txt | 10 ++++++++++ .constraints/py3.8.txt | 10 ++++++++++ .constraints/py3.9.txt | 10 ++++++++++ 7 files changed, 61 insertions(+) diff --git a/.constraints/py3.10.txt b/.constraints/py3.10.txt index 96037c0d..1bf62e87 100644 --- a/.constraints/py3.10.txt +++ b/.constraints/py3.10.txt @@ -18,6 +18,7 @@ beautifulsoup4==4.12.2 black==23.11.0 bleach==6.1.0 cachetools==5.3.2 +cattrs==23.2.3 certifi==2023.11.17 cffi==1.16.0 cfgv==3.4.0 @@ -39,6 +40,8 @@ executing==2.0.1 fastjsonschema==2.19.0 filelock==3.13.1 fqdn==1.5.1 +gitdb==4.0.11 +gitpython==3.1.40 gprof2dot==2022.7.29 graphviz==0.20.1 greenlet==3.0.1 @@ -52,6 +55,7 @@ ipykernel==6.27.1 ipython==8.18.1 ipywidgets==8.1.1 isoduration==20.11.0 +isort==5.12.0 jedi==0.19.1 jinja2==3.1.2 json5==0.9.14 @@ -64,9 +68,11 @@ jupyter-core==5.5.0 jupyter-events==0.9.0 jupyter-lsp==2.2.1 jupyter-server==2.11.1 +jupyter-server-mathjax==0.2.6 jupyter-server-terminals==0.4.4 jupyterlab==4.0.9 jupyterlab-code-formatter==2.2.1 +jupyterlab-git==0.50.0 ; python_version >= "3.7.0" jupyterlab-lsp==5.0.1 jupyterlab-myst==2.1.0 ; python_version >= "3.7.0" jupyterlab-pygments==0.3.0 @@ -74,6 +80,7 @@ jupyterlab-server==2.25.2 jupyterlab-widgets==3.0.9 latexcodec==2.0.1 livereload==2.6.3 +lsprotocol==2023.0.0 markdown-it-py==3.0.0 markupsafe==2.1.3 matplotlib-inline==0.1.6 @@ -86,6 +93,7 @@ myst-nb==1.0.0 myst-parser==2.0.0 nbclient==0.6.8 nbconvert==7.11.0 +nbdime==4.0.1 nbformat==5.9.2 nbmake==1.4.6 nest-asyncio==1.5.8 @@ -122,6 +130,7 @@ python-constraint==1.4.0 python-dateutil==2.8.2 python-json-logger==2.0.7 python-lsp-jsonrpc==1.1.2 +python-lsp-ruff==2.0.0 ; python_version >= "3.7.0" python-lsp-server==1.9.0 pytoolconfig==1.2.6 pyyaml==6.0.1 @@ -135,6 +144,7 @@ rpds-py==0.13.2 ruff==0.1.6 ; python_version >= "3.7.0" send2trash==1.8.2 six==1.16.0 +smmap==5.0.1 sniffio==1.3.0 snowballstemmer==2.2.0 soupsieve==2.5 diff --git a/.constraints/py3.11.txt b/.constraints/py3.11.txt index 50033f93..1f2f35ff 100644 --- a/.constraints/py3.11.txt +++ b/.constraints/py3.11.txt @@ -18,6 +18,7 @@ beautifulsoup4==4.12.2 black==23.11.0 bleach==6.1.0 cachetools==5.3.2 +cattrs==23.2.3 certifi==2023.11.17 cffi==1.16.0 cfgv==3.4.0 @@ -38,6 +39,8 @@ executing==2.0.1 fastjsonschema==2.19.0 filelock==3.13.1 fqdn==1.5.1 +gitdb==4.0.11 +gitpython==3.1.40 gprof2dot==2022.7.29 graphviz==0.20.1 greenlet==3.0.1 @@ -51,6 +54,7 @@ ipykernel==6.27.1 ipython==8.18.1 ipywidgets==8.1.1 isoduration==20.11.0 +isort==5.12.0 jedi==0.19.1 jinja2==3.1.2 json5==0.9.14 @@ -63,9 +67,11 @@ jupyter-core==5.5.0 jupyter-events==0.9.0 jupyter-lsp==2.2.1 jupyter-server==2.11.1 +jupyter-server-mathjax==0.2.6 jupyter-server-terminals==0.4.4 jupyterlab==4.0.9 jupyterlab-code-formatter==2.2.1 +jupyterlab-git==0.50.0 ; python_version >= "3.7.0" jupyterlab-lsp==5.0.1 jupyterlab-myst==2.1.0 ; python_version >= "3.7.0" jupyterlab-pygments==0.3.0 @@ -73,6 +79,7 @@ jupyterlab-server==2.25.2 jupyterlab-widgets==3.0.9 latexcodec==2.0.1 livereload==2.6.3 +lsprotocol==2023.0.0 markdown-it-py==3.0.0 markupsafe==2.1.3 matplotlib-inline==0.1.6 @@ -85,6 +92,7 @@ myst-nb==1.0.0 myst-parser==2.0.0 nbclient==0.6.8 nbconvert==7.11.0 +nbdime==4.0.1 nbformat==5.9.2 nbmake==1.4.6 nest-asyncio==1.5.8 @@ -121,6 +129,7 @@ python-constraint==1.4.0 python-dateutil==2.8.2 python-json-logger==2.0.7 python-lsp-jsonrpc==1.1.2 +python-lsp-ruff==2.0.0 ; python_version >= "3.7.0" python-lsp-server==1.9.0 pytoolconfig==1.2.6 pyyaml==6.0.1 @@ -134,6 +143,7 @@ rpds-py==0.13.2 ruff==0.1.6 ; python_version >= "3.7.0" send2trash==1.8.2 six==1.16.0 +smmap==5.0.1 sniffio==1.3.0 snowballstemmer==2.2.0 soupsieve==2.5 diff --git a/.constraints/py3.12.txt b/.constraints/py3.12.txt index 868da65e..64e54fd8 100644 --- a/.constraints/py3.12.txt +++ b/.constraints/py3.12.txt @@ -18,6 +18,7 @@ beautifulsoup4==4.12.2 black==23.11.0 bleach==6.1.0 cachetools==5.3.2 +cattrs==23.2.3 certifi==2023.11.17 cffi==1.16.0 cfgv==3.4.0 @@ -38,6 +39,8 @@ executing==2.0.1 fastjsonschema==2.19.0 filelock==3.13.1 fqdn==1.5.1 +gitdb==4.0.11 +gitpython==3.1.40 gprof2dot==2022.7.29 graphviz==0.20.1 greenlet==3.0.1 @@ -51,6 +54,7 @@ ipykernel==6.27.1 ipython==8.18.1 ipywidgets==8.1.1 isoduration==20.11.0 +isort==5.12.0 jedi==0.19.1 jinja2==3.1.2 json5==0.9.14 @@ -63,9 +67,11 @@ jupyter-core==5.5.0 jupyter-events==0.9.0 jupyter-lsp==2.2.1 jupyter-server==2.11.1 +jupyter-server-mathjax==0.2.6 jupyter-server-terminals==0.4.4 jupyterlab==4.0.9 jupyterlab-code-formatter==2.2.1 +jupyterlab-git==0.50.0 ; python_version >= "3.7.0" jupyterlab-lsp==5.0.1 jupyterlab-myst==2.1.0 ; python_version >= "3.7.0" jupyterlab-pygments==0.3.0 @@ -73,6 +79,7 @@ jupyterlab-server==2.25.2 jupyterlab-widgets==3.0.9 latexcodec==2.0.1 livereload==2.6.3 +lsprotocol==2023.0.0 markdown-it-py==3.0.0 markupsafe==2.1.3 matplotlib-inline==0.1.6 @@ -85,6 +92,7 @@ myst-nb==1.0.0 myst-parser==2.0.0 nbclient==0.6.8 nbconvert==7.11.0 +nbdime==4.0.1 nbformat==5.9.2 nbmake==1.4.6 nest-asyncio==1.5.8 @@ -121,6 +129,7 @@ python-constraint==1.4.0 python-dateutil==2.8.2 python-json-logger==2.0.7 python-lsp-jsonrpc==1.1.2 +python-lsp-ruff==2.0.0 ; python_version >= "3.7.0" python-lsp-server==1.9.0 pytoolconfig==1.2.6 pyyaml==6.0.1 @@ -134,6 +143,7 @@ rpds-py==0.13.2 ruff==0.1.6 ; python_version >= "3.7.0" send2trash==1.8.2 six==1.16.0 +smmap==5.0.1 sniffio==1.3.0 snowballstemmer==2.2.0 soupsieve==2.5 diff --git a/.constraints/py3.6.txt b/.constraints/py3.6.txt index cd55c005..aed75299 100644 --- a/.constraints/py3.6.txt +++ b/.constraints/py3.6.txt @@ -49,6 +49,7 @@ ipykernel==5.5.6 ipython==7.16.3 ipython-genutils==0.2.0 ipywidgets==7.8.1 +isort==5.10.1 jedi==0.17.2 jinja2==3.0.3 json5==0.9.14 diff --git a/.constraints/py3.7.txt b/.constraints/py3.7.txt index 4ba68c0c..63fa3775 100644 --- a/.constraints/py3.7.txt +++ b/.constraints/py3.7.txt @@ -20,6 +20,7 @@ black==23.3.0 bleach==6.0.0 cached-property==1.5.2 cachetools==5.3.2 +cattrs==23.1.2 certifi==2023.11.17 cffi==1.15.1 cfgv==3.3.1 @@ -41,6 +42,8 @@ execnet==2.0.2 fastjsonschema==2.19.0 filelock==3.12.2 fqdn==1.5.1 +gitdb==4.0.11 +gitpython==3.1.40 gprof2dot==2022.7.29 graphviz==0.20.1 greenlet==3.0.1 @@ -56,6 +59,7 @@ ipython==7.34.0 ipython-genutils==0.2.0 ipywidgets==8.1.1 isoduration==20.11.0 +isort==5.11.5 jedi==0.18.2 jinja2==3.1.2 json5==0.9.14 @@ -68,10 +72,12 @@ jupyter-events==0.6.3 jupyter-lsp==1.5.1 jupyter-server==1.24.0 jupyter-server-fileid==0.9.0 +jupyter-server-mathjax==0.2.6 jupyter-server-ydoc==0.8.0 jupyter-ydoc==0.2.4 jupyterlab==3.6.6 jupyterlab-code-formatter==2.2.1 +jupyterlab-git==0.44.0 ; python_version >= "3.7.0" jupyterlab-lsp==3.10.2 jupyterlab-myst==1.2.0 ; python_version >= "3.7.0" jupyterlab-pygments==0.2.2 @@ -79,6 +85,7 @@ jupyterlab-server==2.24.0 jupyterlab-widgets==3.0.9 latexcodec==2.0.1 livereload==2.6.3 +lsprotocol==2023.0.0 markdown-it-py==2.2.0 markupsafe==2.1.3 matplotlib-inline==0.1.6 @@ -92,6 +99,7 @@ myst-parser==0.18.1 nbclassic==1.0.0 nbclient==0.5.13 nbconvert==7.6.0 +nbdime==3.2.1 nbformat==5.8.0 nbmake==1.2.1 ; python_version == "3.7.*" nest-asyncio==1.5.8 @@ -131,6 +139,7 @@ python-constraint==1.4.0 python-dateutil==2.8.2 python-json-logger==2.0.7 python-lsp-jsonrpc==1.0.0 +python-lsp-ruff==1.6.0 ; python_version >= "3.7.0" python-lsp-server==1.7.4 pytoolconfig==1.2.6 pytz==2023.3.post1 @@ -143,6 +152,7 @@ rope==1.9.0 ruff==0.1.6 ; python_version >= "3.7.0" send2trash==1.8.2 six==1.16.0 +smmap==5.0.1 sniffio==1.3.0 snowballstemmer==2.2.0 soupsieve==2.4.1 diff --git a/.constraints/py3.8.txt b/.constraints/py3.8.txt index 1de04bea..78662c44 100644 --- a/.constraints/py3.8.txt +++ b/.constraints/py3.8.txt @@ -19,6 +19,7 @@ beautifulsoup4==4.12.2 black==23.11.0 bleach==6.1.0 cachetools==5.3.2 +cattrs==23.2.3 certifi==2023.11.17 cffi==1.16.0 cfgv==3.4.0 @@ -40,6 +41,8 @@ executing==2.0.1 fastjsonschema==2.19.0 filelock==3.13.1 fqdn==1.5.1 +gitdb==4.0.11 +gitpython==3.1.40 gprof2dot==2022.7.29 graphviz==0.20.1 greenlet==3.0.1 @@ -54,6 +57,7 @@ ipykernel==6.27.1 ipython==8.12.3 ipywidgets==8.1.1 isoduration==20.11.0 +isort==5.12.0 jedi==0.19.1 jinja2==3.1.2 json5==0.9.14 @@ -66,9 +70,11 @@ jupyter-core==5.5.0 jupyter-events==0.9.0 jupyter-lsp==2.2.1 jupyter-server==2.11.1 +jupyter-server-mathjax==0.2.6 jupyter-server-terminals==0.4.4 jupyterlab==4.0.9 jupyterlab-code-formatter==2.2.1 +jupyterlab-git==0.50.0 ; python_version >= "3.7.0" jupyterlab-lsp==5.0.1 jupyterlab-myst==2.1.0 ; python_version >= "3.7.0" jupyterlab-pygments==0.3.0 @@ -76,6 +82,7 @@ jupyterlab-server==2.25.2 jupyterlab-widgets==3.0.9 latexcodec==2.0.1 livereload==2.6.3 +lsprotocol==2023.0.0 markdown-it-py==2.2.0 markupsafe==2.1.3 matplotlib-inline==0.1.6 @@ -88,6 +95,7 @@ myst-nb==0.17.2 myst-parser==0.18.1 nbclient==0.6.8 nbconvert==7.11.0 +nbdime==4.0.1 nbformat==5.9.2 nbmake==1.4.6 nest-asyncio==1.5.8 @@ -126,6 +134,7 @@ python-constraint==1.4.0 python-dateutil==2.8.2 python-json-logger==2.0.7 python-lsp-jsonrpc==1.1.2 +python-lsp-ruff==2.0.0 ; python_version >= "3.7.0" python-lsp-server==1.9.0 pytoolconfig==1.2.6 pytz==2023.3.post1 @@ -140,6 +149,7 @@ rpds-py==0.13.2 ruff==0.1.6 ; python_version >= "3.7.0" send2trash==1.8.2 six==1.16.0 +smmap==5.0.1 sniffio==1.3.0 snowballstemmer==2.2.0 soupsieve==2.5 diff --git a/.constraints/py3.9.txt b/.constraints/py3.9.txt index b5670cbb..4b7b1d22 100644 --- a/.constraints/py3.9.txt +++ b/.constraints/py3.9.txt @@ -18,6 +18,7 @@ beautifulsoup4==4.12.2 black==23.11.0 bleach==6.1.0 cachetools==5.3.2 +cattrs==23.2.3 certifi==2023.11.17 cffi==1.16.0 cfgv==3.4.0 @@ -39,6 +40,8 @@ executing==2.0.1 fastjsonschema==2.19.0 filelock==3.13.1 fqdn==1.5.1 +gitdb==4.0.11 +gitpython==3.1.40 gprof2dot==2022.7.29 graphviz==0.20.1 greenlet==3.0.1 @@ -52,6 +55,7 @@ ipykernel==6.27.1 ipython==8.18.1 ipywidgets==8.1.1 isoduration==20.11.0 +isort==5.12.0 jedi==0.19.1 jinja2==3.1.2 json5==0.9.14 @@ -64,9 +68,11 @@ jupyter-core==5.5.0 jupyter-events==0.9.0 jupyter-lsp==2.2.1 jupyter-server==2.11.1 +jupyter-server-mathjax==0.2.6 jupyter-server-terminals==0.4.4 jupyterlab==4.0.9 jupyterlab-code-formatter==2.2.1 +jupyterlab-git==0.50.0 ; python_version >= "3.7.0" jupyterlab-lsp==5.0.1 jupyterlab-myst==2.1.0 ; python_version >= "3.7.0" jupyterlab-pygments==0.3.0 @@ -74,6 +80,7 @@ jupyterlab-server==2.25.2 jupyterlab-widgets==3.0.9 latexcodec==2.0.1 livereload==2.6.3 +lsprotocol==2023.0.0 markdown-it-py==3.0.0 markupsafe==2.1.3 matplotlib-inline==0.1.6 @@ -86,6 +93,7 @@ myst-nb==1.0.0 myst-parser==2.0.0 nbclient==0.6.8 nbconvert==7.11.0 +nbdime==4.0.1 nbformat==5.9.2 nbmake==1.4.6 nest-asyncio==1.5.8 @@ -122,6 +130,7 @@ python-constraint==1.4.0 python-dateutil==2.8.2 python-json-logger==2.0.7 python-lsp-jsonrpc==1.1.2 +python-lsp-ruff==2.0.0 ; python_version >= "3.7.0" python-lsp-server==1.9.0 pytoolconfig==1.2.6 pyyaml==6.0.1 @@ -135,6 +144,7 @@ rpds-py==0.13.2 ruff==0.1.6 ; python_version >= "3.7.0" send2trash==1.8.2 six==1.16.0 +smmap==5.0.1 sniffio==1.3.0 snowballstemmer==2.2.0 soupsieve==2.5