Merge pull request #1640 from GSA/dependabot/pip/flake8-bugbear-24.12.12

Bump flake8-bugbear from 24.8.19 to 24.12.12
This commit is contained in:
Andrew Shumway
2025-04-14 09:18:21 -06:00
committed by GitHub
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View File

@@ -1441,18 +1441,18 @@ pyflakes = ">=3.3.0,<3.4.0"
[[package]] [[package]]
name = "flake8-bugbear" name = "flake8-bugbear"
version = "24.8.19" version = "24.12.12"
description = "A plugin for flake8 finding likely bugs and design problems in your program. Contains warnings that don't belong in pyflakes and pycodestyle." 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 optional = false
python-versions = ">=3.8.1" python-versions = ">=3.8.1"
groups = ["dev"] groups = ["dev"]
files = [ files = [
{file = "flake8_bugbear-24.8.19-py3-none-any.whl", hash = "sha256:25bc3867f7338ee3b3e0916bf8b8a0b743f53a9a5175782ddc4325ed4f386b89"}, {file = "flake8_bugbear-24.12.12-py3-none-any.whl", hash = "sha256:1b6967436f65ca22a42e5373aaa6f2d87966ade9aa38d4baf2a1be550767545e"},
{file = "flake8_bugbear-24.8.19.tar.gz", hash = "sha256:9b77627eceda28c51c27af94560a72b5b2c97c016651bdce45d8f56c180d2d32"}, {file = "flake8_bugbear-24.12.12.tar.gz", hash = "sha256:46273cef0a6b6ff48ca2d69e472f41420a42a46e24b2a8972e4f0d6733d12a64"},
] ]
[package.dependencies] [package.dependencies]
attrs = ">=19.2.0" attrs = ">=22.2.0"
flake8 = ">=6.0.0" flake8 = ">=6.0.0"
[package.extras] [package.extras]
@@ -5199,4 +5199,4 @@ propcache = ">=0.2.0"
[metadata] [metadata]
lock-version = "2.1" lock-version = "2.1"
python-versions = "^3.12.2" python-versions = "^3.12.2"
content-hash = "7271eb94d243b979aef076dc1b116cfe0d7566c4581ef4c1ac623d846542b518" content-hash = "463d3e8e69ba517fd4c543a2c3cd72bdd80b860b466f3fe3a5cf1dd8335cb85a"

View File

@@ -85,7 +85,7 @@ black = "^25.1.0"
cloudfoundry-client = "*" cloudfoundry-client = "*"
exceptiongroup = "==1.2.2" exceptiongroup = "==1.2.2"
flake8 = "^7.2.0" flake8 = "^7.2.0"
flake8-bugbear = "^24.1.17" flake8-bugbear = "^24.12.12"
freezegun = "^1.5.1" freezegun = "^1.5.1"
honcho = "*" honcho = "*"
isort = "^5.13.2" isort = "^5.13.2"