diff options
author | 2022-12-07 10:02:36 +0000 | |
---|---|---|
committer | 2022-12-07 10:02:36 +0000 | |
commit | 9c3296f5e56f3e50415bbf8c9f84f6df2b43421e (patch) | |
tree | 1c706b19515985c09ab841c146bba461f782c727 | |
parent | Merge pull request #1155 from python-discord/remove-aoc-cog (diff) |
Bump flake8-bugbear from 22.10.27 to 22.12.6
Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 22.10.27 to 22.12.6.
- [Release notes](https://github.com/PyCQA/flake8-bugbear/releases)
- [Commits](https://github.com/PyCQA/flake8-bugbear/compare/22.10.27...22.12.6)
---
updated-dependencies:
- dependency-name: flake8-bugbear
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
-rw-r--r-- | poetry.lock | 10 | ||||
-rw-r--r-- | pyproject.toml | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/poetry.lock b/poetry.lock index 076464a0..0bc13171 100644 --- a/poetry.lock +++ b/poetry.lock @@ -314,7 +314,7 @@ flake8 = ">=3.7" [[package]] name = "flake8-bugbear" -version = "22.10.27" +version = "22.12.6" description = "A plugin for flake8 finding likely bugs and design problems in your program. Contains warnings that don't belong in pyflakes and pycodestyle." category = "dev" optional = false @@ -922,8 +922,8 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" -python-versions = "~3.10" -content-hash = "09b0fcd1b90b0201426f95bfb60c0bdfe53bf9715f5ecbdfdcf31b5c8f1378b1" +python-versions = "3.10.*" +content-hash = "a77be04b068ecae669e28cc1e0c5b8fa1b0f07c97b6478c90f34c3aa33c986e9" [metadata.files] aiodns = [ @@ -1155,8 +1155,8 @@ flake8-annotations = [ {file = "flake8_annotations-2.9.1-py3-none-any.whl", hash = "sha256:a4385158a7a9fc8af1d8820a2f4c8d03387997006a83f5f8bfe5bc6085bdf88a"}, ] flake8-bugbear = [ - {file = "flake8-bugbear-22.10.27.tar.gz", hash = "sha256:a6708608965c9e0de5fff13904fed82e0ba21ac929fe4896459226a797e11cd5"}, - {file = "flake8_bugbear-22.10.27-py3-none-any.whl", hash = "sha256:6ad0ab754507319060695e2f2be80e6d8977cfcea082293089a9226276bd825d"}, + {file = "flake8-bugbear-22.12.6.tar.gz", hash = "sha256:4cdb2c06e229971104443ae293e75e64c6107798229202fbe4f4091427a30ac0"}, + {file = "flake8_bugbear-22.12.6-py3-none-any.whl", hash = "sha256:b69a510634f8a9c298dfda2b18a8036455e6b19ecac4fe582e4d7a0abfa50a30"}, ] flake8-docstrings = [ {file = "flake8-docstrings-1.6.0.tar.gz", hash = "sha256:9fe7c6a306064af8e62a055c2f61e9eb1da55f84bb39caef2b84ce53708ac34b"}, diff --git a/pyproject.toml b/pyproject.toml index ab5365a7..dec4983c 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 = "2.9.1" -flake8-bugbear = "22.10.27" +flake8-bugbear = "22.12.6" flake8-docstrings = "1.6.0" flake8-string-format = "0.3.0" flake8-tidy-imports = "4.8.0" |