Skip to content

Commit

Permalink
[Fixes #10066][Depencendies] Security audit and checks (#10067)
Browse files Browse the repository at this point in the history
* [Fixes #10066][Depencendies] Security audit and checks

* -SNYK security fix
  • Loading branch information
afabiani authored Sep 29, 2022
1 parent 601be61 commit fe9dccb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -164,3 +164,8 @@ flaky==3.7.0
selenium>=4.1.0,<5.0.0
selenium-requests==2.0.0
webdriver_manager==3.8.3

# Security and audit
mistune==2.0.3
protobuf==4.21.6
mako==1.2.3
5 changes: 5 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,11 @@ install_requires =
selenium-requests==2.0.0
webdriver_manager==3.8.3

# Security and audit
mistune==2.0.3
protobuf==4.21.6
mako==1.2.3

[options.packages.find]
exclude = tests

Expand Down

0 comments on commit fe9dccb

Please sign in to comment.