This is an automated email from the ASF dual-hosted git repository.

ibzib pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new ad93728d609 Fix dependency issue causing failures
     new 0c2cefffd5f Merge pull request #17283 from 
damccorm/users/damccorm/reportGenerator
ad93728d609 is described below

commit ad93728d6099dcf641f32247eccc80e955d05e06
Author: Danny McCormick <dannymccorm...@google.com>
AuthorDate: Tue Apr 5 13:07:11 2022 -0400

    Fix dependency issue causing failures
---
 .test-infra/jenkins/metrics_report/requirements.txt | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.test-infra/jenkins/metrics_report/requirements.txt 
b/.test-infra/jenkins/metrics_report/requirements.txt
index 8a9efe73b32..4716e65ddb9 100644
--- a/.test-infra/jenkins/metrics_report/requirements.txt
+++ b/.test-infra/jenkins/metrics_report/requirements.txt
@@ -15,6 +15,10 @@
 # specific language governing permissions and limitations
 # under the License.
 
+# Markupsafe breaking change broke Jinja and some other libs
+# Pinning it to a version which works even though we are not using explicitly
+# https://github.com/aws/aws-sam-cli/issues/3661
+markupsafe==2.0.1
 influxdb==5.3.0
 Jinja2==2.11.3
 prettytable==0.7.2

Reply via email to