Skip to content

Commit b43096d

Browse files
committed
⬆️ Update docs constraints and pre-commit config
1 parent e0b8b2a commit b43096d

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.5.0
6+
rev: v4.6.0
77
hooks:
88
- id: trailing-whitespace
99
- id: end-of-file-fixer
@@ -12,7 +12,7 @@ repos:
1212
types: [file] # override `types: [json]`
1313
files: \.(json|ipynb)$
1414
- repo: https://github.com/psf/black
15-
rev: "24.1.1"
15+
rev: "24.4.0"
1616
hooks:
1717
- id: black
1818
- repo: https://github.com/asottile/reorder-python-imports

constraints.txt

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
alabaster==0.7.16
22
Babel==2.14.0
3-
beautifulsoup4==4.12.2
4-
certifi==2023.11.17
3+
beautifulsoup4==4.12.3
4+
certifi==2024.2.2
55
cfgv==3.4.0
66
charset-normalizer==3.3.2
77
distlib==0.3.8
88
docutils==0.20.1
9-
filelock==3.13.1
9+
filelock==3.13.4
1010
furo==2024.1.29
11-
identify==2.5.33
12-
idna==3.6
11+
identify==2.5.35
12+
idna==3.7
1313
imagesize==1.4.1
1414
Jinja2==3.1.3
15-
MarkupSafe==2.1.3
15+
MarkupSafe==2.1.5
1616
nodeenv==1.8.0
17-
packaging==23.2
18-
platformdirs==4.1.0
17+
packaging==24.0
18+
platformdirs==4.2.0
1919
polib==1.2.0
20-
pre-commit==3.6.0
20+
pre-commit==3.7.0
2121
Pygments==2.17.2
2222
PyYAML==6.0.1
2323
regex==2023.12.25
@@ -36,5 +36,5 @@ sphinxcontrib-jsmath==1.0.1
3636
sphinxcontrib-qthelp==1.0.7
3737
sphinxcontrib-serializinghtml==1.1.10
3838
sphinxext-opengraph==0.9.1
39-
urllib3==2.1.0
40-
virtualenv==20.25.0
39+
urllib3==2.2.1
40+
virtualenv==20.25.1

0 commit comments

Comments
 (0)