From 68dc3c5798affcc3c1f7e2ab819767a137e8083a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 06:18:04 +0000 Subject: [PATCH] build(deps-dev): update flake8-bugbear requirement from <24.3 to <24.5 Updates the requirements on [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) to permit the latest version. - [Release notes](https://github.com/PyCQA/flake8-bugbear/releases) - [Commits](https://github.com/PyCQA/flake8-bugbear/compare/16.4.1...24.4.21) --- updated-dependencies: - dependency-name: flake8-bugbear dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index ab7b8851..46913903 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -2,7 +2,7 @@ diff_cover < 9.1 pylint < 3.2 pydocstyle < 6.4 flake8 > 4 -flake8-bugbear < 24.3 +flake8-bugbear < 24.5 tox < 3.29 # until tox-pyenv is updated for tox 4.x tox-pyenv < 1.2 isort > 5, < 5.14