diff --git a/requirements.txt b/requirements.txt index 6a792c9ef45..fe73b0415af 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 diff --git a/setup.cfg b/setup.cfg index d79b82cab6c..0e90037af19 100644 --- a/setup.cfg +++ b/setup.cfg @@ -191,6 +191,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