Skip to content

Commit

Permalink
Merge pull request #4915 from mozilla/dependabot/pip/glean-parser-14.3.0
Browse files Browse the repository at this point in the history
Bump glean-parser from 14.2.0 to 14.3.0
  • Loading branch information
groovecoder authored Jul 30, 2024
2 parents 2aa4747 + 91ca1ba commit 993ef81
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.2.0. DO NOT EDIT. To recreate, run:
AUTOGENERATED BY glean_parser v14.3.0. 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.2.0",
"telemetry_sdk_build": "glean_parser v14.3.0",
"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.7.1
glean_parser==14.2.0
glean_parser==14.3.0
google-measurement-protocol==1.1.0
google-cloud-profiler==4.1.0
google-cloud-sqlcommenter==2.0.0; python_version < '3.12'
Expand Down

0 comments on commit 993ef81

Please sign in to comment.