Skip to content

Commit

Permalink
Merge pull request #4676 from mozilla/dependabot/pip/glean-parser-14.1.1
Browse files Browse the repository at this point in the history
Bump glean-parser from 14.0.1 to 14.1.1
  • Loading branch information
jwhitlock authored May 6, 2024
2 parents 3336a5b + eadfc40 commit bfb4023
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions privaterelay/glean/server_events.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
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 v14.0.1. DO NOT EDIT. To recreate, run:
AUTOGENERATED BY glean_parser v14.1.1. DO NOT EDIT. To recreate, run:
bash .circleci/python_job.bash run build_glean
"""
Expand Down Expand Up @@ -49,7 +49,7 @@ def _record(self, user_agent: str, ip_address: str, event: dict[str, Any]) -> No
# `Unknown` fields below are required in the Glean schema, however they are
# not useful in server context
"client_info": {
"telemetry_sdk_build": "glean_parser v14.0.1",
"telemetry_sdk_build": "glean_parser v14.1.1",
"first_run_date": "Unknown",
"os": "Unknown",
"os_version": "Unknown",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ django-waffle==4.1.0
dockerflow==2024.4.2
drf-spectacular==0.27.2
drf-spectacular-sidecar==2024.5.1
glean_parser==14.0.1
glean_parser==14.1.1
google-measurement-protocol==1.1.0
google-cloud-profiler==4.1.0
google-cloud-sqlcommenter==2.0.0
Expand Down

0 comments on commit bfb4023

Please sign in to comment.