From 0649e29c9a0fdbf0f1bc8c0ce442a63229516a7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 11:44:13 +0000 Subject: [PATCH] build(deps): bump libmozdata from 0.2.7 to 0.2.12 in /bot Bumps [libmozdata](https://github.com/mozilla/libmozdata) from 0.2.7 to 0.2.12. - [Release notes](https://github.com/mozilla/libmozdata/releases) - [Commits](https://github.com/mozilla/libmozdata/compare/v0.2.7...v0.2.12) --- updated-dependencies: - dependency-name: libmozdata dependency-version: 0.2.12 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- bot/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/requirements.txt b/bot/requirements.txt index 86e67d331..8b489e749 100644 --- a/bot/requirements.txt +++ b/bot/requirements.txt @@ -1,6 +1,6 @@ -e ../tools #egg=code-coverage-tools google-cloud-storage==3.9.0 -libmozdata==0.2.7 +libmozdata==0.2.12 pyyaml==6.0.3 tenacity==9.1.4 tqdm==4.67.3