diff options
| author | 2022-09-24 19:04:43 +0000 | |
|---|---|---|
| committer | 2022-09-24 19:04:43 +0000 | |
| commit | 268cc3ede6395d5ccfcfea3c0c96f3610a748fa6 (patch) | |
| tree | 025ee829d4e8b9c7b168904939a62b215de1f004 /pyproject.toml | |
| parent | Merge pull request #1100 from python-discord/update-quackstack-integration (diff) | |
Bump flake8-bugbear from 22.9.11 to 22.9.23 (#1101)
Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 22.9.11 to 22.9.23.
- [Release notes](https://github.com/PyCQA/flake8-bugbear/releases)
- [Commits](https://github.com/PyCQA/flake8-bugbear/compare/22.9.11...22.9.23)
---
updated-dependencies:
- dependency-name: flake8-bugbear
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
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 7ffca4c9..a920dd1e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ pyjokes = "0.6.0" [tool.poetry.dev-dependencies] flake8 = "5.0.4" flake8-annotations = "2.9.1" -flake8-bugbear = "22.9.11" +flake8-bugbear = "22.9.23" flake8-docstrings = "1.6.0" flake8-string-format = "0.3.0" flake8-tidy-imports = "4.8.0" |