Skip to content

Commit 124cf80

Browse files
committed
Bumped glean_parser version to 7.2.1
1 parent 994a8bb commit 124cf80

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

glean/src/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const LOG_TAG = "CLI";
2727
const VIRTUAL_ENVIRONMENT_DIR = process.env.VIRTUAL_ENV || path.join(process.cwd(), ".venv");
2828

2929
// The version of glean_parser to install from PyPI.
30-
const GLEAN_PARSER_VERSION = "6.2.1";
30+
const GLEAN_PARSER_VERSION = "7.2.1";
3131

3232
// This script runs a given Python module as a "main" module, like
3333
// `python -m module`. However, it first checks that the installed

samples/qt/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
glean_parser==6.2.1
1+
glean_parser==7.2.1

0 commit comments

Comments
 (0)