Merge pull request #5015 from mozilla/dependabot/pip/glean-parser-15.0.1

Bump glean-parser from 15.0.0 to 15.0.1
This commit is contained in:
John Whitlock 2024-09-10 16:42:06 +00:00 коммит произвёл GitHub
Родитель ab1ec8a9dc 549b574f21
Коммит 3b441dcbf9
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
2 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -3,7 +3,7 @@ This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
AUTOGENERATED BY glean_parser v15.0.0. DO NOT EDIT. To recreate, run:
AUTOGENERATED BY glean_parser v15.0.1. DO NOT EDIT. To recreate, run:
bash .circleci/python_job.bash run build_glean
"""
@ -49,7 +49,7 @@ class EventsServerEventLogger:
# `Unknown` fields below are required in the Glean schema, however they are
# not useful in server context
"client_info": {
"telemetry_sdk_build": "glean_parser v15.0.0",
"telemetry_sdk_build": "glean_parser v15.0.1",
"first_run_date": "Unknown",
"os": "Unknown",
"os_version": "Unknown",

Просмотреть файл

@ -18,7 +18,7 @@ django-waffle==4.1.0
dockerflow==2024.4.2
drf-spectacular==0.27.2
drf-spectacular-sidecar==2024.7.1
glean_parser==15.0.0
glean_parser==15.0.1
google-measurement-protocol==1.1.0
google-cloud-profiler==4.1.0
google-cloud-sqlcommenter==2.0.0; python_version < '3.12'