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 2a7836e commit 3b448b3
Show file tree
Hide file tree
Showing 6 changed files with 69 additions and 69 deletions.
30 changes: 15 additions & 15 deletions .constraints/py3.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ deprecated==1.2.14
dill==0.3.6
distlib==0.3.6
docutils==0.19
exceptiongroup==1.1.1
exceptiongroup==1.1.2
execnet==1.9.0
executing==1.2.0
fastjsonschema==2.17.1
Expand All @@ -49,7 +49,7 @@ flake8-bugbear==23.6.5 ; python_version >= "3.8.0"
flake8-builtins==2.1.0 ; python_version >= "3.8.0"
flake8-comprehensions==3.13.0 ; python_version >= "3.8.0"
flake8-future-import==0.4.7 ; python_version >= "3.8.0"
flake8-plugin-utils==1.3.2
flake8-plugin-utils==1.3.3
flake8-pytest-style==1.7.2 ; python_version >= "3.8.0"
flake8-rst-docstrings==0.3.0 ; python_version >= "3.8.0"
flake8-type-ignore==0.1.0.post2 ; python_version >= "3.8.0"
Expand All @@ -64,7 +64,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
ipython==8.14.0
ipython-genutils==0.2.0
ipywidgets==8.0.6
Expand All @@ -76,17 +76,17 @@ json5==0.9.14
jsonpointer==2.4
jsonschema==4.17.3
jupyter-cache==0.6.1
jupyter-client==8.2.0
jupyter-client==8.3.0
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 ; python_version >= "3.7.0"
jupyterlab-myst==2.0.0 ; python_version >= "3.7.0"
jupyterlab-pygments==0.2.2
jupyterlab-server==2.23.0
jupyterlab-widgets==3.0.7
Expand All @@ -100,7 +100,7 @@ mccabe==0.7.0
mdit-py-plugins==0.3.5
mdurl==0.1.2
mistune==3.0.1
mypy==1.4.0
mypy==1.4.1
mypy-extensions==1.0.0
myst-nb==0.17.2
myst-parser==0.18.1
Expand All @@ -117,12 +117,12 @@ overrides==7.3.1
packaging==23.1
pandocfilters==1.5.0
parso==0.8.3
particle==0.22.1
particle==0.23.0
pathspec==0.11.1
pep8-naming==0.13.3 ; python_version >= "3.8.0"
pexpect==4.8.0
pickleshare==0.7.5
platformdirs==3.7.0
platformdirs==3.8.0
pluggy==1.2.0
pre-commit==3.3.3
prometheus-client==0.17.0
Expand All @@ -134,7 +134,7 @@ pybtex==0.24.0
pybtex-docutils==1.0.2
pycodestyle==2.10.0
pycparser==2.21
pydantic==1.10.9
pydantic==1.10.10
pydata-sphinx-theme==0.13.3
pydocstyle==6.3.0
pydot==1.4.2
Expand All @@ -144,7 +144,7 @@ pylint==2.17.4
pyparsing==3.1.0
pyproject-api==1.5.2
pyrsistent==0.19.3
pytest==7.3.2
pytest==7.4.0
pytest-cov==4.1.0
pytest-profiling==1.7.0
pytest-xdist==3.3.1
Expand Down Expand Up @@ -180,7 +180,7 @@ sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.5
sphobjinv==2.3.1
sqlalchemy==2.0.16
sqlalchemy==2.0.17
stack-data==0.6.2
tabulate==0.9.0
terminado==0.17.1
Expand All @@ -197,14 +197,14 @@ types-pyyaml==6.0.12.10
types-requests==2.31.0.1
types-setuptools==68.0.0.0
types-urllib3==1.26.25.13
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
wrapt==1.15.0
Expand Down
28 changes: 14 additions & 14 deletions .constraints/py3.11.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ flake8-bugbear==23.6.5 ; python_version >= "3.8.0"
flake8-builtins==2.1.0 ; python_version >= "3.8.0"
flake8-comprehensions==3.13.0 ; python_version >= "3.8.0"
flake8-future-import==0.4.7 ; python_version >= "3.8.0"
flake8-plugin-utils==1.3.2
flake8-plugin-utils==1.3.3
flake8-pytest-style==1.7.2 ; python_version >= "3.8.0"
flake8-rst-docstrings==0.3.0 ; python_version >= "3.8.0"
flake8-type-ignore==0.1.0.post2 ; python_version >= "3.8.0"
Expand All @@ -63,7 +63,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
ipython==8.14.0
ipython-genutils==0.2.0
ipywidgets==8.0.6
Expand All @@ -75,17 +75,17 @@ json5==0.9.14
jsonpointer==2.4
jsonschema==4.17.3
jupyter-cache==0.6.1
jupyter-client==8.2.0
jupyter-client==8.3.0
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 ; python_version >= "3.7.0"
jupyterlab-myst==2.0.0 ; python_version >= "3.7.0"
jupyterlab-pygments==0.2.2
jupyterlab-server==2.23.0
jupyterlab-widgets==3.0.7
Expand All @@ -99,7 +99,7 @@ mccabe==0.7.0
mdit-py-plugins==0.3.5
mdurl==0.1.2
mistune==3.0.1
mypy==1.4.0
mypy==1.4.1
mypy-extensions==1.0.0
myst-nb==0.17.2
myst-parser==0.18.1
Expand All @@ -116,12 +116,12 @@ overrides==7.3.1
packaging==23.1
pandocfilters==1.5.0
parso==0.8.3
particle==0.22.1
particle==0.23.0
pathspec==0.11.1
pep8-naming==0.13.3 ; python_version >= "3.8.0"
pexpect==4.8.0
pickleshare==0.7.5
platformdirs==3.7.0
platformdirs==3.8.0
pluggy==1.2.0
pre-commit==3.3.3
prometheus-client==0.17.0
Expand All @@ -133,7 +133,7 @@ pybtex==0.24.0
pybtex-docutils==1.0.2
pycodestyle==2.10.0
pycparser==2.21
pydantic==1.10.9
pydantic==1.10.10
pydata-sphinx-theme==0.13.3
pydocstyle==6.3.0
pydot==1.4.2
Expand All @@ -143,7 +143,7 @@ pylint==2.17.4
pyparsing==3.1.0
pyproject-api==1.5.2
pyrsistent==0.19.3
pytest==7.3.2
pytest==7.4.0
pytest-cov==4.1.0
pytest-profiling==1.7.0
pytest-xdist==3.3.1
Expand Down Expand Up @@ -179,7 +179,7 @@ sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.5
sphobjinv==2.3.1
sqlalchemy==2.0.16
sqlalchemy==2.0.17
stack-data==0.6.2
tabulate==0.9.0
terminado==0.17.1
Expand All @@ -195,14 +195,14 @@ types-pyyaml==6.0.12.10
types-requests==2.31.0.1
types-setuptools==68.0.0.0
types-urllib3==1.26.25.13
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
wrapt==1.15.0
Expand Down
18 changes: 9 additions & 9 deletions .constraints/py3.7.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dill==0.3.6
distlib==0.3.6
docutils==0.19
entrypoints==0.4
exceptiongroup==1.1.1
exceptiongroup==1.1.2
execnet==1.9.0
fastjsonschema==2.17.1
filelock==3.12.2
Expand Down Expand Up @@ -70,7 +70,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 ; python_version >= "3.7.0"
jupyterlab-pygments==0.2.2
Expand All @@ -86,7 +86,7 @@ mccabe==0.7.0
mdit-py-plugins==0.3.5
mdurl==0.1.2
mistune==3.0.1
mypy==1.4.0
mypy==1.4.1
mypy-extensions==1.0.0
myst-nb==0.17.2
myst-parser==0.18.1
Expand All @@ -102,12 +102,12 @@ notebook-shim==0.2.3
packaging==23.1
pandocfilters==1.5.0
parso==0.8.3
particle==0.22.1
particle==0.23.0
pathspec==0.11.1
pexpect==4.8.0
pickleshare==0.7.5
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 @@ -118,15 +118,15 @@ py==1.11.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
pydocstyle==6.3.0
pydot==1.4.2
pygments==2.15.1
pylint==2.17.4
pyparsing==3.1.0
pyrsistent==0.19.3
pytest==7.3.2
pytest==7.4.0
pytest-cov==4.1.0
pytest-profiling==1.7.0
pytest-xdist==3.3.1
Expand Down Expand Up @@ -179,14 +179,14 @@ types-pyyaml==6.0.12.10
types-requests==2.31.0.1
types-setuptools==68.0.0.0
types-urllib3==1.26.25.13
typing-extensions==4.6.3 ; python_version < "3.10.0"
typing-extensions==4.7.1 ; python_version < "3.10.0"
uri-template==1.3.0
urllib3==2.0.3
virtualenv==20.21.1 ; python_version < "3.8.0"
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
wrapt==1.15.0
Expand Down
Loading

0 comments on commit 3b448b3

Please sign in to comment.