diff options
| -rw-r--r-- | poetry.lock | 8 | ||||
| -rw-r--r-- | pyproject.toml | 2 | 
2 files changed, 5 insertions, 5 deletions
| diff --git a/poetry.lock b/poetry.lock index 2c27b366..d6e09cbe 100644 --- a/poetry.lock +++ b/poetry.lock @@ -601,14 +601,14 @@ flake8 = ">=5.0.0"  [[package]]  name = "flake8-bugbear" -version = "23.3.23" +version = "23.5.9"  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.8.1"  files = [ -    {file = "flake8-bugbear-23.3.23.tar.gz", hash = "sha256:ea565bdb87b96b56dc499edd6cc3ba7f695373d902a5f56c989b74fad7c7719d"}, -    {file = "flake8_bugbear-23.3.23-py3-none-any.whl", hash = "sha256:8a218d13abd6904800970381057ce8e72cde8eea743240c4ef3ede4dd0bc9cfb"}, +    {file = "flake8-bugbear-23.5.9.tar.gz", hash = "sha256:695c84a5d7da54eb35d79a7354dbaf3aaba80de32250608868aa1c85534b2a86"}, +    {file = "flake8_bugbear-23.5.9-py3-none-any.whl", hash = "sha256:631fa927fbc799e8ca636b849dd7dfc304812287137b6ecb3277821f028bee40"},  ]  [package.dependencies] @@ -1509,4 +1509,4 @@ brotli = ["Brotli"]  [metadata]  lock-version = "2.0"  python-versions = "3.10.*" -content-hash = "7732942775a9b4272b5739bad79e23ab6c3145399ce90be41c0350af1a408803" +content-hash = "a89b60823f9d7717b78c1071654c0c1f237768669a8e37e76175730de209e804" diff --git a/pyproject.toml b/pyproject.toml index ef365f70..40461f0b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ taskipy = "1.10.4"  flake8 = "6.0.0"  flake8-annotations = "3.0.1"  flake8-bandit = "4.1.1" -flake8-bugbear = "23.3.23" +flake8-bugbear = "23.5.9"  flake8-docstrings = "1.7.0"  flake8-import-order = "0.18.2"  flake8-tidy-imports = "4.8.0" | 
