Skip to content

Commit bfb4023

Browse files
authored
Merge pull request mozilla#4676 from mozilla/dependabot/pip/glean-parser-14.1.1
Bump glean-parser from 14.0.1 to 14.1.1
2 parents 3336a5b + eadfc40 commit bfb4023

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

privaterelay/glean/server_events.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
License, v. 2.0. If a copy of the MPL was not distributed with this
44
file, You can obtain one at http://mozilla.org/MPL/2.0/.
55
6-
AUTOGENERATED BY glean_parser v14.0.1. DO NOT EDIT. To recreate, run:
6+
AUTOGENERATED BY glean_parser v14.1.1. DO NOT EDIT. To recreate, run:
77
88
bash .circleci/python_job.bash run build_glean
99
"""
@@ -49,7 +49,7 @@ def _record(self, user_agent: str, ip_address: str, event: dict[str, Any]) -> No
4949
# `Unknown` fields below are required in the Glean schema, however they are
5050
# not useful in server context
5151
"client_info": {
52-
"telemetry_sdk_build": "glean_parser v14.0.1",
52+
"telemetry_sdk_build": "glean_parser v14.1.1",
5353
"first_run_date": "Unknown",
5454
"os": "Unknown",
5555
"os_version": "Unknown",

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ django-waffle==4.1.0
1818
dockerflow==2024.4.2
1919
drf-spectacular==0.27.2
2020
drf-spectacular-sidecar==2024.5.1
21-
glean_parser==14.0.1
21+
glean_parser==14.1.1
2222
google-measurement-protocol==1.1.0
2323
google-cloud-profiler==4.1.0
2424
google-cloud-sqlcommenter==2.0.0

0 commit comments

Comments
 (0)