mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-07 03:43:48 -05:00
Merge pull request #970 from GSA/dependabot/pip/flake8-bugbear-23.12.2
Bump flake8-bugbear from 23.11.28 to 23.12.2
This commit is contained in:
8
poetry.lock
generated
8
poetry.lock
generated
@@ -722,13 +722,13 @@ pyflakes = ">=3.1.0,<3.2.0"
|
||||
|
||||
[[package]]
|
||||
name = "flake8-bugbear"
|
||||
version = "23.11.28"
|
||||
version = "23.12.2"
|
||||
description = "A plugin for flake8 finding likely bugs and design problems in your program. Contains warnings that don't belong in pyflakes and pycodestyle."
|
||||
optional = false
|
||||
python-versions = ">=3.8.1"
|
||||
files = [
|
||||
{file = "flake8-bugbear-23.11.28.tar.gz", hash = "sha256:0ba6c44eaa0e4782da94c5c2607159a0e73569369246cd179cc143a0e16b78ba"},
|
||||
{file = "flake8_bugbear-23.11.28-py3-none-any.whl", hash = "sha256:8d0f351d954fd860851710cd8b5b28742b2339c0e58848b103418dd9cddb9aa4"},
|
||||
{file = "flake8-bugbear-23.12.2.tar.gz", hash = "sha256:32b2903e22331ae04885dae25756a32a8c666c85142e933f43512a70f342052a"},
|
||||
{file = "flake8_bugbear-23.12.2-py3-none-any.whl", hash = "sha256:83324bad4d90fee4bf64dd69c61aff94debf8073fbd807c8b6a36eec7a2f0719"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
@@ -3088,4 +3088,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
|
||||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = ">=3.9,<3.12"
|
||||
content-hash = "f6db8a6154b9c868bb934477133b05f009bda0def04b5ca67db362a744389437"
|
||||
content-hash = "cbc1f1bd362257b864862976a30c1c80c8e2117378074593c46cdb96c32eae4c"
|
||||
|
||||
@@ -45,7 +45,7 @@ black = "^23.11.0"
|
||||
coverage = "*"
|
||||
freezegun = "^1.3.1"
|
||||
flake8 = "^6.1.0"
|
||||
flake8-bugbear = "^23.11.28"
|
||||
flake8-bugbear = "^23.12.2"
|
||||
flake8-print = "^5.0.0"
|
||||
flake8-pytest-style = "^1.7.2"
|
||||
isort = "^5.12.0"
|
||||
|
||||
Reference in New Issue
Block a user