Skip to content

Commit

Permalink
MAINT: update pip constraints and pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow authored Dec 2, 2023
1 parent 4f165a6 commit 253f504
Show file tree
Hide file tree
Showing 7 changed files with 61 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .constraints/py3.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -64,16 +68,19 @@ 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
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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down
10 changes: 10 additions & 0 deletions .constraints/py3.11.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -63,16 +67,19 @@ 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
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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down
10 changes: 10 additions & 0 deletions .constraints/py3.12.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -63,16 +67,19 @@ 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
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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down
1 change: 1 addition & 0 deletions .constraints/py3.6.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 10 additions & 0 deletions .constraints/py3.7.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -68,17 +72,20 @@ 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
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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down
10 changes: 10 additions & 0 deletions .constraints/py3.8.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -66,16 +70,19 @@ 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
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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down
Loading

0 comments on commit 253f504

Please sign in to comment.