Skip to content

Commit 774f2a5

Browse files
committed
Bumped glean_parser version to 4.1.1
1 parent c367fd5 commit 774f2a5

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
@@ -19,7 +19,7 @@ const LOG_TAG = "CLI";
1919
const VIRTUAL_ENVIRONMENT_DIR = ".venv";
2020

2121
// The version of glean_parser to install from PyPI.
22-
const GLEAN_PARSER_VERSION = "4.1.0";
22+
const GLEAN_PARSER_VERSION = "4.1.1";
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
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
PySide2==5.15.2
22
shiboken2==5.15.2
3-
glean_parser==4.1.0
3+
glean_parser==4.1.1

0 commit comments

Comments
 (0)