Skip to content

Commit

Permalink
MAINT: update pip constraints and pre-commit (#95)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Mar 17, 2024
1 parent a5c2c4b commit 0eafbba
Show file tree
Hide file tree
Showing 8 changed files with 79 additions and 78 deletions.
24 changes: 12 additions & 12 deletions .constraints/py3.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ async-lru==2.0.4
attrs==23.2.0
babel==2.14.0
beautifulsoup4==4.12.3
black==24.2.0
black==24.3.0
bleach==6.1.0
cachetools==5.3.3
cattrs==23.2.3
Expand All @@ -28,7 +28,7 @@ cloudpickle==3.0.0
colorama==0.4.6
comm==0.2.2
contourpy==1.2.0
coverage==7.4.3
coverage==7.4.4
cycler==0.12.1
debugpy==1.8.1
decorator==5.1.1
Expand All @@ -43,7 +43,7 @@ executing==2.0.1
fastjsonschema==2.19.1
filelock==3.13.1
flatbuffers==24.3.7
fonttools==4.49.0
fonttools==4.50.0
fqdn==1.5.1
gast==0.5.4
gitdb==4.0.11
Expand Down Expand Up @@ -74,7 +74,7 @@ jax==0.4.25
jaxlib==0.4.25
jedi==0.19.1
jinja2==3.1.3
json5==0.9.22
json5==0.9.24
jsonpointer==2.4
jsonschema==4.21.1
jsonschema-specifications==2023.12.1
Expand All @@ -86,7 +86,7 @@ jupyter-lsp==2.2.4
jupyter-server==2.13.0
jupyter-server-mathjax==0.2.6
jupyter-server-terminals==0.5.3
jupyterlab==4.1.4
jupyterlab==4.1.5
jupyterlab-code-formatter==2.2.1
jupyterlab-git==0.50.0
jupyterlab-lsp==5.1.0
Expand All @@ -101,7 +101,7 @@ libclang==16.0.6
livereload==2.6.3
llvmlite==0.42.0
lsprotocol==2023.0.1
markdown==3.5.2
markdown==3.6
markdown-it-py==3.0.0
markupsafe==2.1.5
matplotlib==3.8.3
Expand All @@ -118,7 +118,7 @@ namex==0.0.7
nbclient==0.6.8
nbconvert==7.16.2
nbdime==4.0.1
nbformat==5.10.2
nbformat==5.10.3
nbmake==1.5.3
nest-asyncio==1.6.0
nodeenv==1.8.0
Expand Down Expand Up @@ -159,19 +159,19 @@ python-dateutil==2.9.0.post0
python-json-logger==2.0.7
python-lsp-jsonrpc==1.1.2
python-lsp-ruff==2.2.0
python-lsp-server==1.10.0
python-lsp-server==1.10.1
pytoolconfig==1.3.1
pyyaml==6.0.1
pyzmq==25.1.2
qrules==0.10.1
referencing==0.33.0
referencing==0.34.0
requests==2.31.0
rfc3339-validator==0.1.4
rfc3986-validator==0.1.1
rich==13.7.1
rope==1.12.0
rpds-py==0.18.0
ruff==0.3.2
ruff==0.3.3
scipy==1.12.0
send2trash==1.8.2
six==1.16.0
Expand Down Expand Up @@ -213,7 +213,7 @@ tornado==6.4
tox==4.14.1
tqdm==4.66.2
traitlets==5.14.2
types-python-dateutil==2.8.19.20240311
types-python-dateutil==2.9.0.20240316
typing-extensions==4.10.0
ujson==5.9.0
uri-template==1.3.0
Expand All @@ -227,7 +227,7 @@ werkzeug==3.0.1
wheel==0.43.0
widgetsnbextension==4.0.10
wrapt==1.16.0
zipp==3.17.0
zipp==3.18.1

# The following packages were excluded from the output:
# setuptools
24 changes: 12 additions & 12 deletions .constraints/py3.11.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ async-lru==2.0.4
attrs==23.2.0
babel==2.14.0
beautifulsoup4==4.12.3
black==24.2.0
black==24.3.0
bleach==6.1.0
cachetools==5.3.3
cattrs==23.2.3
Expand All @@ -28,7 +28,7 @@ cloudpickle==3.0.0
colorama==0.4.6
comm==0.2.2
contourpy==1.2.0
coverage==7.4.3
coverage==7.4.4
cycler==0.12.1
debugpy==1.8.1
decorator==5.1.1
Expand All @@ -42,7 +42,7 @@ executing==2.0.1
fastjsonschema==2.19.1
filelock==3.13.1
flatbuffers==24.3.7
fonttools==4.49.0
fonttools==4.50.0
fqdn==1.5.1
gast==0.5.4
gitdb==4.0.11
Expand Down Expand Up @@ -73,7 +73,7 @@ jax==0.4.25
jaxlib==0.4.25
jedi==0.19.1
jinja2==3.1.3
json5==0.9.22
json5==0.9.24
jsonpointer==2.4
jsonschema==4.21.1
jsonschema-specifications==2023.12.1
Expand All @@ -85,7 +85,7 @@ jupyter-lsp==2.2.4
jupyter-server==2.13.0
jupyter-server-mathjax==0.2.6
jupyter-server-terminals==0.5.3
jupyterlab==4.1.4
jupyterlab==4.1.5
jupyterlab-code-formatter==2.2.1
jupyterlab-git==0.50.0
jupyterlab-lsp==5.1.0
Expand All @@ -100,7 +100,7 @@ libclang==16.0.6
livereload==2.6.3
llvmlite==0.42.0
lsprotocol==2023.0.1
markdown==3.5.2
markdown==3.6
markdown-it-py==3.0.0
markupsafe==2.1.5
matplotlib==3.8.3
Expand All @@ -117,7 +117,7 @@ namex==0.0.7
nbclient==0.6.8
nbconvert==7.16.2
nbdime==4.0.1
nbformat==5.10.2
nbformat==5.10.3
nbmake==1.5.3
nest-asyncio==1.6.0
nodeenv==1.8.0
Expand Down Expand Up @@ -158,19 +158,19 @@ python-dateutil==2.9.0.post0
python-json-logger==2.0.7
python-lsp-jsonrpc==1.1.2
python-lsp-ruff==2.2.0
python-lsp-server==1.10.0
python-lsp-server==1.10.1
pytoolconfig==1.3.1
pyyaml==6.0.1
pyzmq==25.1.2
qrules==0.10.1
referencing==0.33.0
referencing==0.34.0
requests==2.31.0
rfc3339-validator==0.1.4
rfc3986-validator==0.1.1
rich==13.7.1
rope==1.12.0
rpds-py==0.18.0
ruff==0.3.2
ruff==0.3.3
scipy==1.12.0
send2trash==1.8.2
six==1.16.0
Expand Down Expand Up @@ -211,7 +211,7 @@ tornado==6.4
tox==4.14.1
tqdm==4.66.2
traitlets==5.14.2
types-python-dateutil==2.8.19.20240311
types-python-dateutil==2.9.0.20240316
typing-extensions==4.10.0
ujson==5.9.0
uri-template==1.3.0
Expand All @@ -225,7 +225,7 @@ werkzeug==3.0.1
wheel==0.43.0
widgetsnbextension==4.0.10
wrapt==1.16.0
zipp==3.17.0
zipp==3.18.1

# The following packages were excluded from the output:
# setuptools
24 changes: 12 additions & 12 deletions .constraints/py3.12.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ async-lru==2.0.4
attrs==23.2.0
babel==2.14.0
beautifulsoup4==4.12.3
black==24.2.0
black==24.3.0
bleach==6.1.0
cachetools==5.3.3
cattrs==23.2.3
Expand All @@ -28,7 +28,7 @@ cloudpickle==3.0.0
colorama==0.4.6
comm==0.2.2
contourpy==1.2.0
coverage==7.4.3
coverage==7.4.4
cycler==0.12.1
debugpy==1.8.1
decorator==5.1.1
Expand All @@ -42,7 +42,7 @@ executing==2.0.1
fastjsonschema==2.19.1
filelock==3.13.1
flatbuffers==24.3.7
fonttools==4.49.0
fonttools==4.50.0
fqdn==1.5.1
gast==0.5.4
gitdb==4.0.11
Expand Down Expand Up @@ -73,7 +73,7 @@ jax==0.4.25
jaxlib==0.4.25
jedi==0.19.1
jinja2==3.1.3
json5==0.9.22
json5==0.9.24
jsonpointer==2.4
jsonschema==4.21.1
jsonschema-specifications==2023.12.1
Expand All @@ -85,7 +85,7 @@ jupyter-lsp==2.2.4
jupyter-server==2.13.0
jupyter-server-mathjax==0.2.6
jupyter-server-terminals==0.5.3
jupyterlab==4.1.4
jupyterlab==4.1.5
jupyterlab-code-formatter==2.2.1
jupyterlab-git==0.50.0
jupyterlab-lsp==5.1.0
Expand All @@ -100,7 +100,7 @@ libclang==16.0.6
livereload==2.6.3
llvmlite==0.42.0
lsprotocol==2023.0.1
markdown==3.5.2
markdown==3.6
markdown-it-py==3.0.0
markupsafe==2.1.5
matplotlib==3.8.3
Expand All @@ -117,7 +117,7 @@ namex==0.0.7
nbclient==0.6.8
nbconvert==7.16.2
nbdime==4.0.1
nbformat==5.10.2
nbformat==5.10.3
nbmake==1.5.3
nest-asyncio==1.6.0
nodeenv==1.8.0
Expand Down Expand Up @@ -158,19 +158,19 @@ python-dateutil==2.9.0.post0
python-json-logger==2.0.7
python-lsp-jsonrpc==1.1.2
python-lsp-ruff==2.2.0
python-lsp-server==1.10.0
python-lsp-server==1.10.1
pytoolconfig==1.3.1
pyyaml==6.0.1
pyzmq==25.1.2
qrules==0.10.1
referencing==0.33.0
referencing==0.34.0
requests==2.31.0
rfc3339-validator==0.1.4
rfc3986-validator==0.1.1
rich==13.7.1
rope==1.12.0
rpds-py==0.18.0
ruff==0.3.2
ruff==0.3.3
scipy==1.12.0
send2trash==1.8.2
six==1.16.0
Expand Down Expand Up @@ -210,7 +210,7 @@ tornado==6.4
tox==4.14.1
tqdm==4.66.2
traitlets==5.14.2
types-python-dateutil==2.8.19.20240311
types-python-dateutil==2.9.0.20240316
typing-extensions==4.10.0
ujson==5.9.0
uri-template==1.3.0
Expand All @@ -224,7 +224,7 @@ werkzeug==3.0.1
wheel==0.43.0
widgetsnbextension==4.0.10
wrapt==1.16.0
zipp==3.17.0
zipp==3.18.1

# The following packages were excluded from the output:
# setuptools
Loading

0 comments on commit 0eafbba

Please sign in to comment.