Bug 1953191 - Update to Glean v64.0.1 and glean_parser 17.0.1 r=chutten,mach-reviewers,ahal
Vendoring happens in the next commit Differential Revision: https://phabricator.services.mozilla.com/D241958
This commit is contained in:
@@ -66,7 +66,7 @@ uniffi_bindgen = "0.29.1"
|
||||
# Shared across multiple application-services consumers.
|
||||
rusqlite = "0.31.0"
|
||||
# Shared across multiple glean consumers.
|
||||
glean = "=63.1.0"
|
||||
glean = "=64.0.1"
|
||||
|
||||
# Explicitly specify what our profiles use. The opt-level setting here is
|
||||
# a total fiction; see the setup of MOZ_RUST_DEFAULT_FLAGS for what the
|
||||
|
||||
@@ -9,7 +9,7 @@ members = [
|
||||
resolver = "2"
|
||||
|
||||
[workspace.dependencies]
|
||||
glean = "=63.1.0"
|
||||
glean = "=64.0.1"
|
||||
|
||||
[profile.release]
|
||||
debug = true
|
||||
|
||||
@@ -4,7 +4,7 @@ android-gradle-plugin = "8.9.1" # Keep lint version in sync
|
||||
lint = "31.9.1"
|
||||
|
||||
python-envs-plugin = "0.0.31"
|
||||
mozilla-glean = "63.1.0"
|
||||
mozilla-glean = "64.0.1"
|
||||
maven-ant-tasks = "2.1.3"
|
||||
jacoco = "0.8.12"
|
||||
okhttp = "4.12.0"
|
||||
|
||||
@@ -104,7 +104,7 @@ vendored:third_party/python/wheel
|
||||
vendored:third_party/python/zipp
|
||||
# glean-sdk may not be installable if a wheel isn't available
|
||||
# and it has to be built from source.
|
||||
pypi-optional:glean-sdk==63.1.0:telemetry will not be collected
|
||||
pypi-optional:glean-sdk==64.0.1:telemetry will not be collected
|
||||
# Mach gracefully handles the case where `psutil` is unavailable.
|
||||
# We aren't (yet) able to pin packages in automation, so we have to
|
||||
# support down to the oldest locally-installed version (5.4.2).
|
||||
|
||||
2
third_party/python/pyproject.toml
vendored
2
third_party/python/pyproject.toml
vendored
@@ -21,7 +21,7 @@ dependencies = [
|
||||
"filelock~=3.6",
|
||||
"fluent-migrate==0.13.2",
|
||||
"fluent-syntax==0.19.0",
|
||||
"glean-parser==16.2.0",
|
||||
"glean-parser==17.0.1",
|
||||
"importlib-metadata==6.0.0",
|
||||
# Required for compatibility with Flask >= 2 in tools/tryselect/selectors/chooser
|
||||
"jinja2==3.1.2",
|
||||
|
||||
Reference in New Issue
Block a user