diff options
author | 2022-10-28 02:34:03 +0400 | |
---|---|---|
committer | 2022-10-28 02:34:35 +0400 | |
commit | 5ac90bf2ec538ab8b4c9cfbe016611e0c01d87ca (patch) | |
tree | 882fd5943a2c639a5a1b05d5ee1870fff1a26c8d /pyproject.toml | |
parent | Clarify Code Intentions (diff) | |
parent | Merge pull request #788 from python-discord/dependabot/pip/flake8-bugbear-22.... (diff) |
Merge branch 'main' into bot-tags
Signed-off-by: Hassan Abouelela <[email protected]>
# Conflicts:
# poetry.lock
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 fe34745f..7aff4491 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ coverage = "6.5.0" flake8 = "5.0.4" flake8-annotations = "2.9.1" flake8-bandit = "4.1.1" -flake8-bugbear = "22.10.25" +flake8-bugbear = "22.10.27" flake8-docstrings = "1.6.0" flake8-import-order = "0.18.1" flake8-tidy-imports = "4.8.0" |