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 Aug 9, 2024
1 parent 4cf26d4 commit 8cd7949
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ repos:
- id: remove-empty-tags

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.6
rev: v0.5.7
hooks:
- id: ruff
args: [--fix]
Expand Down Expand Up @@ -98,7 +98,7 @@ repos:
- --in-place

- repo: https://github.com/streetsidesoftware/cspell-cli
rev: v8.13.1
rev: v8.13.2
hooks:
- id: cspell

Expand Down
5 changes: 2 additions & 3 deletions binder/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
# This file was autogenerated by uv via the following command:
# uv pip compile binder/requirements.in -o binder/requirements.txt --no-annotate --strip-extras
asttokens==2.4.1
backcall==0.2.0
comm==0.2.2
decorator==5.1.1
exceptiongroup==1.2.2
executing==2.0.1
ipython==8.12.3
ipython==8.18.1
ipywidgets==8.1.3
jedi==0.19.1
jupyterlab-widgets==3.0.11
matplotlib-inline==0.1.7
parso==0.8.4
pexpect==4.9.0
pickleshare==0.7.5
prompt-toolkit==3.0.47
ptyprocess==0.7.0
pure-eval==0.2.3
Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ arrow==1.3.0
asttokens==2.4.1
async-lru==2.0.4
attrs==24.2.0
babel==2.15.0
babel==2.16.0
backcall==0.2.0
beautifulsoup4==4.12.3
bleach==6.1.0
Expand Down Expand Up @@ -83,7 +83,7 @@ pexpect==4.9.0
pickleshare==0.7.5
platformdirs==4.2.2
pluggy==1.5.0
pre-commit==3.5.0
pre-commit==3.8.0
prometheus-client==0.20.0
prompt-toolkit==3.0.47
psutil==6.0.0
Expand All @@ -107,7 +107,7 @@ rfc3339-validator==0.1.4
rfc3986-validator==0.1.1
rope==1.13.0
rpds-py==0.20.0
ruff==0.5.6
ruff==0.5.7
send2trash==1.8.3
setuptools==72.1.0
six==1.16.0
Expand All @@ -119,7 +119,7 @@ terminado==0.18.1
tinycss2==1.3.0
tomli==2.0.1
tornado==6.4.1
tox==4.17.0
tox==4.17.1
traitlets==5.14.3
types-python-dateutil==2.9.0.20240316
typing-extensions==4.12.2
Expand Down

0 comments on commit 8cd7949

Please sign in to comment.