diff options
author | 2023-01-28 19:29:39 +0000 | |
---|---|---|
committer | 2023-01-28 19:29:39 +0000 | |
commit | 08fbfcdde7c7534d25245744da3a450354a0b852 (patch) | |
tree | 4e83872aa7f7d2890d94bd501a6c5f277c8500fd | |
parent | Bump flake8-annotations from 2.9.1 to 3.0.0 (#1191) (diff) |
Bump flake8-bugbear from 23.1.17 to 23.1.20 (#1189)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | poetry.lock | 8 | ||||
-rw-r--r-- | pyproject.toml | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/poetry.lock b/poetry.lock index c7feb5be..268e7516 100644 --- a/poetry.lock +++ b/poetry.lock @@ -519,14 +519,14 @@ flake8 = ">=5.0" [[package]] name = "flake8-bugbear" -version = "23.1.17" +version = "23.1.20" 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-23.1.17.tar.gz", hash = "sha256:4be3722cb79385684ffe375e4986495ce28dd0e1daa7affaddf3b17abdbc375b"}, - {file = "flake8_bugbear-23.1.17-py3-none-any.whl", hash = "sha256:f26788e4573c9f2ba89c787941da77e80f7818172cc5de042029924d4c07a021"}, + {file = "flake8-bugbear-23.1.20.tar.gz", hash = "sha256:55902ab5a48c5ea53d8689ecd146eda548e72f2724192b9c1d68f6d975d13c06"}, + {file = "flake8_bugbear-23.1.20-py3-none-any.whl", hash = "sha256:04a115e5f9c8e87c38bdbbcdf9f58223ffe05469c07c9a7bd8633330bc4d078b"}, ] [package.dependencies] @@ -1935,4 +1935,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "3.10.*" -content-hash = "48d7fd193b9718620b5fce47ebe5aab4717a6159a9439134598d1042fcc485d8" +content-hash = "c0fd54147ccf0c55cb5129679cb90f51e0b0344e94e5c86cb65294c4ba2b1249" diff --git a/pyproject.toml b/pyproject.toml index 42bf8691..f08190e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ pyjokes = "0.6.0" [tool.poetry.dev-dependencies] flake8 = "6.0.0" flake8-annotations = "3.0.0" -flake8-bugbear = "23.1.17" +flake8-bugbear = "23.1.20" flake8-docstrings = "1.6.0" flake8-string-format = "0.3.0" flake8-tidy-imports = "4.8.0" |