Skip to content

Commit

Permalink
Merge pull request #15 from ansible/ttakamiy/fix-release-build-issue
Browse files Browse the repository at this point in the history
Specify black version 23.7.0 to resolve a release build issue
  • Loading branch information
TamiTakamiya authored Sep 21, 2023
2 parents d68581e + d5fc0b9 commit c52933a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .config/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
black
black == 23.7.0 # black-pre-commit-mirror 0.1.0 used in release build depends on this version
mypy
pip-tools
pre-commit
Expand Down
2 changes: 1 addition & 1 deletion .config/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
black # IDE support
black == 23.7.0 # black-pre-commit-mirror 0.1.0 used in release build depends on this version
coverage[toml] >= 6.4.4
mypy # IDE support
pytest >= 7.2.2
Expand Down
7 changes: 2 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.9
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --no-annotate --output-file=requirements.txt .config/requirements.in
Expand All @@ -10,7 +10,7 @@ ansible-core==2.15.4
ansible-lint==6.19.0
ansible-risk-insight==0.2.0
attrs==23.1.0
black==23.9.1
black==23.7.0
bracex==2.4
certifi==2023.7.22
cffi==1.15.1
Expand All @@ -25,7 +25,6 @@ gitdb==4.0.10
gitpython==3.1.36
giturlparse==0.11.1
idna==3.4
importlib-resources==5.0.7
jinja2==3.1.2
joblib==1.3.2
jsonpickle==3.0.2
Expand Down Expand Up @@ -65,9 +64,7 @@ six==1.16.0
smmap==5.0.0
subprocess-tee==0.4.1
tabulate==0.9.0
tomli==2.0.1
treelib==1.7.0
typing-extensions==4.7.1
urllib3==2.0.4
wcmatch==8.5
yamllint==1.32.0

1 comment on commit c52933a

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ClamAV Virus Definition DB Files:
----
total 227120
-rw-r--r--  1 root root 170479789 Sep 21 12:00 main.cvd
-rw-r--r--  1 root root        69 Sep 21 12:00 freshclam.dat
-rw-r--r--  1 root root  61777306 Sep 21 12:00 daily.cvd
-rw-r--r--  1 root root    291965 Sep 21 12:00 bytecode.cvd
drwxr-xr-x 14 root root      4096 Sep 21 18:20 ..
drwxr-xr-x  2 root root      4096 Sep 21 18:20 .
----
File: /var/lib/clamav/bytecode.cvd
Build time: 22 Feb 2023 16:33 -0500
Version: 334
Signatures: 91
Functionality level: 90
Builder: anvilleg
MD5: 0464067a252b1e937012ad34e811065f
Digital signature: urVBCbhJcz8v6i1E6HedDwa8TxBHnJknqg7SE+6JWBtovATpw8MWwS+kvGAi//x5u0LIFwhPvUsgEBBeFiZE0QTTWazOhJ/LfKJK+nODqha6cTvaQdKl2rSbEOv6grv7UONV8eKi383Wv07wfSNYp+lPNpt0QmejKb1TMHAYTA
Verification OK.
----
File: /var/lib/clamav/daily.cvd
Build time: 21 Sep 2023 03:39 -0400
Version: 27038
Signatures: 2041081
Functionality level: 90
Builder: raynman
MD5: e54a6e7c91339a84e510e73f4bf13151
Digital signature: jtKdUKs8I1ojMiL1n/G0MamXTYGkxljHUJvKLNa9IO0e4Vb5Vz5xX/vla3EizzM5OGCE2cuonPVVHbai+jfMdByLrKurmn1dKpMtAtqx+3IhOd+lkRAzmYN67+/LG1FyWaTZrgSfe0v5QpTYWkVVyXfAUoIGkrtc857fkhzH3eh
Verification OK.
----
File: /var/lib/clamav/main.cvd
Build time: 16 Sep 2021 08:32 -0400
Version: 62
Signatures: 6647427
Functionality level: 90
Builder: sigmgr
MD5: 137eccce31aacb21b5a98bb8c21cefd6
Digital signature: twaJBls8V5q64R7QY10AatEtPNuPWoVoxTaNO1jpBg7s5jIMMXpitgG1000YLp6rb0TWkEKjRqxneGTxuxWaWm7XBjsgwX2BRWh/y4fhs7uyImdKRLzQ5y8e2EkSChegF/i8clqfn+1qetq9j4gbktJ3JZpOXPoHlyr2Dv9S/Bg
Verification OK.
----
Scanning Results:
ClamAV 1.0.2/27038/Thu Sep 21 07:39:42 2023

----------- SCAN SUMMARY -----------
Known viruses: 8672967
Engine version: 1.0.2
Scanned directories: 7149
Scanned files: 53764
Infected files: 0
Data scanned: 2286.05 MB
Data read: 1350.29 MB (ratio 1.69:1)
Time: 533.036 sec (8 m 53 s)
Start Date: 2023:09:21 18:20:58
End Date:   2023:09:21 18:29:51

Please sign in to comment.