diff options
author | 2023-03-16 02:25:18 +0100 | |
---|---|---|
committer | 2023-03-16 02:25:18 +0100 | |
commit | 73d93370ac47f8e999a7749668591993cafafe8d (patch) | |
tree | 4cb8f681a424a216491abfc44ffce711976a4e9a | |
parent | Merge pull request #898 from python-discord/dependabot/pip/pymdown-extensions... (diff) | |
parent | Bump flake8-bugbear from 23.2.13 to 23.3.12 (diff) |
Merge pull request #902 from python-discord/dependabot/pip/flake8-bugbear-23.3.12
Bump flake8-bugbear from 23.2.13 to 23.3.12
-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 5cd7c3e8..6cea8e56 100644 --- a/poetry.lock +++ b/poetry.lock @@ -596,14 +596,14 @@ flake8 = ">=5.0.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] @@ -1537,4 +1537,4 @@ brotli = ["Brotli"] [metadata] lock-version = "2.0" python-versions = "3.10.*" -content-hash = "3d21e71795b1a5dfbf1e0a2a09dd76cda0a32f753dd3b538a3bdd27349b578d7" +content-hash = "342f4b67fe2a646a6bee9bb02c741fd1a44e0e1ce3efca0006a21c84b8f0323b" diff --git a/pyproject.toml b/pyproject.toml index 8774f241..d044ba63 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ taskipy = "1.10.3" flake8 = "6.0.0" flake8-annotations = "3.0.0" flake8-bandit = "4.1.1" -flake8-bugbear = "23.2.13" +flake8-bugbear = "23.3.12" flake8-docstrings = "1.7.0" flake8-import-order = "0.18.2" flake8-tidy-imports = "4.8.0" |