From b19fc952214850bffd49332a4edefc85f97922b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jul 2023 05:16:36 +0000 Subject: [PATCH] Bump flake8-bugbear from 23.6.5 to 23.7.10 in /glean-core/python Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 23.6.5 to 23.7.10. - [Release notes](https://github.com/PyCQA/flake8-bugbear/releases) - [Commits](https://github.com/PyCQA/flake8-bugbear/compare/23.6.5...23.7.10) --- 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 5d38e9ee4e..dcfa8f192b 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; python_version > '3.6' coverage==7.2.2; python_version > '3.6' flake8==6.0.0; python_version >= '3.8' -flake8-bugbear==23.6.5; python_version >= '3.8' +flake8-bugbear==23.7.10; python_version >= '3.8' jsonschema==3.2.0 mypy==1.4.0; python_version > '3.6' pdoc3==0.10.0