diff options
author | 2023-03-21 21:17:43 +0000 | |
---|---|---|
committer | 2023-03-21 21:17:43 +0000 | |
commit | dd1ba28e9663321b83aaffbcad360fa5812c26d7 (patch) | |
tree | 079349c3e42c4c705466cf8c0d7a3281d2a6359f /pyproject.toml | |
parent | Add 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>
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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" |