Merge pull request #271590 from r-ryantm/auto-update/python310Packages.flake8-bugbear

python310Packages.flake8-bugbear: 23.9.16 -> 23.11.28
This commit is contained in:
OTABI Tomoya
2023-12-03 15:29:22 +09:00
committed by GitHub
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "flake8-bugbear";
version = "23.9.16";
version = "23.11.28";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "PyCQA";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-fGrefEoyEgJE3danv9hG+Os79ixPzurEzLc3Dnj2M3k=";
hash = "sha256-9mVCJZmjYECi62wYRmyipAl3B1wqyDU/nTSNcA7oc04=";
};
propagatedBuildInputs = [