Skip to content

Commit 9325982

Browse files
authored
Merge pull request #48 from ansible/TamiTakamiya/pin-black-version
Release 1.0.6 failed to be pulished to pypi
2 parents 2d4c1fc + cbfa8a8 commit 9325982

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.config/requirements-test.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
black
21
coverage[toml] >= 6.4.4
32
mypy # IDE support
43
pytest >= 7.2.2

.config/requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ giturlparse
77
sarif-tools
88
sage-scan>=0.0.4
99
ansible-risk-insight>=0.2.9
10-
black
10+
black==24.4.2
1111
pygit2

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ansible-core==2.17.8
99
ansible-lint==24.10.0
1010
ansible-risk-insight==0.2.9
1111
attrs==25.1.0
12-
black==24.10.0
12+
black==24.4.2
1313
bracex==2.5.post1
1414
certifi==2024.12.14
1515
cffi==1.17.1

0 commit comments

Comments
 (0)