aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-03-21 21:17:43 +0000
committerGravatar GitHub <[email protected]>2023-03-21 21:17:43 +0000
commitdd1ba28e9663321b83aaffbcad360fa5812c26d7 (patch)
tree079349c3e42c4c705466cf8c0d7a3281d2a6359f
parentAdd tag for Discord bot hosting (#2472) (diff)
Bump flake8-bugbear from 23.2.13 to 23.3.12 (#2468)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--poetry.lock8
-rw-r--r--pyproject.toml2
2 files changed, 5 insertions, 5 deletions
diff --git a/poetry.lock b/poetry.lock
index 40924e0c4..cdde57a76 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -640,14 +640,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]
@@ -2494,4 +2494,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = "3.10.*"
-content-hash = "6f3439fdfc23b4d9fa6ca2e984734b66427e2648a75bb04922f63608f2d4df9a"
+content-hash = "abc96b65c5f00203268cc628d30db3e811564dcd1eb9640c62107106b85ab360"
diff --git a/pyproject.toml b/pyproject.toml
index fbca9b49d..bf6757631 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -35,7 +35,7 @@ pydantic = { version = "1.10.6", extras = ["dotenv"]}
coverage = "7.2.1"
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"