From 3cc7dfde946294038f980163cd21e010760cf8e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 19:33:42 +0000 Subject: [PATCH] Update glean-parser requirement from ~=20.2.0 to ~=21.0.1 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/v20.2.0...v21.0.1) --- updated-dependencies: - dependency-name: glean-parser dependency-version: 21.0.1 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 d53fbe9f..721ecda3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ beautifulsoup4==4.8.2 GitPython==3.1.53 boto3==1.28.7 Flask==2.3.3 -glean-parser~=20.2.0 +glean-parser~=21.0.1 google-cloud-bigquery==3.23.1 google-cloud-storage==2.2.1 gsutil==5.28