From b72687196de1ff08c1fe88c68cb3391c1988d870 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jan 2024 15:53:05 +0000 Subject: [PATCH] build(deps-dev): bump flake8-bugbear from 22.12.6 to 24.1.16 Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 22.12.6 to 24.1.16. - [Release notes](https://github.com/PyCQA/flake8-bugbear/releases) - [Commits](https://github.com/PyCQA/flake8-bugbear/compare/22.12.6...24.1.16) --- updated-dependencies: - dependency-name: flake8-bugbear dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 16 ++++++++-------- pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/poetry.lock b/poetry.lock index a40fdda..03761c4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. [[package]] name = "attrs" @@ -224,21 +224,21 @@ pyflakes = ">=3.0.0,<3.1.0" [[package]] name = "flake8-bugbear" -version = "22.12.6" +version = "24.1.16" description = "A plugin for flake8 finding likely bugs and design problems in your program. Contains warnings that don't belong in pyflakes and pycodestyle." optional = false -python-versions = ">=3.7" +python-versions = ">=3.8.1" files = [ - {file = "flake8-bugbear-22.12.6.tar.gz", hash = "sha256:4cdb2c06e229971104443ae293e75e64c6107798229202fbe4f4091427a30ac0"}, - {file = "flake8_bugbear-22.12.6-py3-none-any.whl", hash = "sha256:b69a510634f8a9c298dfda2b18a8036455e6b19ecac4fe582e4d7a0abfa50a30"}, + {file = "flake8-bugbear-24.1.16.tar.gz", hash = "sha256:e94514b1f866270663ce047d23dea731025c24ebacb4ce5999d8959076027504"}, + {file = "flake8_bugbear-24.1.16-py3-none-any.whl", hash = "sha256:1648f4a433d11da8fb4e148cbaa845692ff51379f3f598e3225010e3b9a667b7"}, ] [package.dependencies] attrs = ">=19.2.0" -flake8 = ">=3.0.0" +flake8 = ">=6.0.0" [package.extras] -dev = ["coverage", "hypothesis", "hypothesmith (>=0.2)", "pre-commit", "tox"] +dev = ["coverage", "hypothesis", "hypothesmith (>=0.2)", "pre-commit", "pytest", "tox"] [[package]] name = "fsspec" @@ -1335,4 +1335,4 @@ test = ["pytest (>=3.0.0)"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "cc8af3675b7c152e02f0f8d50bf478b8fca1bbbaa44d74a66e893777e9019e90" +content-hash = "8dc2598d3d3760f50f0686ca914f2d806e0177aa0b628aace19ff88bb59c6264" diff --git a/pyproject.toml b/pyproject.toml index cad0b46..c87aad0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ torch = "1.13.1" [tool.poetry.group.dev.dependencies] pytest = "^7.2.1" click = "^8.1.3" -flake8-bugbear = "^22.12.6" +flake8-bugbear = "^24.1.16" mypy = "^0.991" pytest-cov = "^4.0.0" black = "^22.12.0"