mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-03-17 00:32:58 -04:00
Merge pull request #2454 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:
10
poetry.lock
generated
10
poetry.lock
generated
@@ -860,18 +860,18 @@ pyflakes = ">=3.2.0,<3.3.0"
|
||||
|
||||
[[package]]
|
||||
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."
|
||||
optional = false
|
||||
python-versions = ">=3.8.1"
|
||||
groups = ["dev"]
|
||||
files = [
|
||||
{file = "flake8_bugbear-24.8.19-py3-none-any.whl", hash = "sha256:25bc3867f7338ee3b3e0916bf8b8a0b743f53a9a5175782ddc4325ed4f386b89"},
|
||||
{file = "flake8_bugbear-24.8.19.tar.gz", hash = "sha256:9b77627eceda28c51c27af94560a72b5b2c97c016651bdce45d8f56c180d2d32"},
|
||||
{file = "flake8_bugbear-24.12.12-py3-none-any.whl", hash = "sha256:1b6967436f65ca22a42e5373aaa6f2d87966ade9aa38d4baf2a1be550767545e"},
|
||||
{file = "flake8_bugbear-24.12.12.tar.gz", hash = "sha256:46273cef0a6b6ff48ca2d69e472f41420a42a46e24b2a8972e4f0d6733d12a64"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
attrs = ">=19.2.0"
|
||||
attrs = ">=22.2.0"
|
||||
flake8 = ">=6.0.0"
|
||||
|
||||
[package.extras]
|
||||
@@ -3297,4 +3297,4 @@ files = [
|
||||
[metadata]
|
||||
lock-version = "2.1"
|
||||
python-versions = "^3.12.2"
|
||||
content-hash = "ee8b9764c81916879e6d68b2a80a43e41dc072a1d4abd8653cd3a989be5d25ab"
|
||||
content-hash = "940dd4b0318b17d0bb5f4bfc74817a210867983c33d3e47576b89eb9f756dd7f"
|
||||
|
||||
@@ -79,7 +79,7 @@ coverage = "*"
|
||||
detect-secrets = "^1.5.0"
|
||||
freezegun = "^1.5.1"
|
||||
flake8 = "^7.1.2"
|
||||
flake8-bugbear = "^24.1.17"
|
||||
flake8-bugbear = "^24.12.12"
|
||||
flake8-print = "^5.0.0"
|
||||
flake8-pytest-style = "^2.1.0"
|
||||
isort = "^5.13.2"
|
||||
|
||||
Reference in New Issue
Block a user