diff options
| author | 2023-02-19 15:17:54 +0000 | |
|---|---|---|
| committer | 2023-02-19 15:17:54 +0000 | |
| commit | 633994b564b10cb7f2672df61946c8d905a9bc7d (patch) | |
| tree | 8025a93a85e2517b7428523c44ffe7684df8d476 /pyproject.toml | |
| parent | Merge pull request #1176 from shtlrs/1089-make-bookmark-a-context-menu-command (diff) | |
| parent | Bump flake8-bugbear from 23.1.20 to 23.2.13 (diff) | |
Merge pull request #1209 from python-discord/dependabot/pip/flake8-bugbear-23.2.13
Bump flake8-bugbear from 23.1.20 to 23.2.13
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 85d07764..823e5eee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ pyjokes = "0.6.0" [tool.poetry.dev-dependencies] flake8 = "6.0.0" flake8-annotations = "3.0.0" -flake8-bugbear = "23.1.20" +flake8-bugbear = "23.2.13" flake8-docstrings = "1.7.0" flake8-string-format = "0.3.0" flake8-tidy-imports = "4.8.0" |