diff --git a/poetry.lock b/poetry.lock index a70416c..7dd409b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -308,7 +308,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 @@ -970,7 +970,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = "^3.9" -content-hash = "430ccd7f0bb67e52c9aae5049168e94fa072e1061fc3a6d0e08fcb8981886155" +content-hash = "c5e8b496bc7b51e44276bd745426ce591e01494bdf37ac0224743339e8f311ec" [metadata.files] aiohttp = [ @@ -1208,8 +1208,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 99afdf5..212c06b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,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.5.0"