From 1167b0a4c368becce0342d9f139b086a12be76b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 05:39:05 +0000 Subject: [PATCH] Bump flake8-bugbear from 23.9.16 to 23.11.26 in /glean-core/python Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 23.9.16 to 23.11.26. - [Release notes](https://github.com/PyCQA/flake8-bugbear/releases) - [Commits](https://github.com/PyCQA/flake8-bugbear/compare/23.9.16...23.11.26) --- updated-dependencies: - dependency-name: flake8-bugbear dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- glean-core/python/requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glean-core/python/requirements_dev.txt b/glean-core/python/requirements_dev.txt index 593395505a..98a2502530 100644 --- a/glean-core/python/requirements_dev.txt +++ b/glean-core/python/requirements_dev.txt @@ -2,7 +2,7 @@ auditwheel==5.3.0 black==23.3.0 coverage[toml]==7.2.2 flake8==6.1.0; python_version >= '3.8' -flake8-bugbear==23.9.16; python_version >= '3.8' +flake8-bugbear==23.11.26; python_version >= '3.8' Flake8-pyproject==1.2.3 jsonschema==3.2.0 mypy==1.4.1