Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump glean-parser from 15.0.1 to 15.2.0 #5144

Merged
merged 2 commits into from
Oct 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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