diff options
author | 2023-03-16 16:53:03 +0000 | |
---|---|---|
committer | 2023-03-16 16:53:03 +0000 | |
commit | f7307884c82119775dd0ef05d2354aa52ec0d66d (patch) | |
tree | 87496e45ccaac49b6aa7362e4d502aa82d7f1f0e | |
parent | Merge pull request #1230 from matiaslagoevia/issue-1207 (diff) |
Bump flake8-bugbear from 23.2.13 to 23.3.12 (#1232)
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 cd20c2f2..7b322ab8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -583,14 +583,14 @@ flake8 = ">=5.0" [[package]] name = "flake8-bugbear" -version = "23.2.13" +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-23.2.13.tar.gz", hash = "sha256:39259814a83f33c8409417ee12dd4050c9c0bb4c8707c12fc18ae62b2f3ddee1"}, - {file = "flake8_bugbear-23.2.13-py3-none-any.whl", hash = "sha256:f136bd0ca2684f101168bba2310dec541e11aa6b252260c17dcf58d18069a740"}, + {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] @@ -1989,4 +1989,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "3.11.*" -content-hash = "9018f5c541f3c7236545ca12c35264f3c838b3fae0458ddc798b71b0b404fa50" +content-hash = "f499eb7bf49c939bf1fdd561fcba1a95865fc333e32ccc571722c8c20e284c54" diff --git a/pyproject.toml b/pyproject.toml index e4e9d956..fb4dc8de 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ pyjokes = "0.6.0" [tool.poetry.dev-dependencies] flake8 = "6.0.0" flake8-annotations = "3.0.0" -flake8-bugbear = "23.2.13" +flake8-bugbear = "23.3.12" flake8-docstrings = "1.7.0" flake8-string-format = "0.3.0" flake8-tidy-imports = "4.8.0" |