Skip to content

Commit ebbe835

Browse files
Merge pull request #5728 from mozilla/dependabot/pip/glean-parser-17.3.0
build(deps): bump glean-parser from 17.2.0 to 17.3.0
2 parents ab383ba + abf10ff commit ebbe835

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 v17.2.0. DO NOT EDIT. To recreate, run:
6+
AUTOGENERATED BY glean_parser v17.3.0. 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 v17.2.0",
52+
"telemetry_sdk_build": "glean_parser v17.3.0",
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==5.0.0
1818
dockerflow==2024.4.2
1919
drf-spectacular==0.28.0
2020
drf-spectacular-sidecar==2025.7.1
21-
glean_parser==17.2.0
21+
glean_parser==17.3.0
2222
google-cloud-profiler==4.1.0; python_version < '3.13'
2323
gunicorn==23.0.0
2424
jwcrypto==1.5.6

0 commit comments

Comments
 (0)