Skip to content

Commit 929ba40

Browse files
committed
⬆️ Update docs constraints and pre-commit config
1 parent 244a015 commit 929ba40

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# See https://pre-commit.com/hooks.html for more hooks
77
repos:
88
- repo: https://github.com/pre-commit/pre-commit-hooks
9-
rev: v4.5.0
9+
rev: v4.6.0
1010
hooks:
1111
- id: trailing-whitespace
1212
- id: end-of-file-fixer

docs/constraints.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ executing==2.0.1
1616
fastjsonschema==2.19.1
1717
fonttools==4.51.0
1818
furo==2024.1.29
19-
idna==3.6
19+
idna==3.7
2020
imagesize==1.4.1
2121
ipython==8.23.0
2222
ipywidgets==8.1.2
@@ -35,12 +35,12 @@ matplotlib-inline==0.1.6
3535
mistune==3.0.2
3636
nbclient==0.10.0
3737
nbconvert==7.16.3
38-
nbformat==5.10.3
38+
nbformat==5.10.4
3939
nbsphinx==0.9.3
4040
numpy==1.26.4
4141
packaging==24.0
4242
pandocfilters==1.5.1
43-
parso==0.8.3
43+
parso==0.8.4
4444
pexpect==4.9.0
4545
pillow==10.3.0
4646
platformdirs==4.2.0
@@ -76,7 +76,7 @@ stack-data==0.6.3
7676
tinycss2==1.2.1
7777
tornado==6.4
7878
traitlets==5.14.2
79-
typing_extensions==4.10.0
79+
typing_extensions==4.11.0
8080
urllib3==2.2.1
8181
wcwidth==0.2.13
8282
webencodings==0.5.1

0 commit comments

Comments
 (0)