Skip to content

Commit c442751

Browse files
cpswanterriko
andauthored
build(deps): Move setuptools to requirements.txt (from dev reqs) (#4291)
* build(deps): Move setuptools from dev-requirements.txt to requirements.txt * fix: correct entry for setuptools --------- Co-authored-by: Terri Oda <[email protected]>
1 parent 58ba0b7 commit c442751

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

dev-requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,3 @@ types-PyYAML
2222
types-requests
2323
types-setuptools
2424
types-toml
25-
setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability

requirements.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,4 @@ anthonyharrison_not_in_db,lib4sbom
2424
anthonyharrison_not_in_db,lib4vex
2525
the_purl_authors_not_in_db,packageurl-python
2626
h2non,filetype
27+
python,setuptools

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ pyyaml>=5.4
1919
requests>=2.32.0
2020
rich
2121
rpmfile>=1.0.6
22+
setuptools>=65.5.1 # pinned by Snyk to avoid a vulnerability
2223
toml; python_version < "3.11"
2324
urllib3>=1.26.5 # dependency of requests added explictly to avoid CVEs
2425
xmlschema

0 commit comments

Comments
 (0)