Skip to content

Commit

Permalink
ci: update pip constraints and pre-commit config (#164)
Browse files Browse the repository at this point in the history
* docs: update GitPod badge
* docs: update vscode.dev badge
* ci: add black target version py3.10
* ci: update pip constraints and pre-commit config

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 21, 2022
1 parent 0675196 commit fdb2714
Show file tree
Hide file tree
Showing 10 changed files with 148 additions and 143 deletions.
59 changes: 30 additions & 29 deletions .constraints/py3.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ execnet==1.9.0
executing==0.8.3
filelock==3.6.0
flake8==4.0.1
flake8-blind-except==0.2.0
flake8-bugbear==22.1.11
flake8-blind-except==0.2.1
flake8-bugbear==22.3.20
flake8-builtins==1.5.3
flake8-comprehensions==3.8.0
flake8-plugin-utils==1.3.2
Expand All @@ -51,15 +51,15 @@ gprof2dot==2021.2.21
graphviz==0.19.1
greenlet==1.1.2
hepunits==2.2.0
identify==2.4.11
identify==2.4.12
idna==3.3
imagesize==1.3.0
importlib-metadata==4.11.2
importlib-metadata==4.11.3
iniconfig==1.1.1
ipykernel==6.9.1
ipykernel==6.9.2
ipython==8.1.1
ipython-genutils==0.2.0
ipywidgets==7.6.5
ipywidgets==7.7.0
isort==5.10.1
jedi==0.18.1
jinja2==3.0.3
Expand All @@ -68,40 +68,40 @@ jsonschema==4.4.0
jupyter==1.0.0
jupyter-cache==0.4.3
jupyter-client==7.1.2
jupyter-console==6.4.2
jupyter-console==6.4.3
jupyter-core==4.9.2
jupyter-server==1.13.5
jupyter-server==1.15.6
jupyter-server-mathjax==0.2.5
jupyter-sphinx==0.3.2
jupyterlab==3.3.0
jupyterlab==3.3.2
jupyterlab-code-formatter==1.4.10
jupyterlab-markup==1.0.1
jupyterlab-myst==0.1.6 ; python_version >= "3.7.0"
jupyterlab-pygments==0.1.2
jupyterlab-server==2.10.3
jupyterlab-widgets==1.0.2
jupyterlab-server==2.11.2
jupyterlab-widgets==1.1.0
latexcodec==2.0.1
lazy-object-proxy==1.7.1
livereload==2.6.3
markdown-it-py==1.1.0
markupsafe==2.1.0
markupsafe==2.1.1
matplotlib-inline==0.1.3
mccabe==0.6.1
mdit-py-plugins==0.2.8
mistune==0.8.4
mypy==0.931
mypy==0.941
mypy-extensions==0.4.3
myst-nb==0.13.2
myst-parser==0.15.2
nbclassic==0.3.6
nbclient==0.5.12
nbconvert==6.4.2
nbclassic==0.3.7
nbclient==0.5.13
nbconvert==6.4.4
nbdime==3.1.1
nbformat==5.1.3
nbmake==1.2
nbformat==5.2.0
nbmake==1.3.0
nest-asyncio==1.5.4
nodeenv==1.6.0
notebook==6.4.8
notebook==6.4.10
notebook-shim==0.1.0
packaging==21.3
pandocfilters==1.5.0
Expand All @@ -118,6 +118,7 @@ pluggy==1.0.0
pre-commit==2.17.0
prometheus-client==0.13.1
prompt-toolkit==3.0.28
psutil==5.9.0
ptyprocess==0.7.0
pure-eval==0.2.2
py==1.11.0
Expand All @@ -134,14 +135,14 @@ pygments==2.11.2
pylint==2.12.2
pyparsing==3.0.7
pyrsistent==0.18.1
pytest==6.2.5
pytest==7.1.1
pytest-cov==3.0.0
pytest-forked==1.4.0
pytest-profiling==1.7.0
pytest-xdist==2.5.0
python-constraint==1.4.0
python-dateutil==2.8.2
pytz==2021.3
pytz==2022.1
pyyaml==6.0
pyzmq==22.3.0
qtconsole==5.2.2
Expand Down Expand Up @@ -174,7 +175,7 @@ sphinxcontrib-serializinghtml==1.1.5
sphobjinv==2.2.1
sqlalchemy==1.4.32
stack-data==0.2.0
terminado==0.13.2
terminado==0.13.3
testpath==0.6.0
toml==0.10.2
tomli==2.0.1
Expand All @@ -184,18 +185,18 @@ tqdm==4.63.0
traitlets==5.1.1
types-docutils==0.18.0
types-pkg-resources==0.1.3
types-pyyaml==6.0.4
types-requests==2.27.11
types-setuptools==57.4.9
types-urllib3==1.26.10
types-pyyaml==6.0.5
types-requests==2.27.14
types-setuptools==57.4.11
types-urllib3==1.26.11
typing-extensions==4.1.1
urllib3==1.26.8
virtualenv==20.13.2
urllib3==1.26.9
virtualenv==20.13.4
wcwidth==0.2.5
webencodings==0.5.1
websocket-client==1.3.1
wheel==0.37.1
widgetsnbextension==3.5.2
widgetsnbextension==3.6.0
wrapt==1.13.3
zipp==3.7.0

Expand Down
34 changes: 17 additions & 17 deletions .constraints/py3.6.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ entrypoints==0.4
execnet==1.9.0
filelock==3.4.1
flake8==4.0.1
flake8-blind-except==0.2.0
flake8-bugbear==22.1.11
flake8-blind-except==0.2.1
flake8-bugbear==22.3.20
flake8-builtins==1.5.3
flake8-comprehensions==3.7.0
flake8-plugin-utils==1.3.2
Expand All @@ -60,7 +60,7 @@ iniconfig==1.1.1
ipykernel==5.5.6
ipython==7.16.3
ipython-genutils==0.2.0
ipywidgets==7.6.5
ipywidgets==7.7.0
isort==5.10.1
jedi==0.17.2
jinja2==3.0.3
Expand All @@ -69,7 +69,7 @@ jsonschema==3.2.0
jupyter==1.0.0
jupyter-cache==0.4.3
jupyter-client==7.1.2
jupyter-console==6.4.2
jupyter-console==6.4.3
jupyter-core==4.9.2
jupyter-server==1.13.1
jupyter-server-mathjax==0.2.3
Expand All @@ -78,7 +78,7 @@ jupyterlab==3.2.9
jupyterlab-code-formatter==1.4.10
jupyterlab-pygments==0.1.2
jupyterlab-server==2.10.3
jupyterlab-widgets==1.0.2
jupyterlab-widgets==1.1.0
latexcodec==2.0.1
lazy-object-proxy==1.7.1
livereload==2.6.3
Expand All @@ -87,7 +87,7 @@ markupsafe==2.0.1
mccabe==0.6.1
mdit-py-plugins==0.2.8
mistune==0.8.4
mypy==0.931
mypy==0.941
mypy-extensions==0.4.3
myst-nb==0.13.2
myst-parser==0.15.2
Expand All @@ -96,10 +96,10 @@ nbclient==0.5.9
nbconvert==6.0.7
nbdime==3.1.1
nbformat==5.1.3
nbmake==1.2
nbmake==1.2.1
nest-asyncio==1.5.4
nodeenv==1.6.0
notebook==6.4.8
notebook==6.4.10
packaging==21.3
pandocfilters==1.5.0
parso==0.7.1
Expand Down Expand Up @@ -130,14 +130,14 @@ pygments==2.11.2
pylint==2.12.2
pyparsing==3.0.7
pyrsistent==0.18.0
pytest==6.2.5
pytest==7.0.1
pytest-cov==3.0.0
pytest-forked==1.4.0
pytest-profiling==1.7.0
pytest-xdist==2.5.0
python-constraint==1.4.0
python-dateutil==2.8.2
pytz==2021.3
pytz==2022.1
pyyaml==6.0
pyzmq==22.3.0
qtconsole==5.2.2
Expand Down Expand Up @@ -180,18 +180,18 @@ traitlets==4.3.3
typed-ast==1.5.2
types-docutils==0.18.0
types-pkg-resources==0.1.3
types-pyyaml==6.0.4
types-requests==2.27.11
types-setuptools==57.4.9
types-urllib3==1.26.10
types-pyyaml==6.0.5
types-requests==2.27.14
types-setuptools==57.4.11
types-urllib3==1.26.11
typing-extensions==4.1.1 ; python_version < "3.10.0"
urllib3==1.26.8
virtualenv==20.13.2
urllib3==1.26.9
virtualenv==20.13.4
wcwidth==0.2.5
webencodings==0.5.1
websocket-client==1.3.1
wheel==0.37.1
widgetsnbextension==3.5.2
widgetsnbextension==3.6.0
wrapt==1.13.3
zipp==3.6.0

Expand Down
57 changes: 29 additions & 28 deletions .constraints/py3.7.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ entrypoints==0.4
execnet==1.9.0
filelock==3.6.0
flake8==4.0.1
flake8-blind-except==0.2.0
flake8-bugbear==22.1.11
flake8-blind-except==0.2.1
flake8-bugbear==22.3.20
flake8-builtins==1.5.3
flake8-comprehensions==3.8.0
flake8-plugin-utils==1.3.2
Expand All @@ -48,16 +48,16 @@ gprof2dot==2021.2.21
graphviz==0.19.1
greenlet==1.1.2
hepunits==2.2.0
identify==2.4.11
identify==2.4.12
idna==3.3
imagesize==1.3.0
importlib-metadata==4.2.0
importlib-resources==5.4.0
iniconfig==1.1.1
ipykernel==6.9.1
ipykernel==6.9.2
ipython==7.32.0
ipython-genutils==0.2.0
ipywidgets==7.6.5
ipywidgets==7.7.0
isort==5.10.1
jedi==0.18.1
jinja2==3.0.3
Expand All @@ -66,40 +66,40 @@ jsonschema==4.4.0
jupyter==1.0.0
jupyter-cache==0.4.3
jupyter-client==7.1.2
jupyter-console==6.4.2
jupyter-console==6.4.3
jupyter-core==4.9.2
jupyter-server==1.13.5
jupyter-server==1.15.6
jupyter-server-mathjax==0.2.5
jupyter-sphinx==0.3.2
jupyterlab==3.3.0
jupyterlab==3.3.2
jupyterlab-code-formatter==1.4.10
jupyterlab-markup==1.0.1
jupyterlab-myst==0.1.6 ; python_version >= "3.7.0"
jupyterlab-pygments==0.1.2
jupyterlab-server==2.10.3
jupyterlab-widgets==1.0.2
jupyterlab-server==2.11.2
jupyterlab-widgets==1.1.0
latexcodec==2.0.1
lazy-object-proxy==1.7.1
livereload==2.6.3
markdown-it-py==1.1.0
markupsafe==2.1.0
markupsafe==2.1.1
matplotlib-inline==0.1.3
mccabe==0.6.1
mdit-py-plugins==0.2.8
mistune==0.8.4
mypy==0.931
mypy==0.941
mypy-extensions==0.4.3
myst-nb==0.13.2
myst-parser==0.15.2
nbclassic==0.3.6
nbclient==0.5.12
nbconvert==6.4.2
nbclassic==0.3.7
nbclient==0.5.13
nbconvert==6.4.4
nbdime==3.1.1
nbformat==5.1.3
nbmake==1.2
nbformat==5.2.0
nbmake==1.3.0
nest-asyncio==1.5.4
nodeenv==1.6.0
notebook==6.4.8
notebook==6.4.10
notebook-shim==0.1.0
packaging==21.3
pandocfilters==1.5.0
Expand All @@ -116,6 +116,7 @@ pluggy==1.0.0
pre-commit==2.17.0
prometheus-client==0.13.1
prompt-toolkit==3.0.28
psutil==5.9.0
ptyprocess==0.7.0
py==1.11.0
pybtex==0.24.0
Expand All @@ -131,14 +132,14 @@ pygments==2.11.2
pylint==2.12.2
pyparsing==3.0.7
pyrsistent==0.18.1
pytest==6.2.5
pytest==7.1.1
pytest-cov==3.0.0
pytest-forked==1.4.0
pytest-profiling==1.7.0
pytest-xdist==2.5.0
python-constraint==1.4.0
python-dateutil==2.8.2
pytz==2021.3
pytz==2022.1
pyyaml==6.0
pyzmq==22.3.0
qtconsole==5.2.2
Expand Down Expand Up @@ -170,7 +171,7 @@ sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.5
sphobjinv==2.2.1
sqlalchemy==1.4.32
terminado==0.13.2
terminado==0.13.3
testpath==0.6.0
toml==0.10.2
tomli==2.0.1
Expand All @@ -181,18 +182,18 @@ traitlets==5.1.1
typed-ast==1.5.2
types-docutils==0.18.0
types-pkg-resources==0.1.3
types-pyyaml==6.0.4
types-requests==2.27.11
types-setuptools==57.4.9
types-urllib3==1.26.10
types-pyyaml==6.0.5
types-requests==2.27.14
types-setuptools==57.4.11
types-urllib3==1.26.11
typing-extensions==4.1.1 ; python_version < "3.10.0"
urllib3==1.26.8
virtualenv==20.13.2
urllib3==1.26.9
virtualenv==20.13.4
wcwidth==0.2.5
webencodings==0.5.1
websocket-client==1.3.1
wheel==0.37.1
widgetsnbextension==3.5.2
widgetsnbextension==3.6.0
wrapt==1.13.3
zipp==3.7.0

Expand Down
Loading

0 comments on commit fdb2714

Please sign in to comment.