aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-10-25 05:01:28 +0000
committerGravatar GitHub <[email protected]>2022-10-25 05:01:28 +0000
commit024919b8b4799e789af6b23e9359846fc3488ad3 (patch)
treeb93feb589742222dcd4d736c8137f7c2f08d5ca1 /pyproject.toml
parentUpdate off-topic etiquette to reflect server size (#785) (diff)
Bump flake8-bugbear from 22.9.23 to 22.10.25
Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 22.9.23 to 22.10.25. - [Release notes](https://github.com/PyCQA/flake8-bugbear/releases) - [Commits](https://github.com/PyCQA/flake8-bugbear/compare/22.9.23...22.10.25) --- updated-dependencies: - dependency-name: flake8-bugbear dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 0c1e6e58..c61615dd 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -29,7 +29,7 @@ coverage = "6.5.0"
flake8 = "5.0.4"
flake8-annotations = "2.9.1"
flake8-bandit = "4.1.1"
-flake8-bugbear = "22.9.23"
+flake8-bugbear = "22.10.25"
flake8-docstrings = "1.6.0"
flake8-import-order = "0.18.1"
flake8-tidy-imports = "4.8.0"