From 4e6de134eabab7efbeeaa856b973e94cb6bd52b1 Mon Sep 17 00:00:00 2001 From: staticdev Date: Thu, 9 Feb 2023 21:05:11 +0100 Subject: Restrict bugbear --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 8ae70857..c5a95469 100644 --- a/poetry.lock +++ b/poetry.lock @@ -583,14 +583,14 @@ pyflakes = ">=2.5.0,<2.6.0" [[package]] name = "flake8-bugbear" -version = "23.1.20" +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 python-versions = ">=3.7" files = [ - {file = "flake8-bugbear-23.1.20.tar.gz", hash = "sha256:55902ab5a48c5ea53d8689ecd146eda548e72f2724192b9c1d68f6d975d13c06"}, - {file = "flake8_bugbear-23.1.20-py3-none-any.whl", hash = "sha256:04a115e5f9c8e87c38bdbbcdf9f58223ffe05469c07c9a7bd8633330bc4d078b"}, + {file = "flake8-bugbear-22.12.6.tar.gz", hash = "sha256:4cdb2c06e229971104443ae293e75e64c6107798229202fbe4f4091427a30ac0"}, + {file = "flake8_bugbear-22.12.6-py3-none-any.whl", hash = "sha256:b69a510634f8a9c298dfda2b18a8036455e6b19ecac4fe582e4d7a0abfa50a30"}, ] [package.dependencies] @@ -598,7 +598,7 @@ attrs = ">=19.2.0" flake8 = ">=3.0.0" [package.extras] -dev = ["coverage", "hypothesis", "hypothesmith (>=0.2)", "pre-commit", "pytest", "tox"] +dev = ["coverage", "hypothesis", "hypothesmith (>=0.2)", "pre-commit", "tox"] [[package]] name = "ghp-import" @@ -2570,4 +2570,4 @@ plugins = ["setuptools"] [metadata] lock-version = "2.0" python-versions = ">=3.8.0" -content-hash = "9ffb3d6b5fc97fffcc048b17a9e7580b2561da9f2299cce6d45a8bc13922575f" +content-hash = "7657f79800d0deefd3ae20eb0e9cba10bbd66924e30bedaf3ec7635a5c5d3e45" diff --git a/pyproject.toml b/pyproject.toml index 124ffd89..22a22322 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ cruft = ">=2.12.0" example-isort-sorting-plugin = ">=0.1.0" example-shared-isort-profile = ">=0.1.0" flake8 = ">=3.8.4" -flake8-bugbear = ">=19.8" +flake8-bugbear = ">=22.12.6,<23.0.0" httpx = ">=0.13.3" hypothesmith = ">=0.1.3" #hypothesis-auto = { version = ">=1.0.0" } -- cgit v1.2.1