File tree Expand file tree Collapse file tree 5 files changed +8
-2
lines changed Expand file tree Collapse file tree 5 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ const LOG_TAG = "CLI";
1919const VIRTUAL_ENVIRONMENT_DIR = ".venv" ;
2020
2121// The version of glean_parser to install from PyPI.
22- const GLEAN_PARSER_VERSION = "3.5 .0" ;
22+ const GLEAN_PARSER_VERSION = "3.7 .0" ;
2323
2424// This script runs a given Python module as a "main" module, like
2525// `python -m module`. However, it first checks that the installed
Original file line number Diff line number Diff line change @@ -22,3 +22,5 @@ custom:
2222 - https://bugzilla.mozilla.org/show_bug.cgi?id=1587095#c6
2323 notification_emails :
2424 - glean-team@mozilla.com
25+ no_lint :
26+ - REDUNDANT_PING
Original file line number Diff line number Diff line change 11PySide2 == 5.15.2
22shiboken2 == 5.15.2
3- glean_parser == 3.5 .0
3+ glean_parser == 3.7 .0
Original file line number Diff line number Diff line change @@ -22,3 +22,5 @@ custom:
2222 - https://bugzilla.mozilla.org/show_bug.cgi?id=1587095#c6
2323 notification_emails :
2424 - glean-team@mozilla.com
25+ no_lint :
26+ - REDUNDANT_PING
Original file line number Diff line number Diff line change @@ -18,3 +18,5 @@ custom:
1818 - https://bugzilla.mozilla.org/show_bug.cgi?id=1587095#c6
1919 notification_emails :
2020 - glean-team@mozilla.com
21+ no_lint :
22+ - REDUNDANT_PING
You can’t perform that action at this time.
0 commit comments