Skip to content

Commit

Permalink
ci: update pip constraints and pre-commit config (#145)
Browse files Browse the repository at this point in the history
* build(deps): bump actions/setup-python from 2 to 3

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: GitHub <noreply@github.com>
  • Loading branch information
3 people committed May 22, 2022
1 parent 69344a8 commit 55f3da2
Show file tree
Hide file tree
Showing 11 changed files with 72 additions and 72 deletions.
40 changes: 20 additions & 20 deletions .constraints/py3.7.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# pip-compile --extra=dev --no-annotate --output-file=.constraints/py3.7.txt --strip-extras setup.py
#
alabaster==0.7.12
anyio==3.5.0
anyio==3.6.1
aquirdturtle-collapsible-headings==3.1.0
argon2-cffi==21.3.0
argon2-cffi-bindings==21.2.0
Expand All @@ -15,7 +15,7 @@ backcall==0.2.0
beautifulsoup4==4.11.1
black==22.3.0
bleach==5.0.0
certifi==2021.10.8
certifi==2022.5.18.1
cffi==1.15.0
cfgv==3.3.1
charset-normalizer==2.0.12
Expand All @@ -30,14 +30,14 @@ docutils==0.17.1
entrypoints==0.4
execnet==1.9.0
fastjsonschema==2.15.3
filelock==3.6.0
filelock==3.7.0
fonttools==4.33.3
graphviz==0.20
greenlet==1.1.2
identify==2.5.0
identify==2.5.1
idna==3.3
imagesize==1.3.0
importlib-metadata==4.11.3
importlib-metadata==4.11.4
iniconfig==1.1.1
ipykernel==6.13.0
ipympl==0.9.1
Expand All @@ -47,20 +47,20 @@ ipywidgets==7.7.0
isort==5.10.1
jedi==0.18.1
jinja2==3.1.2
json5==0.9.6
json5==0.9.8
jsonschema==3.2.0
jupyter==1.0.0
jupyter-cache==0.5.0
jupyter-client==7.3.0
jupyter-client==7.3.1
jupyter-console==6.4.3
jupyter-core==4.10.0
jupyter-server==1.17.0
jupyterlab==3.4.0
jupyterlab==3.4.2
jupyterlab-code-formatter==1.4.11
jupyterlab-markup==1.1.0
jupyterlab-myst==0.1.6
jupyterlab-pygments==0.2.2
jupyterlab-server==2.13.0
jupyterlab-server==2.14.0
jupyterlab-widgets==1.1.0
kiwisolver==1.4.2
latexcodec==2.0.1
Expand All @@ -74,7 +74,7 @@ mdurl==0.1.1
mistune==0.8.4
mpl-interactions==0.21.0
mypy-extensions==0.4.3
myst-nb==0.14.0
myst-nb==0.15.0
myst-parser==0.17.2
nbclassic==0.3.7
nbclient==0.5.13
Expand All @@ -92,30 +92,30 @@ parso==0.8.3
pathspec==0.9.0
pexpect==4.8.0
pickleshare==0.7.5
pillow==9.1.0
pillow==9.1.1
platformdirs==2.5.2
pluggy==1.0.0
pre-commit==2.18.1
pre-commit==2.19.0
prometheus-client==0.14.1
prompt-toolkit==3.0.29
psutil==5.9.0
psutil==5.9.1
ptyprocess==0.7.0
py==1.11.0
pybtex==0.24.0
pybtex-docutils==1.0.1
pycparser==2.21
pydantic==1.9.0
pydantic==1.9.1
pydata-sphinx-theme==0.8.1
pygments==2.12.0
pyparsing==3.0.8
pyparsing==3.0.9
pyrsistent==0.18.1
pytest==7.1.2
pytest-forked==1.4.0
pytest-xdist==2.5.0
python-dateutil==2.8.2
pytz==2022.1
pyyaml==6.0
pyzmq==22.3.0
pyzmq==23.0.0
qtconsole==5.3.0
qtpy==2.1.0
requests==2.27.1
Expand All @@ -142,20 +142,20 @@ sphinxcontrib-devhelp==1.0.2
sphinxcontrib-hep-pdgref==0.1.4
sphinxcontrib-htmlhelp==2.0.0
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-needs==0.7.8
sphinxcontrib-needs==0.7.9
sphinxcontrib-plantuml==0.23
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.5
sqlalchemy==1.4.36
tabulate==0.8.9
terminado==0.13.3
terminado==0.15.0
tinycss2==1.1.1
toml==0.10.2
tomli==2.0.1
tornado==6.1
tox==3.25.0
traitlets==5.1.1
typed-ast==1.5.3
traitlets==5.2.1.post0
typed-ast==1.5.4
typing-extensions==4.2.0
urllib3==1.26.9
virtualenv==20.14.1
Expand Down
40 changes: 20 additions & 20 deletions .constraints/py3.8.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# pip-compile --extra=dev --no-annotate --output-file=.constraints/py3.8.txt --strip-extras setup.py
#
alabaster==0.7.12
anyio==3.5.0
anyio==3.6.1
aquirdturtle-collapsible-headings==3.1.0
argon2-cffi==21.3.0
argon2-cffi-bindings==21.2.0
Expand All @@ -16,7 +16,7 @@ backcall==0.2.0
beautifulsoup4==4.11.1
black==22.3.0
bleach==5.0.0
certifi==2021.10.8
certifi==2022.5.18.1
cffi==1.15.0
cfgv==3.3.1
charset-normalizer==2.0.12
Expand All @@ -32,14 +32,14 @@ entrypoints==0.4
execnet==1.9.0
executing==0.8.3
fastjsonschema==2.15.3
filelock==3.6.0
filelock==3.7.0
fonttools==4.33.3
graphviz==0.20
greenlet==1.1.2
identify==2.5.0
identify==2.5.1
idna==3.3
imagesize==1.3.0
importlib-metadata==4.11.3
importlib-metadata==4.11.4
iniconfig==1.1.1
ipykernel==6.13.0
ipympl==0.9.1
Expand All @@ -49,20 +49,20 @@ ipywidgets==7.7.0
isort==5.10.1
jedi==0.18.1
jinja2==3.1.2
json5==0.9.6
json5==0.9.8
jsonschema==3.2.0
jupyter==1.0.0
jupyter-cache==0.5.0
jupyter-client==7.3.0
jupyter-client==7.3.1
jupyter-console==6.4.3
jupyter-core==4.10.0
jupyter-server==1.17.0
jupyterlab==3.4.0
jupyterlab==3.4.2
jupyterlab-code-formatter==1.4.11
jupyterlab-markup==1.1.0
jupyterlab-myst==0.1.6
jupyterlab-pygments==0.2.2
jupyterlab-server==2.13.0
jupyterlab-server==2.14.0
jupyterlab-widgets==1.1.0
kiwisolver==1.4.2
latexcodec==2.0.1
Expand All @@ -76,7 +76,7 @@ mdurl==0.1.1
mistune==0.8.4
mpl-interactions==0.21.0
mypy-extensions==0.4.3
myst-nb==0.14.0
myst-nb==0.15.0
myst-parser==0.17.2
nbclassic==0.3.7
nbclient==0.5.13
Expand All @@ -87,38 +87,38 @@ nest-asyncio==1.5.5
nodeenv==1.6.0
notebook==6.4.11
notebook-shim==0.1.0
numpy==1.22.3
numpy==1.22.4
packaging==21.3
pandocfilters==1.5.0
parso==0.8.3
pathspec==0.9.0
pexpect==4.8.0
pickleshare==0.7.5
pillow==9.1.0
pillow==9.1.1
platformdirs==2.5.2
pluggy==1.0.0
pre-commit==2.18.1
pre-commit==2.19.0
prometheus-client==0.14.1
prompt-toolkit==3.0.29
psutil==5.9.0
psutil==5.9.1
ptyprocess==0.7.0
pure-eval==0.2.2
py==1.11.0
pybtex==0.24.0
pybtex-docutils==1.0.1
pycparser==2.21
pydantic==1.9.0
pydantic==1.9.1
pydata-sphinx-theme==0.8.1
pygments==2.12.0
pyparsing==3.0.8
pyparsing==3.0.9
pyrsistent==0.18.1
pytest==7.1.2
pytest-forked==1.4.0
pytest-xdist==2.5.0
python-dateutil==2.8.2
pytz==2022.1
pyyaml==6.0
pyzmq==22.3.0
pyzmq==23.0.0
qtconsole==5.3.0
qtpy==2.1.0
requests==2.27.1
Expand All @@ -145,20 +145,20 @@ sphinxcontrib-devhelp==1.0.2
sphinxcontrib-hep-pdgref==0.1.4
sphinxcontrib-htmlhelp==2.0.0
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-needs==0.7.8
sphinxcontrib-needs==0.7.9
sphinxcontrib-plantuml==0.23
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.5
sqlalchemy==1.4.36
stack-data==0.2.0
tabulate==0.8.9
terminado==0.13.3
terminado==0.15.0
tinycss2==1.1.1
toml==0.10.2
tomli==2.0.1
tornado==6.1
tox==3.25.0
traitlets==5.1.1
traitlets==5.2.1.post0
typing-extensions==4.2.0
urllib3==1.26.9
virtualenv==20.14.1
Expand Down
Loading

0 comments on commit 55f3da2

Please sign in to comment.