Skip to content

Commit f32cee2

Browse files
committed
⬆️ Update
1 parent 5e7cdbc commit f32cee2

File tree

3 files changed

+28
-20
lines changed

3 files changed

+28
-20
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repos:
1212
types: [file] # override `types: [json]`
1313
files: \.(json|ipynb)$
1414
- repo: https://github.com/psf/black
15-
rev: "22.12.0"
15+
rev: "23.1.0"
1616
hooks:
1717
- id: black
1818
- repo: https://github.com/asottile/reorder_python_imports

constraints.txt

Lines changed: 27 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,48 @@
1-
alabaster==0.7.12
1+
alabaster==0.7.13
22
Babel==2.11.0
3-
beautifulsoup4==4.11.1
3+
beautifulsoup4==4.11.2
44
certifi==2022.12.7
55
cfgv==3.3.1
6-
charset-normalizer==2.1.1
6+
charset-normalizer==3.0.1
7+
contourpy==1.0.7
8+
cycler==0.11.0
79
distlib==0.3.6
8-
docutils==0.17.1
10+
docutils==0.19
911
filelock==3.9.0
10-
furo==2022.9.29
11-
identify==2.5.12
12+
fonttools==4.38.0
13+
furo==2022.12.7
14+
identify==2.5.17
1215
idna==3.4
1316
imagesize==1.4.1
1417
Jinja2==3.1.2
15-
MarkupSafe==2.1.1
18+
kiwisolver==1.4.4
19+
MarkupSafe==2.1.2
20+
matplotlib==3.6.3
1621
nodeenv==1.7.0
17-
packaging==22.0
22+
numpy==1.24.2
23+
packaging==23.0
24+
Pillow==9.4.0
1825
platformdirs==2.6.2
19-
pre-commit==2.21.0
26+
pre-commit==3.0.4
2027
Pygments==2.14.0
21-
pytz==2022.7
28+
pyparsing==3.0.9
29+
python-dateutil==2.8.2
30+
pytz==2022.7.1
2231
PyYAML==6.0
23-
requests==2.28.1
32+
requests==2.28.2
33+
six==1.16.0
2434
snowballstemmer==2.2.0
2535
soupsieve==2.3.2.post1
26-
Sphinx==4.5.0
36+
Sphinx==5.3.0
2737
sphinx-basic-ng==1.0.0b1
2838
sphinx-copybutton==0.5.1
2939
sphinx_design==0.3.0
30-
sphinxcontrib-applehelp==1.0.2
40+
sphinxcontrib-applehelp==1.0.4
3141
sphinxcontrib-devhelp==1.0.2
32-
sphinxcontrib-htmlhelp==2.0.0
42+
sphinxcontrib-htmlhelp==2.0.1
3343
sphinxcontrib-jsmath==1.0.1
3444
sphinxcontrib-qthelp==1.0.3
3545
sphinxcontrib-serializinghtml==1.1.5
36-
sphinxext-opengraph==0.7.5
37-
urllib3==1.26.13
38-
virtualenv==20.17.1
46+
sphinxext-opengraph==0.8.0
47+
urllib3==1.26.14
48+
virtualenv==20.18.0

requirements.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
-c constraints.txt
2-
# sphinx-design 0.0.1 depends on sphinx<5 and >=3
3-
Sphinx < 5, >= 3
42
sphinx-design
53
furo
64
sphinxext-opengraph

0 commit comments

Comments
 (0)