Skip to content

Commit

Permalink
fix: [Snyk] Security upgrade pillow from 9.5.0 to 10.0.1 (#3601)
Browse files Browse the repository at this point in the history
* fix: doc/requirements.txt to reduce vulnerabilities


The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-PILLOW-5918878
- https://snyk.io/vuln/SNYK-PYTHON-PILLOW-6043904

* fix: add pillow to .csv file for scanning

---------

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
  • Loading branch information
terriko and snyk-bot authored Jan 11, 2024
1 parent 9a942ce commit 17f7306
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions doc/requirements.csv
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ sphinx-doc_not_in_db,Sphinx
ryanfox_not_in_db,sphinx_markdown_tables
executablebooks_not_in_db,myst_parser
anthonyharrison_not_in_db,sbom2doc
pillow,pillow
3 changes: 2 additions & 1 deletion doc/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Sphinx==7.2.6
sphinx_markdown_tables
myst_parser==2.0.0
sbom2doc
sbom2doc
pillow>=10.0.1 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit 17f7306

Please sign in to comment.