diff --git a/poetry.lock b/poetry.lock index f52eff4..63fa0c6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.4.1 and should not be changed by hand. +# This file is automatically @generated by Poetry and should not be changed by hand. [[package]] name = "attrs" @@ -404,14 +404,14 @@ toml = "*" [[package]] name = "flake8-bugbear" -version = "22.12.6" +version = "23.3.12" description = "A plugin for flake8 finding likely bugs and design problems in your program. Contains warnings that don't belong in pyflakes and pycodestyle." category = "dev" optional = false python-versions = ">=3.7" 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-23.3.12.tar.gz", hash = "sha256:e3e7f74c8a49ad3794a7183353026dabd68c74030d5f46571f84c1fb0eb79363"}, + {file = "flake8_bugbear-23.3.12-py3-none-any.whl", hash = "sha256:beb5c7efcd7ccc2039ef66a77bb8db925e7be3531ff1cb4d0b7030d0e2113d72"}, ] [package.dependencies] @@ -419,7 +419,7 @@ attrs = ">=19.2.0" flake8 = ">=3.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 = "gitdb" @@ -1095,4 +1095,4 @@ test = ["websockets"] [metadata] lock-version = "2.0" python-versions = "^3.10.0" -content-hash = "ae75420061d5d593e6552477597c8e9a984f7cd49ccdefa09aecbd256e959c4b" +content-hash = "53beb2afcee76aa145da3d65eeee65ec8432aad32f752fe988749da7a2a2a12d" diff --git a/pyproject.toml b/pyproject.toml index 6eb534a..5e55277 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ cli-tracker = "^0.3.0" [tool.poetry.dev-dependencies] -flake8-bugbear = "^22.1.11" +flake8-bugbear = "^23.3.12" black = "^22.1.0" flake8 = "^4.0.1" flake8-black = "^0.2.4"