File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ upgrade-quiet:
107107# Generate a Software Bill of Materials (SBOM).
108108.PHONY : sbom
109109sbom : requirements
110- cyclonedx-py requirements --output-format json --outfile dist/$(PACKAGE_NAME ) -$(PACKAGE_VERSION ) -sbom.json
110+ python -m cyclonedx_py requirements --output-reproducible --output- format json --output-file dist/$(PACKAGE_NAME ) -$(PACKAGE_VERSION ) -sbom.json
111111
112112# Generate a requirements.txt file containing version and integrity hashes for all
113113# packages currently installed in the virtual environment. There's no easy way to
Original file line number Diff line number Diff line change @@ -46,11 +46,11 @@ actions = [
4646]
4747dev = [
4848 " flit >=3.2.0,<4.0.0" ,
49- " mypy >=1.20.1 ,<1.21" ,
49+ " mypy >=1.0.0,!=1.20.2 ,<1.21" ,
5050 " pip-audit >=2.4.4,<3.0.0" ,
5151 " pylint >=3.0.0,<4.1.0" ,
5252 " perflint >=0.8.0,<1.0.0" ,
53- " cyclonedx-bom >=4 .0.0,<5 .0.0" ,
53+ " cyclonedx-bom >=7 .0.0,<8 .0.0" ,
5454]
5555docs = [
5656 " sphinx >=5.1.1,<9.0.0" ,
You can’t perform that action at this time.
0 commit comments