Skip to content

Commit 461713b

Browse files
authored
add click dependence, update pre-commit (#393)
1 parent cf580ee commit 461713b

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
repos:
88

99
- repo: https://github.com/pre-commit/mirrors-clang-format
10-
rev: v16.0.0
10+
rev: v16.0.6
1111
hooks:
1212
- id: clang-format
1313

1414
- repo: https://github.com/ambv/black
15-
rev: 23.3.0
15+
rev: 23.7.0
1616
hooks:
1717
- id: black
1818

@@ -46,7 +46,7 @@ repos:
4646
- id: isort
4747

4848
- repo: https://github.com/fsfe/reuse-tool
49-
rev: v1.1.2
49+
rev: v2.1.0
5050
hooks:
5151
- id: reuse
5252

base-requirements.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
#
33
# SPDX-License-Identifier: BSD-3-Clause
44

5+
# Benchmarking
6+
click
7+
58
# Testing
69
pre-commit
710

requirements.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@ breathe==4.35.0
1010
certifi==2023.5.7
1111
cfgv==3.3.1
1212
charset-normalizer==3.2.0
13+
click==8.1.6
1314
distlib==0.3.7
1415
docutils==0.19
1516
filelock==3.12.2
16-
identify==2.5.24
17+
identify==2.5.25
1718
idna==3.4
1819
imagesize==1.4.1
1920
Jinja2==3.1.2
@@ -25,7 +26,7 @@ pre-commit==3.3.3
2526
pydata-sphinx-theme==0.13.3
2627
pyenchant==3.2.2
2728
Pygments==2.15.1
28-
PyYAML==6.0
29+
PyYAML==6.0.1
2930
requests==2.31.0
3031
snowballstemmer==2.2.0
3132
soupsieve==2.4.1
@@ -39,5 +40,5 @@ sphinxcontrib-qthelp==1.0.3
3940
sphinxcontrib-serializinghtml==1.1.5
4041
sphinxcontrib-spelling==8.0.0
4142
typing_extensions==4.7.1
42-
urllib3==2.0.3
43+
urllib3==2.0.4
4344
virtualenv==20.24.0

0 commit comments

Comments
 (0)