Skip to content

Commit

Permalink
MAINT: update pip constraints and pre-commit (#15)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub <[email protected]>
  • Loading branch information
redeboer and web-flow authored Aug 15, 2023
1 parent 4e923a7 commit 3fb280e
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 23 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ repos:
- id: blacken-docs

- repo: https://github.com/streetsidesoftware/cspell-cli
rev: v6.31.1
rev: v7.0.0
hooks:
- id: cspell

Expand Down Expand Up @@ -74,6 +74,6 @@ repos:
metadata.vscode
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.0
rev: v3.0.1
hooks:
- id: prettier
10 changes: 5 additions & 5 deletions binder/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile --config=pyproject.toml --no-annotate --strip-extras binder/requirements.in
# pip-compile --no-annotate --strip-extras binder/requirements.in
#
asttokens==2.2.1
backcall==0.2.0
comm==0.1.3
comm==0.1.4
contourpy==1.1.0
cycler==0.11.0
decorator==5.1.1
executing==1.2.0
fonttools==4.41.1
importlib-resources==6.0.0
fonttools==4.42.0
importlib-resources==6.0.1
ipython==8.12.2
ipywidgets==8.1.0
jedi==0.19.0
Expand All @@ -29,7 +29,7 @@ pillow==10.0.0
prompt-toolkit==3.0.39
ptyprocess==0.7.0
pure-eval==0.2.2
pygments==2.15.1
pygments==2.16.1
pyparsing==3.0.9
python-dateutil==2.8.2
six==1.16.0
Expand Down
32 changes: 16 additions & 16 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,29 +21,29 @@ bleach==6.0.0
cachetools==5.3.1
certifi==2023.7.22
cffi==1.15.1
cfgv==3.3.1
cfgv==3.4.0
chardet==5.2.0
charset-normalizer==3.2.0
click==8.1.6
colorama==0.4.6
comm==0.1.3
comm==0.1.4
contourpy==1.1.0
cycler==0.11.0
debugpy==1.6.7
debugpy==1.6.7.post1
decorator==5.1.1
defusedxml==0.7.1
distlib==0.3.7
exceptiongroup==1.1.2
exceptiongroup==1.1.3
executing==1.2.0
fastjsonschema==2.18.0
filelock==3.12.2
fonttools==4.41.1
fonttools==4.42.0
fqdn==1.5.1
identify==2.5.26
idna==3.4
importlib-metadata==6.8.0
importlib-resources==6.0.0
ipykernel==6.25.0
importlib-resources==6.0.1
ipykernel==6.25.1
ipython==8.12.2
ipywidgets==8.1.0
isoduration==20.11.0
Expand All @@ -52,15 +52,15 @@ jedi==0.19.0
jinja2==3.1.2
json5==0.9.14
jsonpointer==2.4
jsonschema==4.18.4
jsonschema==4.19.0
jsonschema-specifications==2023.7.1
jupyter-client==8.3.0
jupyter-core==5.3.1
jupyter-events==0.7.0
jupyter-lsp==2.2.0
jupyter-server==2.7.0
jupyter-server-terminals==0.4.4
jupyterlab==4.0.3
jupyterlab==4.0.5
jupyterlab-code-formatter==2.2.1
jupyterlab-pygments==0.2.2
jupyterlab-server==2.24.0
Expand All @@ -78,7 +78,7 @@ nest-asyncio==1.5.7
nodeenv==1.8.0
notebook-shim==0.2.3
numpy==1.24.4
overrides==7.3.1
overrides==7.4.0
packaging==23.1
pandocfilters==1.5.0
parso==0.8.3
Expand All @@ -96,15 +96,15 @@ psutil==5.9.5
ptyprocess==0.7.0
pure-eval==0.2.2
pycparser==2.21
pygments==2.15.1
pygments==2.16.1
pyparsing==3.0.9
pyproject-api==1.5.3
python-dateutil==2.8.2
python-json-logger==2.0.7
pytz==2023.3
pyyaml==6.0.1
pyzmq==25.1.0
referencing==0.30.0
pyzmq==25.1.1
referencing==0.30.2
requests==2.31.0
rfc3339-validator==0.1.4
rfc3986-validator==0.1.1
Expand All @@ -117,13 +117,13 @@ stack-data==0.6.2
terminado==0.17.1
tinycss2==1.2.1
tomli==2.0.1
tornado==6.3.2
tox==4.6.4
tornado==6.3.3
tox==4.8.0
traitlets==5.9.0
typing-extensions==4.7.1
uri-template==1.3.0
urllib3==2.0.4
virtualenv==20.24.2
virtualenv==20.24.3
wcwidth==0.2.6
webcolors==1.13
webencodings==0.5.1
Expand Down

0 comments on commit 3fb280e

Please sign in to comment.