diff --git a/poetry.lock b/poetry.lock index 67d2733..254432e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -323,7 +323,7 @@ pycodestyle = "*" [[package]] name = "flake8-bugbear" -version = "22.6.22" +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 @@ -994,7 +994,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "6ef02c78f38d76789768a8553bc12d67f092c71083b8bd5646695f328eb0a94b" +content-hash = "434980336bf3b274feb9cfb1ee222ead017618c0cea24ecebb92123d747546b3" [metadata.files] aiohttp = [ @@ -1235,8 +1235,8 @@ flake8-bandit = [ {file = "flake8_bandit-3.0.0.tar.gz", hash = "sha256:54d19427e6a8d50322a7b02e1841c0a7c22d856975f3459803320e0e18e2d6a1"}, ] flake8-bugbear = [ - {file = "flake8-bugbear-22.6.22.tar.gz", hash = "sha256:ac3317eba27d79dc19dcdeb7356ca1f656f0cde11d899c4551badf770f05cbef"}, - {file = "flake8_bugbear-22.6.22-py3-none-any.whl", hash = "sha256:ad2b33dbe33a6d4ca1f0037e1d156d0a89107ee63c0600e3b4f7b60e37998ac2"}, + {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-builtins = [ {file = "flake8-builtins-1.5.3.tar.gz", hash = "sha256:09998853b2405e98e61d2ff3027c47033adbdc17f9fe44ca58443d876eb00f3b"}, diff --git a/pyproject.toml b/pyproject.toml index 836958d..85316a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ coverage = {version = "^6.4", extras = ["toml"]} darglint = "^1.8.1" flake8 = "^4.0.1" flake8-bandit = "^3.0.0" -flake8-bugbear = "^22.6.22" +flake8-bugbear = "^22.7.1" flake8-builtins = "^1.5.3" flake8-comprehensions = "^3.10.0" flake8-docstrings = "^1.6.0"