Skip to content

Commit

Permalink
build(deps): Move setuptools to requirements.txt (from dev reqs) (#4291)
Browse files Browse the repository at this point in the history
* build(deps): Move setuptools from dev-requirements.txt to requirements.txt

* fix: correct entry for setuptools

---------

Co-authored-by: Terri Oda <terri.oda@intel.com>
  • Loading branch information
cpswan and terriko authored Jul 30, 2024
1 parent 58ba0b7 commit c442751
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,3 @@ types-PyYAML
types-requests
types-setuptools
types-toml
setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability
1 change: 1 addition & 0 deletions requirements.csv
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ anthonyharrison_not_in_db,lib4sbom
anthonyharrison_not_in_db,lib4vex
the_purl_authors_not_in_db,packageurl-python
h2non,filetype
python,setuptools
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ pyyaml>=5.4
requests>=2.32.0
rich
rpmfile>=1.0.6
setuptools>=65.5.1 # pinned by Snyk to avoid a vulnerability
toml; python_version < "3.11"
urllib3>=1.26.5 # dependency of requests added explictly to avoid CVEs
xmlschema
Expand Down

0 comments on commit c442751

Please sign in to comment.