From 92296f61286d4877711e75cb7b4697c6f6fafec7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 19:33:29 +0000 Subject: [PATCH] Update glean-parser requirement from ~=18.2.0 to ~=19.0.0 Updates the requirements on [glean-parser](https://github.com/mozilla/glean_parser) to permit the latest version. - [Release notes](https://github.com/mozilla/glean_parser/releases) - [Changelog](https://github.com/mozilla/glean_parser/blob/main/CHANGELOG.md) - [Commits](https://github.com/mozilla/glean_parser/compare/v18.2.0...v19.0.0) --- updated-dependencies: - dependency-name: glean-parser dependency-version: 19.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b951880e..d22bb809 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ beautifulsoup4==4.8.2 GitPython==3.1.41 boto3==1.28.7 Flask==2.3.3 -glean-parser~=18.2.0 +glean-parser~=19.0.0 google-cloud-bigquery==3.23.1 google-cloud-storage==2.2.1 gsutil==5.28