File tree Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 7
7
repos :
8
8
9
9
- repo : https://github.com/pre-commit/mirrors-clang-format
10
- rev : v16.0.0
10
+ rev : v16.0.6
11
11
hooks :
12
12
- id : clang-format
13
13
14
14
- repo : https://github.com/ambv/black
15
- rev : 23.3 .0
15
+ rev : 23.7 .0
16
16
hooks :
17
17
- id : black
18
18
46
46
- id : isort
47
47
48
48
- repo : https://github.com/fsfe/reuse-tool
49
- rev : v1 .1.2
49
+ rev : v2 .1.0
50
50
hooks :
51
51
- id : reuse
52
52
Original file line number Diff line number Diff line change 2
2
#
3
3
# SPDX-License-Identifier: BSD-3-Clause
4
4
5
+ # Benchmarking
6
+ click
7
+
5
8
# Testing
6
9
pre-commit
7
10
Original file line number Diff line number Diff line change @@ -10,10 +10,11 @@ breathe==4.35.0
10
10
certifi == 2023.5.7
11
11
cfgv == 3.3.1
12
12
charset-normalizer == 3.2.0
13
+ click == 8.1.6
13
14
distlib == 0.3.7
14
15
docutils == 0.19
15
16
filelock == 3.12.2
16
- identify == 2.5.24
17
+ identify == 2.5.25
17
18
idna == 3.4
18
19
imagesize == 1.4.1
19
20
Jinja2 == 3.1.2
@@ -25,7 +26,7 @@ pre-commit==3.3.3
25
26
pydata-sphinx-theme == 0.13.3
26
27
pyenchant == 3.2.2
27
28
Pygments == 2.15.1
28
- PyYAML == 6.0
29
+ PyYAML == 6.0.1
29
30
requests == 2.31.0
30
31
snowballstemmer == 2.2.0
31
32
soupsieve == 2.4.1
@@ -39,5 +40,5 @@ sphinxcontrib-qthelp==1.0.3
39
40
sphinxcontrib-serializinghtml == 1.1.5
40
41
sphinxcontrib-spelling == 8.0.0
41
42
typing_extensions == 4.7.1
42
- urllib3 == 2.0.3
43
+ urllib3 == 2.0.4
43
44
virtualenv == 20.24.0
You can’t perform that action at this time.
0 commit comments