diff --git a/poetry.lock b/poetry.lock index 116ee54..3a4b6ad 100644 --- a/poetry.lock +++ b/poetry.lock @@ -124,7 +124,7 @@ importlib-metadata = {version = ">=0.9", markers = "python_version < \"3.8\""} [[package]] name = "flake8-bugbear" -version = "22.4.25" +version = "22.7.1" 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 @@ -374,7 +374,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes [metadata] lock-version = "1.1" python-versions = ">=3.7,<4.0" -content-hash = "6a0618680125be503981bdaaa28dcb5ab867d04f86b7a19120de6c5cdabb7b3d" +content-hash = "4576eb2d48b6955b6e4aa3af8acf5f5610c412fec6f7368842c2d9cedb7950de" [metadata.files] atomicwrites = [ @@ -476,8 +476,8 @@ flake8-2020 = [ {file = "flake8_2020-1.6.1.tar.gz", hash = "sha256:db523e3383befc17c895219551ff6c9b2f6e0a5cae4c7739ea65a2238bdc6f74"}, ] flake8-bugbear = [ - {file = "flake8-bugbear-22.4.25.tar.gz", hash = "sha256:f7c080563fca75ee6b205d06b181ecba22b802babb96b0b084cc7743d6908a55"}, - {file = "flake8_bugbear-22.4.25-py3-none-any.whl", hash = "sha256:ec374101cddf65bd7a96d393847d74e58d3b98669dbf9768344c39b6290e8bd6"}, + {file = "flake8-bugbear-22.7.1.tar.gz", hash = "sha256:e450976a07e4f9d6c043d4f72b17ec1baf717fe37f7997009c8ae58064f88305"}, + {file = "flake8_bugbear-22.7.1-py3-none-any.whl", hash = "sha256:db5d7a831ef4412a224b26c708967ff816818cabae415e76b8c58df156c4b8e5"}, ] flake8-comprehensions = [ {file = "flake8-comprehensions-3.10.0.tar.gz", hash = "sha256:181158f7e7aa26a63a0a38e6017cef28c6adee71278ce56ce11f6ec9c4905058"}, diff --git a/pyproject.toml b/pyproject.toml index 5d2fd97..aa41d84 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ coverage = {extras = ["toml"], version = "^6.4"} dlint = "^0.12.0" flake8 = "^4.0.1" flake8-2020 = "^1.6.1" -flake8-bugbear = "^22.4.25" +flake8-bugbear = "^22.7.1" flake8-comprehensions = "^3.10.0" flake8-eradicate = "^1.2.1" mypy = "^0.961"