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 Jul 4, 2023
1 parent 18196b6 commit 227ccc0
Show file tree
Hide file tree
Showing 6 changed files with 65 additions and 65 deletions.
28 changes: 14 additions & 14 deletions .constraints/py3.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ defusedxml==0.7.1
distlib==0.3.6
docutils==0.19
esbonio==0.16.1
exceptiongroup==1.1.1
exceptiongroup==1.1.2
executing==1.2.0
fastjsonschema==2.17.1
filelock==3.12.2
Expand All @@ -52,7 +52,7 @@ idna==3.4
imagesize==1.4.1
importlib-metadata==6.7.0
iniconfig==2.0.0
ipykernel==6.23.2
ipykernel==6.24.0
ipympl==0.9.3
ipython==8.14.0
ipython-genutils==0.2.0
Expand All @@ -66,18 +66,18 @@ jsonpointer==2.4
jsonschema==4.17.3
jupyter==1.0.0
jupyter-cache==0.6.1
jupyter-client==8.2.0
jupyter-client==8.3.0
jupyter-console==6.6.3
jupyter-core==5.3.1
jupyter-events==0.6.3
jupyter-server==2.6.0
jupyter-server==2.7.0
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.4
jupyterlab==3.6.5
jupyterlab-code-formatter==2.2.1
jupyterlab-myst==1.2.0
jupyterlab-myst==2.0.0
jupyterlab-pygments==0.2.2
jupyterlab-server==2.23.0
jupyterlab-widgets==3.0.7
Expand All @@ -92,7 +92,7 @@ matplotlib-inline==0.1.6
mdit-py-plugins==0.3.5
mdurl==0.1.2
mistune==3.0.1
mpl-interactions==0.23.0
mpl-interactions==0.23.1
mypy-extensions==1.0.0
myst-nb==0.17.2
myst-parser==0.18.1
Expand All @@ -113,8 +113,8 @@ parso==0.8.3
pathspec==0.11.1
pexpect==4.8.0
pickleshare==0.7.5
pillow==9.5.0
platformdirs==3.7.0
pillow==10.0.0
platformdirs==3.8.0
pluggy==1.2.0
pre-commit==3.3.3
prometheus-client==0.17.0
Expand All @@ -125,15 +125,15 @@ pure-eval==0.2.2
pybtex==0.24.0
pybtex-docutils==1.0.2
pycparser==2.21
pydantic==1.10.9
pydantic==1.10.10
pydata-sphinx-theme==0.13.3
pygls==1.0.2
pygments==2.15.1
pyparsing==3.1.0
pyproject-api==1.5.2
pyrsistent==0.19.3
pyspellchecker==0.7.2
pytest==7.3.2
pytest==7.4.0
python-dateutil==2.8.2
python-json-logger==2.0.7
pyyaml==6.0
Expand Down Expand Up @@ -170,7 +170,7 @@ sphinxcontrib-jsmath==1.0.1
sphinxcontrib-plantuml==0.25
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.5
sqlalchemy==2.0.16
sqlalchemy==2.0.17
stack-data==0.6.2
tabulate==0.9.0
terminado==0.17.1
Expand All @@ -180,14 +180,14 @@ tornado==6.3.2
tox==4.6.3
traitlets==5.9.0
typeguard==3.0.2
typing-extensions==4.6.3
typing-extensions==4.7.1
uri-template==1.3.0
urllib3==2.0.3
virtualenv==20.23.1
wcwidth==0.2.6
webcolors==1.13
webencodings==0.5.1
websocket-client==1.6.0
websocket-client==1.6.1
wheel==0.40.0
widgetsnbextension==4.0.7
y-py==0.5.9
Expand Down
26 changes: 13 additions & 13 deletions .constraints/py3.11.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ idna==3.4
imagesize==1.4.1
importlib-metadata==6.7.0
iniconfig==2.0.0
ipykernel==6.23.2
ipykernel==6.24.0
ipympl==0.9.3
ipython==8.14.0
ipython-genutils==0.2.0
Expand All @@ -65,18 +65,18 @@ jsonpointer==2.4
jsonschema==4.17.3
jupyter==1.0.0
jupyter-cache==0.6.1
jupyter-client==8.2.0
jupyter-client==8.3.0
jupyter-console==6.6.3
jupyter-core==5.3.1
jupyter-events==0.6.3
jupyter-server==2.6.0
jupyter-server==2.7.0
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.4
jupyterlab==3.6.5
jupyterlab-code-formatter==2.2.1
jupyterlab-myst==1.2.0
jupyterlab-myst==2.0.0
jupyterlab-pygments==0.2.2
jupyterlab-server==2.23.0
jupyterlab-widgets==3.0.7
Expand All @@ -91,7 +91,7 @@ matplotlib-inline==0.1.6
mdit-py-plugins==0.3.5
mdurl==0.1.2
mistune==3.0.1
mpl-interactions==0.23.0
mpl-interactions==0.23.1
mypy-extensions==1.0.0
myst-nb==0.17.2
myst-parser==0.18.1
Expand All @@ -112,8 +112,8 @@ parso==0.8.3
pathspec==0.11.1
pexpect==4.8.0
pickleshare==0.7.5
pillow==9.5.0
platformdirs==3.7.0
pillow==10.0.0
platformdirs==3.8.0
pluggy==1.2.0
pre-commit==3.3.3
prometheus-client==0.17.0
Expand All @@ -124,15 +124,15 @@ pure-eval==0.2.2
pybtex==0.24.0
pybtex-docutils==1.0.2
pycparser==2.21
pydantic==1.10.9
pydantic==1.10.10
pydata-sphinx-theme==0.13.3
pygls==1.0.2
pygments==2.15.1
pyparsing==3.1.0
pyproject-api==1.5.2
pyrsistent==0.19.3
pyspellchecker==0.7.2
pytest==7.3.2
pytest==7.4.0
python-dateutil==2.8.2
python-json-logger==2.0.7
pyyaml==6.0
Expand Down Expand Up @@ -169,7 +169,7 @@ sphinxcontrib-jsmath==1.0.1
sphinxcontrib-plantuml==0.25
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.5
sqlalchemy==2.0.16
sqlalchemy==2.0.17
stack-data==0.6.2
tabulate==0.9.0
terminado==0.17.1
Expand All @@ -178,14 +178,14 @@ tornado==6.3.2
tox==4.6.3
traitlets==5.9.0
typeguard==3.0.2
typing-extensions==4.6.3
typing-extensions==4.7.1
uri-template==1.3.0
urllib3==2.0.3
virtualenv==20.23.1
wcwidth==0.2.6
webcolors==1.13
webencodings==0.5.1
websocket-client==1.6.0
websocket-client==1.6.1
wheel==0.40.0
widgetsnbextension==4.0.7
y-py==0.5.9
Expand Down
16 changes: 8 additions & 8 deletions .constraints/py3.7.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ distlib==0.3.6
docutils==0.17.1
entrypoints==0.4
esbonio==0.16.1
exceptiongroup==1.1.1
exceptiongroup==1.1.2
fastjsonschema==2.17.1
filelock==3.12.2
fonttools==4.38.0
Expand Down Expand Up @@ -73,7 +73,7 @@ jupyter-server==1.24.0
jupyter-server-fileid==0.9.0
jupyter-server-ydoc==0.8.0
jupyter-ydoc==0.2.4
jupyterlab==3.6.4
jupyterlab==3.6.5
jupyterlab-code-formatter==2.2.1
jupyterlab-myst==1.2.0
jupyterlab-pygments==0.2.2
Expand All @@ -90,7 +90,7 @@ matplotlib-inline==0.1.6
mdit-py-plugins==0.3.5
mdurl==0.1.2
mistune==3.0.1
mpl-interactions==0.23.0
mpl-interactions==0.23.1
mypy-extensions==1.0.0
myst-nb==0.17.2
myst-parser==0.18.1
Expand All @@ -112,7 +112,7 @@ pexpect==4.8.0
pickleshare==0.7.5
pillow==9.5.0
pkgutil-resolve-name==1.3.10
platformdirs==3.7.0
platformdirs==3.8.0
pluggy==1.2.0
pre-commit==2.21.0
prometheus-client==0.17.0
Expand All @@ -122,15 +122,15 @@ ptyprocess==0.7.0
pybtex==0.24.0
pybtex-docutils==1.0.2
pycparser==2.21
pydantic==1.10.9
pydantic==1.10.10
pydata-sphinx-theme==0.13.3
pygls==1.0.2
pygments==2.15.1
pyparsing==3.1.0
pyproject-api==1.5.2
pyrsistent==0.19.3
pyspellchecker==0.7.2
pytest==7.3.2
pytest==7.4.0
python-dateutil==2.8.2
python-json-logger==2.0.7
pytz==2023.3
Expand Down Expand Up @@ -178,14 +178,14 @@ tox==4.6.3
traitlets==5.9.0
typed-ast==1.5.4
typeguard==3.0.2
typing-extensions==4.6.3
typing-extensions==4.7.1
uri-template==1.3.0
urllib3==2.0.3
virtualenv==20.23.1
wcwidth==0.2.6
webcolors==1.13
webencodings==0.5.1
websocket-client==1.6.0
websocket-client==1.6.1
wheel==0.40.0
widgetsnbextension==4.0.7
y-py==0.5.9
Expand Down
30 changes: 15 additions & 15 deletions .constraints/py3.8.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ defusedxml==0.7.1
distlib==0.3.6
docutils==0.19
esbonio==0.16.1
exceptiongroup==1.1.1
exceptiongroup==1.1.2
executing==1.2.0
fastjsonschema==2.17.1
filelock==3.12.2
Expand All @@ -53,7 +53,7 @@ imagesize==1.4.1
importlib-metadata==6.7.0
importlib-resources==5.12.0
iniconfig==2.0.0
ipykernel==6.23.2
ipykernel==6.24.0
ipympl==0.9.3
ipython==8.12.2
ipython-genutils==0.2.0
Expand All @@ -67,18 +67,18 @@ jsonpointer==2.4
jsonschema==4.17.3
jupyter==1.0.0
jupyter-cache==0.6.1
jupyter-client==8.2.0
jupyter-client==8.3.0
jupyter-console==6.6.3
jupyter-core==5.3.1
jupyter-events==0.6.3
jupyter-server==2.6.0
jupyter-server==2.7.0
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.4
jupyterlab==3.6.5
jupyterlab-code-formatter==2.2.1
jupyterlab-myst==1.2.0
jupyterlab-myst==2.0.0
jupyterlab-pygments==0.2.2
jupyterlab-server==2.23.0
jupyterlab-widgets==3.0.7
Expand All @@ -93,7 +93,7 @@ matplotlib-inline==0.1.6
mdit-py-plugins==0.3.5
mdurl==0.1.2
mistune==3.0.1
mpl-interactions==0.23.0
mpl-interactions==0.23.1
mypy-extensions==1.0.0
myst-nb==0.17.2
myst-parser==0.18.1
Expand All @@ -106,17 +106,17 @@ nest-asyncio==1.5.6
nodeenv==1.8.0
notebook==6.5.4
notebook-shim==0.2.3
numpy==1.24.3
numpy==1.24.4
overrides==7.3.1
packaging==23.1
pandocfilters==1.5.0
parso==0.8.3
pathspec==0.11.1
pexpect==4.8.0
pickleshare==0.7.5
pillow==9.5.0
pillow==10.0.0
pkgutil-resolve-name==1.3.10
platformdirs==3.7.0
platformdirs==3.8.0
pluggy==1.2.0
pre-commit==3.3.3
prometheus-client==0.17.0
Expand All @@ -127,15 +127,15 @@ pure-eval==0.2.2
pybtex==0.24.0
pybtex-docutils==1.0.2
pycparser==2.21
pydantic==1.10.9
pydantic==1.10.10
pydata-sphinx-theme==0.13.3
pygls==1.0.2
pygments==2.15.1
pyparsing==3.1.0
pyproject-api==1.5.2
pyrsistent==0.19.3
pyspellchecker==0.7.2
pytest==7.3.2
pytest==7.4.0
python-dateutil==2.8.2
python-json-logger==2.0.7
pytz==2023.3
Expand Down Expand Up @@ -173,7 +173,7 @@ sphinxcontrib-jsmath==1.0.1
sphinxcontrib-plantuml==0.25
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.5
sqlalchemy==2.0.16
sqlalchemy==2.0.17
stack-data==0.6.2
tabulate==0.9.0
terminado==0.17.1
Expand All @@ -183,14 +183,14 @@ tornado==6.3.2
tox==4.6.3
traitlets==5.9.0
typeguard==3.0.2
typing-extensions==4.6.3
typing-extensions==4.7.1
uri-template==1.3.0
urllib3==2.0.3
virtualenv==20.23.1
wcwidth==0.2.6
webcolors==1.13
webencodings==0.5.1
websocket-client==1.6.0
websocket-client==1.6.1
wheel==0.40.0
widgetsnbextension==4.0.7
y-py==0.5.9
Expand Down
Loading

0 comments on commit 227ccc0

Please sign in to comment.