Skip to content

Commit

Permalink
Merge pull request #5144 from mozilla/dependabot/pip/glean-parser-15.2.0
Browse files Browse the repository at this point in the history
Bump glean-parser from 15.0.1 to 15.2.0
  • Loading branch information
groovecoder authored Oct 28, 2024
2 parents d9f7d93 + 3c6a338 commit 0e75dec
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 v15.0.1. DO NOT EDIT. To recreate, run:
AUTOGENERATED BY glean_parser v15.2.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 v15.0.1",
"telemetry_sdk_build": "glean_parser v15.2.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==15.0.1
glean_parser==15.2.0
google-cloud-profiler==4.1.0
google-cloud-sqlcommenter==2.0.0; python_version < '3.12'
gunicorn==23.0.0
Expand Down

0 comments on commit 0e75dec

Please sign in to comment.